# 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_2022.yml ******************************************* 1 plays in /WORKDIR/git-weekly-cit20ebdfa/tests/tests_idempotency_2022.yml PLAY [Ensure that the role is idempotent] ************************************** META: ran handlers TASK [Run tests_idempotency with SQL Server 2022] ****************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tests_idempotency_2022.yml:16 Saturday 13 January 2024 01:23:25 +0000 (0:00:00.022) 0:00:00.022 ****** 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:23:25 +0000 (0:00:00.011) 0:00:00.034 ****** 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:23:25 +0000 (0:00:00.029) 0:00:00.064 ****** 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:23:26 +0000 (0:00:00.482) 0:00:00.547 ****** 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:23:26 +0000 (0:00:00.010) 0:00:00.557 ****** 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:23:26 +0000 (0:00:00.009) 0:00:00.567 ****** 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:26 +0000 (0:00:00.142) 0:00:00.709 ****** 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:26 +0000 (0:00:00.010) 0:00:00.719 ****** 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:26 +0000 (0:00:00.009) 0:00:00.729 ****** 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:26 +0000 (0:00:00.024) 0:00:00.754 ****** 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:26 +0000 (0:00:00.008) 0:00:00.762 ****** 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:26 +0000 (0:00:00.007) 0:00:00.770 ****** 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:26 +0000 (0:00:00.007) 0:00:00.777 ****** 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:26 +0000 (0:00:00.007) 0:00:00.785 ****** 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:26 +0000 (0:00:00.007) 0:00:00.792 ****** 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:26 +0000 (0:00:00.007) 0:00:00.800 ****** 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:26 +0000 (0:00:00.007) 0:00:00.807 ****** 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:26 +0000 (0:00:00.007) 0:00:00.815 ****** 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:26 +0000 (0:00:00.007) 0:00:00.823 ****** 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:26 +0000 (0:00:00.015) 0:00:00.838 ****** 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:26 +0000 (0:00:00.007) 0:00:00.846 ****** 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:26 +0000 (0:00:00.009) 0:00:00.855 ****** 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:26 +0000 (0:00:00.018) 0:00:00.874 ****** 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:26 +0000 (0:00:00.009) 0:00:00.883 ****** 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:26 +0000 (0:00:00.014) 0:00:00.898 ****** 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:28 +0000 (0:00:01.425) 0:00:02.323 ****** 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:23:28 +0000 (0:00:00.036) 0:00:02.360 ****** 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:28 +0000 (0:00:00.018) 0:00:02.379 ****** 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:28 +0000 (0:00:00.022) 0:00:02.401 ****** 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:28 +0000 (0:00:00.037) 0:00:02.439 ****** 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:23:28 +0000 (0:00:00.452) 0:00:02.892 ****** 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:28 +0000 (0:00:00.024) 0:00:02.916 ****** 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 2022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.020) 0:00:02.937 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.019) 0:00:02.957 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2022", "state": "present" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.257) 0:00:03.214 ****** 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:28 +0000 (0:00:00.018) 0:00:03.233 ****** 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:28 +0000 (0:00:00.017) 0:00:03.250 ****** 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:28 +0000 (0:00:00.017) 0:00:03.268 ****** 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:28 +0000 (0:00:00.017) 0:00:03.286 ****** 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:28 +0000 (0:00:00.018) 0:00:03.304 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: guile-5:2.0.14-7.el8.x86_64", "Installed: gdb-headless-8.2-20.el8.x86_64", "Installed: bzip2-1.0.6-26.el8.x86_64", "Installed: libbabeltrace-1.5.4-4.el8.x86_64", "Installed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Installed: lsof-4.93.2-1.el8.x86_64", "Installed: libatomic-8.5.0-21.el8.x86_64", "Installed: gdb-8.2-20.el8.x86_64", "Installed: libtool-ltdl-2.4.6-25.el8.x86_64", "Installed: mssql-server-16.0.4105.2-2.x86_64", "Installed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Installed: gcc-gdb-plugin-8.5.0-21.el8.x86_64", "Installed: libipt-1.6.1-8.el8.x86_64", "Installed: libatomic_ops-7.6.2-3.el8.x86_64", "Installed: gc-7.6.4-3.el8.x86_64" ] } 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:09 +0000 (0:00:40.289) 0:00:43.593 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 13 January 2024 01:24:09 +0000 (0:00:00.017) 0:00:43.611 ****** 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.005927", "end": "2024-01-13 01:24:09.539595", "rc": 0, "start": "2024-01-13 01:24:09.533668" } 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:09 +0000 (0:00:00.267) 0:00:43.878 ****** 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:24:31 +0000 (0:00:21.586) 0:01:05.465 ****** 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:24:31 +0000 (0:00:00.069) 0:01:05.534 ****** 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:24:31 +0000 (0:00:00.025) 0:01:05.559 ****** 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:24:39 +0000 (0:00:08.223) 0:01:13.783 ****** 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:24:39 +0000 (0:00:00.046) 0:01:13.830 ****** 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:24:39 +0000 (0:00:00.327) 0:01:14.157 ****** 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:24:40 +0000 (0:00:00.320) 0:01:14.477 ****** 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:24:40 +0000 (0:00:00.040) 0:01:14.518 ****** 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:24:40 +0000 (0:00:00.076) 0:01:14.594 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003317", "end": "2024-01-13 01:24:40.489767", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:24:40.486450" } 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:24:40 +0000 (0:00:00.246) 0:01:14.840 ****** 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.137661", "end": "2024-01-13 01:24:40.913559", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:40.775898" } 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:24:40 +0000 (0:00:00.439) 0:01:15.280 ****** 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:24:40 +0000 (0:00:00.027) 0:01:15.308 ****** 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:24:41 +0000 (0:00:00.271) 0:01:15.579 ****** 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:24:41 +0000 (0:00:00.236) 0:01:15.816 ****** 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:24:41 +0000 (0:00:00.026) 0:01:15.842 ****** 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:24:41 +0000 (0:00:00.051) 0:01:15.894 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002859", "end": "2024-01-13 01:24:41.784989", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:24:41.782130" } 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:24:41 +0000 (0:00:00.240) 0:01:16.134 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/tmp/mssql_log" ], "delta": "0:00:00.126583", "end": "2024-01-13 01:24:42.141599", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:42.015016" } 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:24:42 +0000 (0:00:00.353) 0:01:16.488 ****** 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:24:42 +0000 (0:00:00.024) 0:01:16.513 ****** 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:24:42 +0000 (0:00:00.053) 0:01:16.567 ****** 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:24:45 +0000 (0:00:03.528) 0:01:20.095 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:59:01 UTC", "ActiveEnterTimestampMonotonic": "20377316", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket dbus.service systemd-sysctl.service network.target basic.target dbus.socket system.slice polkit.service sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:59 UTC", "AssertTimestampMonotonic": "18902716", "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": "18902714", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service tlp.service cpupower.service shutdown.target power-profiles-daemon.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": "702", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ExecMainStartTimestampMonotonic": "18903698", "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": "18903729", "InvocationID": "f5ce59f4d7084f51877a92615d7138d0", "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": "702", "MemoryAccounting": "yes", "MemoryCurrent": "20869120", "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 sysinit.target dbus.service 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": "20377316", "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": "20377313", "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:24:47 +0000 (0:00:01.460) 0:01:21.556 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.117296", "end": "2024-01-13 01:24:47.545696", "rc": 0, "start": "2024-01-13 01:24:47.428400" } 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:24:47 +0000 (0:00:00.335) 0:01:21.891 ****** 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:24:47 +0000 (0:00:00.022) 0:01:21.913 ****** 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:24:47 +0000 (0:00:00.022) 0:01:21.935 ****** 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:24:47 +0000 (0:00:00.056) 0:01:21.992 ****** 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:24:47 +0000 (0:00:00.217) 0:01:22.209 ****** 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:24:51 +0000 (0:00:04.015) 0:01:26.224 ****** 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:24:51 +0000 (0:00:00.020) 0:01:26.244 ****** 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:24:51 +0000 (0:00:00.020) 0:01:26.265 ****** 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:24:51 +0000 (0:00:00.020) 0:01:26.286 ****** 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:24:52 +0000 (0:00:00.043) 0:01:26.329 ****** 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:24:52 +0000 (0:00:00.021) 0:01:26.351 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:52 +0000 (0:00:00.021) 0:01:26.372 ****** 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:52 +0000 (0:00:00.019) 0:01:26.391 ****** 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:52 +0000 (0:00:00.018) 0:01:26.410 ****** 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:24:52 +0000 (0:00:00.020) 0:01:26.431 ****** 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:24:52 +0000 (0:00:00.018) 0:01:26.450 ****** 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:24:52 +0000 (0:00:00.020) 0:01:26.470 ****** 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:24:52 +0000 (0:00:00.018) 0:01:26.489 ****** 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:52 +0000 (0:00:00.035) 0:01:26.524 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003047", "end": "2024-01-13 01:24:52.386377", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:24:52.383330" } 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:24:52 +0000 (0:00:00.205) 0:01:26.730 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "0.0.0.0" ], "delta": "0:00:00.125410", "end": "2024-01-13 01:24:52.710835", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:52.585425" } 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:52 +0000 (0:00:00.327) 0:01:27.057 ****** 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:52 +0000 (0:00:00.021) 0:01:27.079 ****** 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:24:52 +0000 (0:00:00.047) 0:01:27.127 ****** 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:24:52 +0000 (0:00:00.041) 0:01:27.168 ****** 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:52 +0000 (0:00:00.077) 0:01:27.246 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002868", "end": "2024-01-13 01:24:53.115311", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:24:53.112443" } 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:53 +0000 (0:00:00.210) 0:01:27.457 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.125923", "end": "2024-01-13 01:24:53.438777", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:53.312854" } 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:24:53 +0000 (0:00:00.329) 0:01:27.787 ****** 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:53 +0000 (0:00:00.021) 0:01:27.808 ****** 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:53 +0000 (0:00:00.021) 0:01:27.830 ****** 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:53 +0000 (0:00:00.049) 0:01:27.879 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002787", "end": "2024-01-13 01:24:53.734156", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:53.731369" } 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:24:53 +0000 (0:00:00.199) 0:01:28.079 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "True" ], "delta": "0:00:00.128139", "end": "2024-01-13 01:24:54.071155", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:53.943016" } 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:54 +0000 (0:00:00.337) 0:01:28.417 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 13 January 2024 01:24:54 +0000 (0:00:00.032) 0:01:28.450 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: mssql-server-fts-16.0.4105.2-2.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:25:21 +0000 (0:00:27.422) 0:01:55.872 ****** 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:25:32 +0000 (0:00:10.789) 0:02:06.662 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003055", "end": "2024-01-13 01:25:32.521639", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:25:32.518584" } 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:32 +0000 (0:00:00.200) 0:02:06.862 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "on" ], "delta": "0:00:00.129453", "end": "2024-01-13 01:25:32.856331", "rc": 0, "start": "2024-01-13 01:25:32.726878" } 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:25:32 +0000 (0:00:00.337) 0:02:07.200 ****** 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:32 +0000 (0:00:00.035) 0:02:07.236 ****** 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:33 +0000 (0:00:00.106) 0:02:07.342 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002890", "end": "2024-01-13 01:25:33.216819", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:25:33.213929" } 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:25:33 +0000 (0:00:00.232) 0:02:07.574 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.alternatewritethrough", "0" ], "delta": "0:00:00.125643", "end": "2024-01-13 01:25:33.599092", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:33.473449" } 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:25:33 +0000 (0:00:00.384) 0:02:07.959 ****** 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:33 +0000 (0:00:00.035) 0:02:07.994 ****** 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:33 +0000 (0:00:00.068) 0:02:08.062 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002670", "end": "2024-01-13 01:25:33.932098", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:25:33.929428" } 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:25:34 +0000 (0:00:00.265) 0:02:08.328 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "1" ], "delta": "0:00:00.127314", "end": "2024-01-13 01:25:34.382585", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:34.255271" } 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:25:34 +0000 (0:00:00.423) 0:02:08.751 ****** 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:34 +0000 (0:00:00.048) 0:02:08.800 ****** 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:34 +0000 (0:00:00.071) 0:02:08.871 ****** 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:34 +0000 (0:00:00.060) 0:02:08.932 ****** 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:34 +0000 (0:00:00.045) 0:02:08.977 ****** 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:34 +0000 (0:00:00.050) 0:02:09.028 ****** 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:34 +0000 (0:00:00.057) 0:02:09.086 ****** 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:34 +0000 (0:00:00.032) 0:02:09.119 ****** 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:34 +0000 (0:00:00.080) 0:02:09.200 ****** 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:34 +0000 (0:00:00.039) 0:02:09.239 ****** 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:34 +0000 (0:00:00.039) 0:02:09.279 ****** 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:35 +0000 (0:00:00.041) 0:02:09.320 ****** 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:35 +0000 (0:00:00.048) 0:02:09.369 ****** 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:35 +0000 (0:00:00.047) 0:02:09.416 ****** 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:35 +0000 (0:00:00.049) 0:02:09.466 ****** 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:35 +0000 (0:00:00.037) 0:02:09.503 ****** 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:35 +0000 (0:00:00.045) 0:02:09.548 ****** 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:35 +0000 (0:00:00.027) 0:02:09.576 ****** 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:35 +0000 (0:00:00.030) 0:02:09.607 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 13 January 2024 01:25:35 +0000 (0:00:00.024) 0:02:09.631 ****** 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:35 +0000 (0:00:00.032) 0:02:09.663 ****** 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:35 +0000 (0:00:00.035) 0:02:09.698 ****** 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:35 +0000 (0:00:00.051) 0:02:09.750 ****** 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:35 +0000 (0:00:00.033) 0:02:09.784 ****** 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:35 +0000 (0:00:00.021) 0:02:09.806 ****** 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:35 +0000 (0:00:00.022) 0:02:09.829 ****** 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:35 +0000 (0:00:00.062) 0:02:09.891 ****** 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:35 +0000 (0:00:00.045) 0:02:09.937 ****** 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:35 +0000 (0:00:00.062) 0:02:09.999 ****** 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:35 +0000 (0:00:00.064) 0:02:10.064 ****** 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:35 +0000 (0:00:00.083) 0:02:10.147 ****** 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:35 +0000 (0:00:00.041) 0:02:10.188 ****** 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:35 +0000 (0:00:00.030) 0:02:10.218 ****** 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:35 +0000 (0:00:00.027) 0:02:10.246 ****** 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:35 +0000 (0:00:00.034) 0:02:10.281 ****** 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:36 +0000 (0:00:00.032) 0:02:10.314 ****** 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:36 +0000 (0:00:00.024) 0:02:10.338 ****** 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:36 +0000 (0:00:00.050) 0:02:10.389 ****** 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:36 +0000 (0:00:00.072) 0:02:10.462 ****** 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:36 +0000 (0:00:00.036) 0:02:10.498 ****** 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:36 +0000 (0:00:00.022) 0:02:10.520 ****** 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:36 +0000 (0:00:00.024) 0:02:10.545 ****** 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:36 +0000 (0:00:00.067) 0:02:10.613 ****** 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:36 +0000 (0:00:00.023) 0:02:10.637 ****** 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:36 +0000 (0:00:00.087) 0:02:10.724 ****** 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:36 +0000 (0:00:00.077) 0:02:10.802 ****** 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:36 +0000 (0:00:00.051) 0:02:10.854 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 13 January 2024 01:25:36 +0000 (0:00:00.033) 0:02:10.887 ****** 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:36 +0000 (0:00:00.037) 0:02:10.924 ****** 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:36 +0000 (0:00:00.035) 0:02:10.960 ****** 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:36 +0000 (0:00:00.041) 0:02:11.002 ****** 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:36 +0000 (0:00:00.040) 0:02:11.043 ****** 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:36 +0000 (0:00:00.031) 0:02:11.074 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 13 January 2024 01:25:36 +0000 (0:00:00.030) 0:02:11.104 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 13 January 2024 01:25:36 +0000 (0:00:00.046) 0:02:11.151 ****** 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:36 +0000 (0:00:00.034) 0:02:11.185 ****** 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:36 +0000 (0:00:00.055) 0:02:11.241 ****** 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:36 +0000 (0:00:00.039) 0:02:11.281 ****** 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:36 +0000 (0:00:00.023) 0:02:11.305 ****** 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:25:37 +0000 (0:00:00.332) 0:02:11.638 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:24:39 UTC", "ActiveEnterTimestampMonotonic": "1558389405", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice basic.target network.target auditd.service -.mount systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:24:39 UTC", "AssertTimestampMonotonic": "1558381608", "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:39 UTC", "ConditionTimestampMonotonic": "1558381607", "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": "31556", "ExecMainStartTimestamp": "Sat 2024-01-13 01:24:39 UTC", "ExecMainStartTimestampMonotonic": "1558389345", "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:24:39 UTC", "InactiveExitTimestampMonotonic": "1558389405", "InvocationID": "ef30f24d4a09480795fcfa5ba8ad912d", "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": "31556", "MemoryAccounting": "yes", "MemoryCurrent": "790544384", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitIntervalUSec": "2min", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:24:39 UTC", "StateChangeTimestampMonotonic": "1558389405", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "175", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:24:39 UTC", "WatchdogTimestampMonotonic": "1558389403", "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:25:37 +0000 (0:00:00.605) 0:02:12.243 ****** 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:37 +0000 (0:00:00.046) 0:02:12.289 ****** 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:25:38 +0000 (0:00:00.037) 0:02:12.327 ****** 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:25:38 +0000 (0:00:00.112) 0:02:12.440 ****** 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:25:38 +0000 (0:00:00.296) 0:02:12.737 ****** 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:25:38 +0000 (0:00:00.243) 0:02:12.980 ****** 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:25:39 +0000 (0:00:00.501) 0:02:13.481 ****** 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:25:39 +0000 (0:00:00.235) 0:02:13.716 ****** 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:25:39 +0000 (0:00:00.036) 0:02:13.753 ****** 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:25:39 +0000 (0:00:00.034) 0:02:13.787 ****** 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:25:39 +0000 (0:00:00.074) 0:02:13.862 ****** 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:25:39 +0000 (0:00:00.024) 0:02:13.887 ****** 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:25:39 +0000 (0:00:00.033) 0:02:13.921 ****** 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:25:39 +0000 (0:00:00.023) 0:02:13.944 ****** 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:25:39 +0000 (0:00:00.031) 0:02:13.976 ****** 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:25:39 +0000 (0:00:00.022) 0:02:13.999 ****** 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:25:39 +0000 (0:00:00.030) 0:02:14.029 ****** 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:25:39 +0000 (0:00:00.057) 0:02:14.087 ****** 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:25:39 +0000 (0:00:00.074) 0:02:14.162 ****** 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:25:39 +0000 (0:00:00.028) 0:02:14.190 ****** 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:25:39 +0000 (0:00:00.027) 0:02:14.217 ****** 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:25:39 +0000 (0:00:00.020) 0:02:14.238 ****** 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:25:39 +0000 (0:00:00.021) 0:02:14.260 ****** 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:25:39 +0000 (0:00:00.024) 0:02:14.284 ****** 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:25:40 +0000 (0:00:00.065) 0:02:14.349 ****** 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:25:40 +0000 (0:00:00.024) 0:02:14.374 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 13 January 2024 01:25:41 +0000 (0:00:01.544) 0:02:15.919 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_facts": { "__mssql_current_version": "2022" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 } } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:25:41 +0000 (0:00:00.077) 0:02:15.996 ****** 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:25:41 +0000 (0:00:00.045) 0:02:16.041 ****** 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:25:41 +0000 (0:00:00.039) 0:02:16.081 ****** 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:25:41 +0000 (0:00:00.083) 0:02:16.164 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 13 January 2024 01:25:42 +0000 (0:00:00.538) 0:02:16.703 ****** 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:25:42 +0000 (0:00:00.024) 0:02:16.727 ****** 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 2022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:25:42 +0000 (0:00:00.086) 0:02:16.814 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:25:42 +0000 (0:00:00.026) 0:02:16.840 ****** 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:25:42 +0000 (0:00:00.046) 0:02:16.886 ****** 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:25:42 +0000 (0:00:00.032) 0:02:16.919 ****** 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:25:42 +0000 (0:00:00.026) 0:02:16.945 ****** 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:25:42 +0000 (0:00:00.021) 0:02:16.967 ****** 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:25:42 +0000 (0:00:00.023) 0:02:16.990 ****** 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:25:42 +0000 (0:00:00.023) 0:02:17.013 ****** 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:25:45 +0000 (0:00:03.052) 0:02:20.065 ****** 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:25:45 +0000 (0:00:00.026) 0:02:20.091 ****** 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.005340", "end": "2024-01-13 01:25:45.966781", "rc": 0, "start": "2024-01-13 01:25:45.961441" } 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:25:46 +0000 (0:00:00.227) 0:02:20.319 ****** 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:47 +0000 (0:00:01.460) 0:02:21.779 ****** 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:47 +0000 (0:00:00.032) 0:02:21.812 ****** 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:47 +0000 (0:00:00.021) 0:02:21.834 ****** 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:47 +0000 (0:00:00.021) 0:02:21.855 ****** 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:25:47 +0000 (0:00:00.046) 0:02:21.901 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109080.1158462, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705109080.117846, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 432013572, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705109080.1158462, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "4196990623", "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:25:47 +0000 (0:00:00.234) 0:02:22.136 ****** 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:25:48 +0000 (0:00:00.260) 0:02:22.397 ****** 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:25:48 +0000 (0:00:00.026) 0:02:22.424 ****** 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:48 +0000 (0:00:00.034) 0:02:22.459 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002891", "end": "2024-01-13 01:25:48.316290", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:48.313399" } 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:25:48 +0000 (0:00:00.201) 0:02:22.660 ****** 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:48 +0000 (0:00:00.038) 0:02:22.699 ****** 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:25:48 +0000 (0:00:00.028) 0:02:22.727 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109081.4717846, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705109081.4727845, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 442499520, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705109081.4717846, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "135189585", "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:25:48 +0000 (0:00:00.206) 0:02:22.934 ****** 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:25:48 +0000 (0:00:00.231) 0:02:23.165 ****** 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:25:48 +0000 (0:00:00.030) 0:02:23.196 ****** 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:48 +0000 (0:00:00.036) 0:02:23.233 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002966", "end": "2024-01-13 01:25:49.090778", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:49.087812" } 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:25:49 +0000 (0:00:00.203) 0:02:23.437 ****** 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:49 +0000 (0:00:00.028) 0:02:23.465 ****** 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:49 +0000 (0:00:00.053) 0:02:23.518 ****** 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:49 +0000 (0:00:00.022) 0:02:23.541 ****** 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:52 +0000 (0:00:02.888) 0:02:26.429 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:59:01 UTC", "ActiveEnterTimestampMonotonic": "20377316", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service dbus.socket systemd-journald.socket network.target sysinit.target basic.target polkit.service systemd-sysctl.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:59 UTC", "AssertTimestampMonotonic": "18902716", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ConditionTimestampMonotonic": "18902714", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service power-profiles-daemon.service cpupower.service tlp.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "702", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ExecMainStartTimestampMonotonic": "18903698", "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": "18903729", "InvocationID": "f5ce59f4d7084f51877a92615d7138d0", "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": "702", "MemoryAccounting": "yes", "MemoryCurrent": "20930560", "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": "sysinit.target dbus.service system.slice 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": "20377316", "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": "20377313", "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:53 +0000 (0:00:01.326) 0:02:27.755 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.117150", "end": "2024-01-13 01:25:53.721938", "rc": 0, "start": "2024-01-13 01:25:53.604788" } 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:53 +0000 (0:00:00.308) 0:02:28.064 ****** 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:53 +0000 (0:00:00.033) 0:02:28.097 ****** 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:53 +0000 (0:00:00.022) 0:02:28.119 ****** 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:53 +0000 (0:00:00.037) 0:02:28.157 ****** 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:54 +0000 (0:00:00.208) 0:02:28.365 ****** 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:56 +0000 (0:00:02.919) 0:02:31.285 ****** 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:57 +0000 (0:00:00.041) 0:02:31.326 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ActiveEnterTimestampMonotonic": "1616980598", "ActiveExitTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ActiveExitTimestampMonotonic": "1616788517", "ActiveState": "active", "After": "network.target basic.target -.mount system.slice auditd.service sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:25:37 UTC", "AssertTimestampMonotonic": "1616979552", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ConditionTimestampMonotonic": "1616979550", "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": "32849", "ExecMainStartTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ExecMainStartTimestampMonotonic": "1616980534", "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:25:37 UTC", "InactiveEnterTimestampMonotonic": "1616978575", "InactiveExitTimestamp": "Sat 2024-01-13 01:25:37 UTC", "InactiveExitTimestampMonotonic": "1616980598", "InvocationID": "cacfb7efcc4843d7b4b6e32fefe5ff2a", "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": "32849", "MemoryAccounting": "yes", "MemoryCurrent": "928624640", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:25:37 UTC", "StateChangeTimestampMonotonic": "1616980598", "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": "194", "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:25:37 UTC", "WatchdogTimestampMonotonic": "1616980596", "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:57 +0000 (0:00:00.330) 0:02:31.657 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002947", "end": "2024-01-13 01:25:57.514622", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:25:57.511675" } 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:25:57 +0000 (0:00:00.211) 0:02:31.868 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002907", "end": "2024-01-13 01:25:57.740544", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:57.737637" } 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:25:57 +0000 (0:00:00.213) 0:02:32.082 ****** 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:57 +0000 (0:00:00.066) 0:02:32.148 ****** 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": 19742, "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:59 +0000 (0:00:01.304) 0:02:33.452 ****** 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:59 +0000 (0:00:00.240) 0:02:33.692 ****** 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:59 +0000 (0:00:00.024) 0:02:33.717 ****** 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:26:00 +0000 (0:00:01.408) 0:02:35.125 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:26:00 +0000 (0:00:00.047) 0:02:35.172 ****** 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:26:00 +0000 (0:00:00.032) 0:02:35.204 ****** 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:26:00 +0000 (0:00:00.067) 0:02:35.272 ****** 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.004644", "end": "2024-01-13 01:26:01.136213", "rc": 0, "start": "2024-01-13 01:26:01.131569" } 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:26:01 +0000 (0:00:00.241) 0:02:35.513 ****** 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:26:01 +0000 (0:00:00.077) 0:02:35.590 ****** 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:26:02 +0000 (0:00:01.391) 0:02:36.982 ****** 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:26:02 +0000 (0:00:00.024) 0:02:37.006 ****** 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:26:02 +0000 (0:00:00.040) 0:02:37.047 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002901", "end": "2024-01-13 01:26:02.906985", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:26:02.904084" } 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:26:02 +0000 (0:00:00.204) 0:02:37.252 ****** 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:26:02 +0000 (0:00:00.037) 0:02:37.290 ****** 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:26:03 +0000 (0:00:00.031) 0:02:37.321 ****** 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:26:03 +0000 (0:00:00.070) 0:02:37.392 ****** 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:26:03 +0000 (0:00:00.023) 0:02:37.416 ****** 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:26:03 +0000 (0:00:00.037) 0:02:37.454 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002854", "end": "2024-01-13 01:26:03.314752", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:26:03.311898" } 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:26:03 +0000 (0:00:00.223) 0:02:37.678 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.125484", "end": "2024-01-13 01:26:03.660654", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:26:03.535170" } 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:26:03 +0000 (0:00:00.359) 0:02:38.037 ****** 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:26:03 +0000 (0:00:00.044) 0:02:38.081 ****** 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:26:03 +0000 (0:00:00.041) 0:02:38.122 ****** 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:26:03 +0000 (0:00:00.058) 0:02:38.181 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002873", "end": "2024-01-13 01:26:04.064659", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:26:04.061786" } 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:26:04 +0000 (0:00:00.249) 0:02:38.430 ****** 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:26:04 +0000 (0:00:00.035) 0:02:38.466 ****** 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:26:04 +0000 (0:00:00.030) 0:02:38.496 ****** 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:26:07 +0000 (0:00:02.885) 0:02:41.382 ****** 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:26:09 +0000 (0:00:02.872) 0:02:44.255 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003010", "end": "2024-01-13 01:26:10.115813", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:26:10.112803" } 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:26:10 +0000 (0:00:00.204) 0:02:44.459 ****** 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:26:10 +0000 (0:00:00.025) 0:02:44.484 ****** 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:26:10 +0000 (0:00:00.024) 0:02:44.509 ****** 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:26:10 +0000 (0:00:00.089) 0:02:44.598 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002921", "end": "2024-01-13 01:26:10.457365", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:26:10.454444" } 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:26:10 +0000 (0:00:00.214) 0:02:44.813 ****** 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:26:10 +0000 (0:00:00.040) 0:02:44.854 ****** 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:26:10 +0000 (0:00:00.057) 0:02:44.911 ****** 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:26:10 +0000 (0:00:00.057) 0:02:44.968 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002719", "end": "2024-01-13 01:26:10.827000", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:26:10.824281" } 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:26:10 +0000 (0:00:00.201) 0:02:45.170 ****** 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:26:10 +0000 (0:00:00.027) 0:02:45.198 ****** 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:26:10 +0000 (0:00:00.026) 0:02:45.224 ****** 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:26:10 +0000 (0:00:00.020) 0:02:45.245 ****** 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:26:10 +0000 (0:00:00.019) 0:02:45.264 ****** 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:26:10 +0000 (0:00:00.022) 0:02:45.287 ****** 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:26:10 +0000 (0:00:00.019) 0:02:45.307 ****** 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:26:11 +0000 (0:00:00.020) 0:02:45.327 ****** 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:26:11 +0000 (0:00:00.019) 0:02:45.347 ****** 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:26:11 +0000 (0:00:00.057) 0:02:45.405 ****** 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:26:11 +0000 (0:00:00.025) 0:02:45.431 ****** 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:26:11 +0000 (0:00:00.021) 0:02:45.452 ****** 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:26:11 +0000 (0:00:00.022) 0:02:45.474 ****** 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:26:11 +0000 (0:00:00.023) 0:02:45.498 ****** 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:26:11 +0000 (0:00:00.026) 0:02:45.524 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 13 January 2024 01:26:11 +0000 (0:00:00.029) 0:02:45.554 ****** 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:26:11 +0000 (0:00:00.023) 0:02:45.577 ****** 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:26:11 +0000 (0:00:00.025) 0:02:45.603 ****** 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:26:11 +0000 (0:00:00.032) 0:02:45.636 ****** 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:26:11 +0000 (0:00:00.020) 0:02:45.657 ****** 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:26:11 +0000 (0:00:00.020) 0:02:45.677 ****** 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:26:11 +0000 (0:00:00.020) 0:02:45.697 ****** 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:26:11 +0000 (0:00:00.020) 0:02:45.717 ****** 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:26:11 +0000 (0:00:00.021) 0:02:45.739 ****** 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:26:11 +0000 (0:00:00.021) 0:02:45.760 ****** 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:26:11 +0000 (0:00:00.020) 0:02:45.781 ****** 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:26:11 +0000 (0:00:00.059) 0:02:45.841 ****** 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:26:11 +0000 (0:00:00.023) 0:02:45.864 ****** 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:26:11 +0000 (0:00:00.021) 0:02:45.885 ****** 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:26:11 +0000 (0:00:00.024) 0:02:45.910 ****** 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:26:11 +0000 (0:00:00.023) 0:02:45.934 ****** 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:26:11 +0000 (0:00:00.035) 0:02:45.970 ****** 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:26:11 +0000 (0:00:00.053) 0:02:46.023 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 13 January 2024 01:26:11 +0000 (0:00:00.035) 0:02:46.058 ****** 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:26:11 +0000 (0:00:00.038) 0:02:46.096 ****** 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:26:11 +0000 (0:00:00.031) 0:02:46.128 ****** 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:26:11 +0000 (0:00:00.043) 0:02:46.171 ****** 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:26:11 +0000 (0:00:00.044) 0:02:46.215 ****** 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:26:11 +0000 (0:00:00.053) 0:02:46.269 ****** 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:26:12 +0000 (0:00:00.061) 0:02:46.330 ****** 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:26:12 +0000 (0:00:00.022) 0:02:46.353 ****** 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:26:12 +0000 (0:00:00.024) 0:02:46.378 ****** 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:26:12 +0000 (0:00:00.023) 0:02:46.402 ****** 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:26:12 +0000 (0:00:00.064) 0:02:46.466 ****** 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:26:12 +0000 (0:00:00.022) 0:02:46.489 ****** 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:26:12 +0000 (0:00:00.031) 0:02:46.521 ****** 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:26:12 +0000 (0:00:00.065) 0:02:46.587 ****** 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:26:12 +0000 (0:00:00.026) 0:02:46.614 ****** 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:26:12 +0000 (0:00:00.055) 0:02:46.669 ****** 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:26:12 +0000 (0:00:00.035) 0:02:46.704 ****** 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:26:12 +0000 (0:00:00.050) 0:02:46.755 ****** 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:26:12 +0000 (0:00:00.037) 0:02:46.793 ****** 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:26:12 +0000 (0:00:00.039) 0:02:46.833 ****** 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:26:12 +0000 (0:00:00.025) 0:02:46.858 ****** 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:26:12 +0000 (0:00:00.024) 0:02:46.882 ****** 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:26:12 +0000 (0:00:00.032) 0:02:46.914 ****** 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:26:12 +0000 (0:00:00.045) 0:02:46.960 ****** 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:26:12 +0000 (0:00:00.033) 0:02:46.994 ****** 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:26:12 +0000 (0:00:00.051) 0:02:47.045 ****** 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:26:12 +0000 (0:00:00.031) 0:02:47.077 ****** 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:26:13 +0000 (0:00:00.400) 0:02:47.477 ****** 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:26:13 +0000 (0:00:00.044) 0:02:47.522 ****** 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:26:13 +0000 (0:00:00.034) 0:02:47.557 ****** 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:26:13 +0000 (0:00:00.203) 0:02:47.760 ****** 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.005310", "end": "2024-01-13 01:26:13.637604", "rc": 0, "start": "2024-01-13 01:26:13.632294" } 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:26:13 +0000 (0:00:00.218) 0:02:47.979 ****** 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.004567", "end": "2024-01-13 01:26:13.836135", "rc": 0, "start": "2024-01-13 01:26:13.831568" } 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:26:13 +0000 (0:00:00.203) 0:02:48.182 ****** 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:26:13 +0000 (0:00:00.026) 0:02:48.209 ****** 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:26:13 +0000 (0:00:00.077) 0:02:48.287 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004374", "end": "2024-01-13 01:26:14.146096", "rc": 0, "start": "2024-01-13 01:26:14.141722" } 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:26:14 +0000 (0:00:00.202) 0:02:48.490 ****** 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:26:14 +0000 (0:00:00.131) 0:02:48.622 ****** 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:26:14 +0000 (0:00:00.038) 0:02:48.660 ****** 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:26:14 +0000 (0:00:00.064) 0:02:48.724 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004012", "end": "2024-01-13 01:26:14.591242", "rc": 0, "start": "2024-01-13 01:26:14.587230" } 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:26:14 +0000 (0:00:00.211) 0:02:48.935 ****** 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:26:14 +0000 (0:00:00.026) 0:02:48.961 ****** 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:26:14 +0000 (0:00:00.026) 0:02:48.988 ****** 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:26:14 +0000 (0:00:00.035) 0:02:49.024 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004042", "end": "2024-01-13 01:26:14.883892", "rc": 0, "start": "2024-01-13 01:26:14.879850" } 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:26:14 +0000 (0:00:00.204) 0:02:49.229 ****** 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:26:14 +0000 (0:00:00.039) 0:02:49.268 ****** 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:26:15 +0000 (0:00:00.050) 0:02:49.319 ****** 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:26:15 +0000 (0:00:00.029) 0:02:49.349 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004405", "end": "2024-01-13 01:26:15.210871", "rc": 0, "start": "2024-01-13 01:26:15.206466" } 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:26:15 +0000 (0:00:00.228) 0:02:49.577 ****** 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:26:15 +0000 (0:00:00.030) 0:02:49.608 ****** 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:26:15 +0000 (0:00:00.023) 0:02:49.631 ****** 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:26:15 +0000 (0:00:00.022) 0:02:49.654 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004096", "end": "2024-01-13 01:26:15.510223", "rc": 0, "start": "2024-01-13 01:26:15.506127" } 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:26:15 +0000 (0:00:00.275) 0:02:49.929 ****** 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:26:15 +0000 (0:00:00.027) 0:02:49.957 ****** 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:26:15 +0000 (0:00:00.042) 0:02:49.999 ****** 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:26:15 +0000 (0:00:00.025) 0:02:50.025 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109080.1158462, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705109080.117846, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 432013572, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705109080.1158462, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "4196990623", "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:26:15 +0000 (0:00:00.203) 0:02:50.228 ****** 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:26:15 +0000 (0:00:00.032) 0:02:50.261 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109081.4717846, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705109081.4727845, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 442499520, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705109081.4717846, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "135189585", "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:26:16 +0000 (0:00:00.251) 0:02:50.512 ****** 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:26:16 +0000 (0:00:00.026) 0:02:50.538 ****** 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:26:16 +0000 (0:00:00.039) 0:02:50.578 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ActiveEnterTimestampMonotonic": "1616980598", "ActiveExitTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ActiveExitTimestampMonotonic": "1616788517", "ActiveState": "active", "After": "network.target basic.target -.mount system.slice auditd.service sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:25:37 UTC", "AssertTimestampMonotonic": "1616979552", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ConditionTimestampMonotonic": "1616979550", "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": "32849", "ExecMainStartTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ExecMainStartTimestampMonotonic": "1616980534", "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:25:37 UTC", "InactiveEnterTimestampMonotonic": "1616978575", "InactiveExitTimestamp": "Sat 2024-01-13 01:25:37 UTC", "InactiveExitTimestampMonotonic": "1616980598", "InvocationID": "cacfb7efcc4843d7b4b6e32fefe5ff2a", "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": "32849", "MemoryAccounting": "yes", "MemoryCurrent": "859873280", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:25:37 UTC", "StateChangeTimestampMonotonic": "1616980598", "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": "190", "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:25:37 UTC", "WatchdogTimestampMonotonic": "1616980596", "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:26:16 +0000 (0:00:00.324) 0:02:50.903 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002850", "end": "2024-01-13 01:26:16.759994", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:26:16.757144" } 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:26:16 +0000 (0:00:00.202) 0:02:51.105 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002948", "end": "2024-01-13 01:26:16.963969", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:26:16.961021" } 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:26:16 +0000 (0:00:00.200) 0:02:51.306 ****** 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:26:17 +0000 (0:00:00.083) 0:02:51.389 ****** 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": 20471, "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:26:18 +0000 (0:00:01.248) 0:02:52.638 ****** 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.026376", "end": "2024-01-13 01:26:18.527388", "rc": 0, "start": "2024-01-13 01:26:18.501012" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2022 (RTM-CU11) (KB5032679) - 16.0.4105.2 (X64) Nov 14 2023 18:33:19 Copyright (C) 2022 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:26:18 +0000 (0:00:00.242) 0:02:52.880 ****** 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:26:18 +0000 (0:00:00.046) 0:02:52.927 ****** 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:26:18 +0000 (0:00:00.047) 0:02:52.975 ****** 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:26:20 +0000 (0:00:01.387) 0:02:54.362 ****** 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:26:20 +0000 (0:00:00.049) 0:02:54.411 ****** 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:26:20 +0000 (0:00:00.022) 0:02:54.434 ****** 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:26:20 +0000 (0:00:00.037) 0:02:54.472 ****** 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:26:21 +0000 (0:00:01.322) 0:02:55.794 ****** 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:26:21 +0000 (0:00:00.031) 0:02:55.825 ****** 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:26:21 +0000 (0:00:00.021) 0:02:55.847 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004063", "end": "2024-01-13 01:26:21.709956", "rc": 0, "start": "2024-01-13 01:26:21.705893" } 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:26:21 +0000 (0:00:00.205) 0:02:56.053 ****** 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:26:21 +0000 (0:00:00.062) 0:02:56.116 ****** 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:26:21 +0000 (0:00:00.023) 0:02:56.139 ****** 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:26:21 +0000 (0:00:00.038) 0:02:56.178 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004233", "end": "2024-01-13 01:26:22.039239", "rc": 0, "start": "2024-01-13 01:26:22.035006" } 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:26:22 +0000 (0:00:00.205) 0:02:56.384 ****** 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:26:22 +0000 (0:00:00.023) 0:02:56.407 ****** 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:26:22 +0000 (0:00:00.029) 0:02:56.437 ****** 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:26:22 +0000 (0:00:00.024) 0:02:56.461 ****** 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:26:22 +0000 (0:00:00.038) 0:02:56.500 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004289", "end": "2024-01-13 01:26:22.359298", "rc": 0, "start": "2024-01-13 01:26:22.355009" } 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:26:22 +0000 (0:00:00.204) 0:02:56.705 ****** 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:26:22 +0000 (0:00:00.031) 0:02:56.736 ****** 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:26:22 +0000 (0:00:00.061) 0:02:56.798 ****** 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:26:22 +0000 (0:00:00.023) 0:02:56.822 ****** 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:26:22 +0000 (0:00:00.022) 0:02:56.845 ****** 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:26:22 +0000 (0:00:00.065) 0:02:56.910 ****** 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:26:22 +0000 (0:00:00.021) 0:02:56.932 ****** 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:26:22 +0000 (0:00:00.049) 0:02:56.982 ****** 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:26:22 +0000 (0:00:00.027) 0:02:57.009 ****** 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:26:22 +0000 (0:00:00.032) 0:02:57.042 ****** 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:26:22 +0000 (0:00:00.028) 0:02:57.070 ****** 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:26:23 +0000 (0:00:00.278) 0:02:57.349 ****** 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:26:23 +0000 (0:00:00.094) 0:02:57.443 ****** 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:26:23 +0000 (0:00:00.027) 0:02:57.470 ****** 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:26:23 +0000 (0:00:00.052) 0:02:57.523 ****** 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:26:23 +0000 (0:00:00.022) 0:02:57.546 ****** 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:26:23 +0000 (0:00:00.021) 0:02:57.567 ****** 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:26:23 +0000 (0:00:00.022) 0:02:57.590 ****** 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:26:23 +0000 (0:00:00.022) 0:02:57.612 ****** 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:26:23 +0000 (0:00:00.024) 0:02:57.637 ****** 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:26:23 +0000 (0:00:00.021) 0:02:57.658 ****** 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:26:23 +0000 (0:00:00.021) 0:02:57.680 ****** 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:26:23 +0000 (0:00:00.022) 0:02:57.702 ****** 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:26:23 +0000 (0:00:00.032) 0:02:57.734 ****** 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:26:23 +0000 (0:00:00.040) 0:02:57.774 ****** 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:26:23 +0000 (0:00:00.022) 0:02:57.797 ****** 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:26:23 +0000 (0:00:00.023) 0:02:57.821 ****** 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:26:23 +0000 (0:00:00.021) 0:02:57.842 ****** 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:26:23 +0000 (0:00:00.033) 0:02:57.876 ****** 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:26:23 +0000 (0:00:00.118) 0:02:57.994 ****** 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:26:25 +0000 (0:00:01.325) 0:02:59.319 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_facts": { "__mssql_current_version": "2022" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 } } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:26:25 +0000 (0:00:00.071) 0:02:59.391 ****** 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:26:25 +0000 (0:00:00.022) 0:02:59.414 ****** 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:26:25 +0000 (0:00:00.027) 0:02:59.441 ****** 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:26:25 +0000 (0:00:00.053) 0:02:59.495 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 13 January 2024 01:26:25 +0000 (0:00:00.352) 0:02:59.848 ****** 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:26:25 +0000 (0:00:00.025) 0:02:59.873 ****** 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 2022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:26:25 +0000 (0:00:00.024) 0:02:59.897 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:26:25 +0000 (0:00:00.022) 0:02:59.919 ****** 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:26:25 +0000 (0:00:00.083) 0:03:00.003 ****** 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:26:25 +0000 (0:00:00.030) 0:03:00.034 ****** 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:26:25 +0000 (0:00:00.035) 0:03:00.069 ****** 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:26:25 +0000 (0:00:00.031) 0:03:00.101 ****** 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:26:25 +0000 (0:00:00.027) 0:03:00.129 ****** 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:26:25 +0000 (0:00:00.038) 0:03:00.167 ****** 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:26:28 +0000 (0:00:02.878) 0:03:03.046 ****** 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:26:28 +0000 (0:00:00.021) 0:03:03.067 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005457", "end": "2024-01-13 01:26:28.924830", "rc": 0, "start": "2024-01-13 01:26:28.919373" } 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:26:28 +0000 (0:00:00.200) 0:03:03.268 ****** 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:26:31 +0000 (0:00:02.436) 0:03:05.704 ****** 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:26:31 +0000 (0:00:00.083) 0:03:05.787 ****** 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:26:31 +0000 (0:00:00.035) 0:03:05.823 ****** 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:26:31 +0000 (0:00:00.031) 0:03:05.855 ****** 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:26:31 +0000 (0:00:00.065) 0:03:05.920 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109079.124891, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109079.0898926, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 331350276, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705109079.0898926, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "2717473159", "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:26:31 +0000 (0:00:00.221) 0:03:06.142 ****** ok: [sut] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 993 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 13 January 2024 01:26:32 +0000 (0:00:00.229) 0:03:06.371 ****** 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:26:32 +0000 (0:00:00.035) 0:03:06.407 ****** 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:26:32 +0000 (0:00:00.048) 0:03:06.456 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002890", "end": "2024-01-13 01:26:32.325008", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:26:32.322118" } 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:26:32 +0000 (0:00:00.216) 0:03:06.672 ****** 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.127466", "end": "2024-01-13 01:26:32.663606", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:26:32.536140" } 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:26:32 +0000 (0:00:00.338) 0:03:07.011 ****** 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:26:32 +0000 (0:00:00.026) 0:03:07.037 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109143.2479844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109143.2469845, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 333447616, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705109143.2469845, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "3874008346", "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:26:32 +0000 (0:00:00.251) 0:03:07.289 ****** 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:26:33 +0000 (0:00:00.214) 0:03:07.503 ****** 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:26:33 +0000 (0:00:00.028) 0:03:07.532 ****** 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:26:33 +0000 (0:00:00.037) 0:03:07.570 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002966", "end": "2024-01-13 01:26:33.430208", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:26:33.427242" } 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:26:33 +0000 (0:00:00.217) 0:03:07.787 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/var/opt/mssql/log" ], "delta": "0:00:00.125630", "end": "2024-01-13 01:26:33.802516", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:26:33.676886" } 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:26:33 +0000 (0:00:00.363) 0:03:08.151 ****** 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:26:33 +0000 (0:00:00.033) 0:03:08.184 ****** 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:26:33 +0000 (0:00:00.035) 0:03:08.220 ****** 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:26:36 +0000 (0:00:02.866) 0:03:11.087 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:59:01 UTC", "ActiveEnterTimestampMonotonic": "20377316", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service dbus.socket systemd-journald.socket network.target sysinit.target basic.target polkit.service systemd-sysctl.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:59 UTC", "AssertTimestampMonotonic": "18902716", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ConditionTimestampMonotonic": "18902714", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service power-profiles-daemon.service cpupower.service tlp.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "702", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ExecMainStartTimestampMonotonic": "18903698", "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": "18903729", "InvocationID": "f5ce59f4d7084f51877a92615d7138d0", "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": "702", "MemoryAccounting": "yes", "MemoryCurrent": "20922368", "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": "sysinit.target dbus.service system.slice 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": "20377316", "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": "20377313", "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:26:37 +0000 (0:00:00.330) 0:03:11.418 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.117907", "end": "2024-01-13 01:26:37.392130", "rc": 0, "start": "2024-01-13 01:26:37.274223" } 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:26:37 +0000 (0:00:00.317) 0:03:11.735 ****** 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:26:37 +0000 (0:00:00.021) 0:03:11.756 ****** 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:26:37 +0000 (0:00:00.021) 0:03:11.778 ****** 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:26:37 +0000 (0:00:00.022) 0:03:11.801 ****** 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:26:37 +0000 (0:00:00.224) 0:03:12.025 ****** 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:26:40 +0000 (0:00:02.895) 0:03:14.921 ****** 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:26:40 +0000 (0:00:00.074) 0:03:14.995 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ActiveEnterTimestampMonotonic": "1616980598", "ActiveExitTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ActiveExitTimestampMonotonic": "1616788517", "ActiveState": "active", "After": "network.target basic.target -.mount system.slice auditd.service sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:25:37 UTC", "AssertTimestampMonotonic": "1616979552", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ConditionTimestampMonotonic": "1616979550", "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": "32849", "ExecMainStartTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ExecMainStartTimestampMonotonic": "1616980534", "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:25:37 UTC", "InactiveEnterTimestampMonotonic": "1616978575", "InactiveExitTimestamp": "Sat 2024-01-13 01:25:37 UTC", "InactiveExitTimestampMonotonic": "1616980598", "InvocationID": "cacfb7efcc4843d7b4b6e32fefe5ff2a", "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": "32849", "MemoryAccounting": "yes", "MemoryCurrent": "863158272", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:25:37 UTC", "StateChangeTimestampMonotonic": "1616980598", "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": "190", "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:25:37 UTC", "WatchdogTimestampMonotonic": "1616980596", "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:26:41 +0000 (0:00:00.321) 0:03:15.317 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002669", "end": "2024-01-13 01:26:41.177820", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:26:41.175151" } 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:26:41 +0000 (0:00:00.210) 0:03:15.528 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002951", "end": "2024-01-13 01:26:41.386087", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:26:41.383136" } 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:26:41 +0000 (0:00:00.201) 0:03:15.729 ****** 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:26:41 +0000 (0:00:00.029) 0:03:15.759 ****** 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": 20471, "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:26:42 +0000 (0:00:01.222) 0:03:16.981 ****** 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:26:42 +0000 (0:00:00.289) 0:03:17.270 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ActiveEnterTimestampMonotonic": "1616980598", "ActiveExitTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ActiveExitTimestampMonotonic": "1616788517", "ActiveState": "active", "After": "network.target basic.target -.mount system.slice auditd.service sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:25:37 UTC", "AssertTimestampMonotonic": "1616979552", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ConditionTimestampMonotonic": "1616979550", "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": "32849", "ExecMainStartTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ExecMainStartTimestampMonotonic": "1616980534", "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:25:37 UTC", "InactiveEnterTimestampMonotonic": "1616978575", "InactiveExitTimestamp": "Sat 2024-01-13 01:25:37 UTC", "InactiveExitTimestampMonotonic": "1616980598", "InvocationID": "cacfb7efcc4843d7b4b6e32fefe5ff2a", "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": "32849", "MemoryAccounting": "yes", "MemoryCurrent": "865677312", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:25:37 UTC", "StateChangeTimestampMonotonic": "1616980598", "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": "194", "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:25:37 UTC", "WatchdogTimestampMonotonic": "1616980596", "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:26:43 +0000 (0:00:00.524) 0:03:17.795 ****** 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:26:44 +0000 (0:00:01.391) 0:03:19.186 ****** 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:26:51 +0000 (0:00:07.040) 0:03:26.226 ****** 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:26:51 +0000 (0:00:00.022) 0:03:26.249 ****** 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:26:51 +0000 (0:00:00.025) 0:03:26.274 ****** 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.004927", "end": "2024-01-13 01:26:52.138053", "rc": 0, "start": "2024-01-13 01:26:52.133126" } 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:26:52 +0000 (0:00:00.211) 0:03:26.486 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ActiveEnterTimestampMonotonic": "1616980598", "ActiveExitTimestamp": "Sat 2024-01-13 01:26:43 UTC", "ActiveExitTimestampMonotonic": "1682429742", "ActiveState": "inactive", "After": "network.target basic.target -.mount system.slice auditd.service sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:25:37 UTC", "AssertTimestampMonotonic": "1616979552", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ConditionTimestampMonotonic": "1616979550", "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:26:43 UTC", "ExecMainExitTimestampMonotonic": "1682580551", "ExecMainPID": "32849", "ExecMainStartTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ExecMainStartTimestampMonotonic": "1616980534", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-13 01:25:37 UTC] ; stop_time=[Sat 2024-01-13 01:26:43 UTC] ; pid=32849 ; 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:26:43 UTC", "InactiveEnterTimestampMonotonic": "1682580646", "InactiveExitTimestamp": "Sat 2024-01-13 01:25:37 UTC", "InactiveExitTimestampMonotonic": "1616980598", "InvocationID": "cacfb7efcc4843d7b4b6e32fefe5ff2a", "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": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:26:43 UTC", "StateChangeTimestampMonotonic": "1682580646", "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:26:53 +0000 (0:00:01.339) 0:03:27.825 ****** 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:26:54 +0000 (0:00:01.451) 0:03:29.277 ****** 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:27:02 +0000 (0:00:07.069) 0:03:36.346 ****** 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:27:02 +0000 (0:00:00.039) 0:03:36.386 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002910", "end": "2024-01-13 01:27:02.243905", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:02.240995" } 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:27:02 +0000 (0:00:00.200) 0:03:36.587 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.125553", "end": "2024-01-13 01:27:02.583248", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:02.457695" } 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:27:02 +0000 (0:00:00.343) 0:03:36.930 ****** 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:27:02 +0000 (0:00:00.022) 0:03:36.953 ****** 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:27:02 +0000 (0:00:00.098) 0:03:37.051 ****** 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:27:02 +0000 (0:00:00.029) 0:03:37.081 ****** 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:27:02 +0000 (0:00:00.038) 0:03:37.120 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002955", "end": "2024-01-13 01:27:02.978552", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:27:02.975597" } 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:27:03 +0000 (0:00:00.200) 0:03:37.321 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1435" ], "delta": "0:00:00.126185", "end": "2024-01-13 01:27:03.307945", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:03.181760" } 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:27:03 +0000 (0:00:00.335) 0:03:37.657 ****** 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:27:03 +0000 (0:00:00.046) 0:03:37.703 ****** 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:27:03 +0000 (0:00:00.027) 0:03:37.730 ****** 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:27:03 +0000 (0:00:00.055) 0:03:37.786 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002804", "end": "2024-01-13 01:27:03.645579", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:03.642775" } 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:27:03 +0000 (0:00:00.203) 0:03:37.990 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "False" ], "delta": "0:00:00.125188", "end": "2024-01-13 01:27:03.975775", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:03.850587" } 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:27:04 +0000 (0:00:00.340) 0:03:38.330 ****** 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:27:04 +0000 (0:00:00.022) 0:03:38.353 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: mssql-server-fts-16.0.4105.2-2.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:27:07 +0000 (0:00:03.580) 0:03:41.933 ****** 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:27:11 +0000 (0:00:03.616) 0:03:45.550 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002946", "end": "2024-01-13 01:27:11.427035", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:11.424089" } 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:27:11 +0000 (0:00:00.225) 0:03:45.776 ****** 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:27:11 +0000 (0:00:00.024) 0:03:45.800 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "off" ], "delta": "0:00:00.127059", "end": "2024-01-13 01:27:11.785310", "rc": 0, "start": "2024-01-13 01:27:11.658251" } 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:27:11 +0000 (0:00:00.334) 0:03:46.134 ****** 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:27:11 +0000 (0:00:00.040) 0:03:46.175 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002694", "end": "2024-01-13 01:27:12.033970", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:12.031276" } 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:27:12 +0000 (0:00:00.210) 0:03:46.385 ****** 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:27:12 +0000 (0:00:00.031) 0:03:46.417 ****** 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:27:12 +0000 (0:00:00.026) 0:03:46.443 ****** 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:27:12 +0000 (0:00:00.092) 0:03:46.535 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002996", "end": "2024-01-13 01:27:12.393336", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:12.390340" } 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:27:12 +0000 (0:00:00.209) 0:03:46.744 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "0" ], "delta": "0:00:00.125498", "end": "2024-01-13 01:27:12.740104", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:12.614606" } 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:27:12 +0000 (0:00:00.344) 0:03:47.089 ****** 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:27:12 +0000 (0:00:00.025) 0:03:47.114 ****** 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:27:12 +0000 (0:00:00.023) 0:03:47.138 ****** 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:27:12 +0000 (0:00:00.022) 0:03:47.161 ****** 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:27:12 +0000 (0:00:00.030) 0:03:47.191 ****** 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:27:12 +0000 (0:00:00.027) 0:03:47.219 ****** 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:27:12 +0000 (0:00:00.026) 0:03:47.245 ****** 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:27:12 +0000 (0:00:00.032) 0:03:47.278 ****** 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:27:12 +0000 (0:00:00.023) 0:03:47.302 ****** 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:27:13 +0000 (0:00:00.028) 0:03:47.331 ****** 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:27:13 +0000 (0:00:00.029) 0:03:47.360 ****** 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:27:13 +0000 (0:00:00.023) 0:03:47.383 ****** 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:27:13 +0000 (0:00:00.029) 0:03:47.412 ****** 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:27:13 +0000 (0:00:00.077) 0:03:47.490 ****** 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:27:13 +0000 (0:00:00.025) 0:03:47.515 ****** 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:27:13 +0000 (0:00:00.023) 0:03:47.539 ****** 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:27:13 +0000 (0:00:00.023) 0:03:47.563 ****** 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:27:13 +0000 (0:00:00.023) 0:03:47.586 ****** 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:27:13 +0000 (0:00:00.021) 0:03:47.608 ****** 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:27:13 +0000 (0:00:00.021) 0:03:47.630 ****** 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:27:13 +0000 (0:00:00.022) 0:03:47.652 ****** 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:27:13 +0000 (0:00:00.021) 0:03:47.673 ****** 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:27:13 +0000 (0:00:00.021) 0:03:47.695 ****** 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:27:13 +0000 (0:00:00.022) 0:03:47.717 ****** 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:27:13 +0000 (0:00:00.021) 0:03:47.738 ****** 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:27:13 +0000 (0:00:00.022) 0:03:47.760 ****** 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:27:13 +0000 (0:00:00.022) 0:03:47.782 ****** 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:27:13 +0000 (0:00:00.020) 0:03:47.803 ****** 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:27:13 +0000 (0:00:00.020) 0:03:47.824 ****** 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:27:13 +0000 (0:00:00.068) 0:03:47.893 ****** 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:27:13 +0000 (0:00:00.024) 0:03:47.917 ****** 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:27:13 +0000 (0:00:00.021) 0:03:47.938 ****** 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:27:13 +0000 (0:00:00.021) 0:03:47.960 ****** 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:27:13 +0000 (0:00:00.021) 0:03:47.981 ****** 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:27:13 +0000 (0:00:00.021) 0:03:48.003 ****** 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:27:13 +0000 (0:00:00.029) 0:03:48.032 ****** 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:27:13 +0000 (0:00:00.021) 0:03:48.054 ****** 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:27:13 +0000 (0:00:00.023) 0:03:48.078 ****** 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:27:13 +0000 (0:00:00.029) 0:03:48.107 ****** 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:27:13 +0000 (0:00:00.025) 0:03:48.132 ****** 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:27:13 +0000 (0:00:00.022) 0:03:48.154 ****** 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:27:13 +0000 (0:00:00.021) 0:03:48.176 ****** 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:27:13 +0000 (0:00:00.025) 0:03:48.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:1184 Saturday 13 January 2024 01:27:13 +0000 (0:00:00.032) 0:03:48.234 ****** 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:27:13 +0000 (0:00:00.026) 0:03:48.260 ****** 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:27:13 +0000 (0:00:00.023) 0:03:48.283 ****** 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:27:14 +0000 (0:00:00.073) 0:03:48.357 ****** 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:27:14 +0000 (0:00:00.022) 0:03:48.380 ****** 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:27:14 +0000 (0:00:00.023) 0:03:48.404 ****** 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:27:14 +0000 (0:00:00.022) 0:03:48.426 ****** 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:27:14 +0000 (0:00:00.045) 0:03:48.472 ****** 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:27:14 +0000 (0:00:00.025) 0:03:48.497 ****** 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:27:14 +0000 (0:00:00.025) 0:03:48.523 ****** 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:27:14 +0000 (0:00:00.023) 0:03:48.546 ****** 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:27:14 +0000 (0:00:00.024) 0:03:48.570 ****** 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:27:14 +0000 (0:00:00.026) 0:03:48.597 ****** 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:27:14 +0000 (0:00:00.021) 0:03:48.618 ****** 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:27:14 +0000 (0:00:00.022) 0:03:48.641 ****** 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:27:14 +0000 (0:00:00.021) 0:03:48.662 ****** 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:27:14 +0000 (0:00:00.242) 0:03:48.904 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ActiveEnterTimestampMonotonic": "1616980598", "ActiveExitTimestamp": "Sat 2024-01-13 01:26:43 UTC", "ActiveExitTimestampMonotonic": "1682429742", "ActiveState": "inactive", "After": "network.target basic.target -.mount system.slice auditd.service sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:25:37 UTC", "AssertTimestampMonotonic": "1616979552", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ConditionTimestampMonotonic": "1616979550", "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:26:43 UTC", "ExecMainExitTimestampMonotonic": "1682580551", "ExecMainPID": "32849", "ExecMainStartTimestamp": "Sat 2024-01-13 01:25:37 UTC", "ExecMainStartTimestampMonotonic": "1616980534", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-13 01:25:37 UTC] ; stop_time=[Sat 2024-01-13 01:26:43 UTC] ; pid=32849 ; 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:26:43 UTC", "InactiveEnterTimestampMonotonic": "1682580646", "InactiveExitTimestamp": "Sat 2024-01-13 01:25:37 UTC", "InactiveExitTimestampMonotonic": "1616980598", "InvocationID": "cacfb7efcc4843d7b4b6e32fefe5ff2a", "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": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:26:43 UTC", "StateChangeTimestampMonotonic": "1682580646", "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:27:15 +0000 (0:00:00.416) 0:03:49.321 ****** 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:27:15 +0000 (0:00:00.085) 0:03:49.406 ****** 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:27:15 +0000 (0:00:00.021) 0:03:49.428 ****** 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:27:15 +0000 (0:00:00.333) 0:03:49.761 ****** 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:27:15 +0000 (0:00:00.057) 0:03:49.819 ****** 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:27:15 +0000 (0:00:00.034) 0:03:49.853 ****** 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:27:15 +0000 (0:00:00.101) 0:03:49.954 ****** 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:27:15 +0000 (0:00:00.022) 0:03:49.976 ****** 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:27:15 +0000 (0:00:00.022) 0:03:49.998 ****** 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:27:15 +0000 (0:00:00.026) 0:03:50.025 ****** 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:27:15 +0000 (0:00:00.022) 0:03:50.047 ****** 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:27:15 +0000 (0:00:00.033) 0:03:50.080 ****** 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:27:15 +0000 (0:00:00.033) 0:03:50.114 ****** 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:27:15 +0000 (0:00:00.023) 0:03:50.138 ****** 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:27:15 +0000 (0:00:00.029) 0:03:50.167 ****** 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:27:15 +0000 (0:00:00.033) 0:03:50.201 ****** 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:27:15 +0000 (0:00:00.033) 0:03:50.234 ****** 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:27:15 +0000 (0:00:00.035) 0:03:50.270 ****** 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:27:15 +0000 (0:00:00.028) 0:03:50.298 ****** 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:27:16 +0000 (0:00:00.029) 0:03:50.328 ****** 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:27:16 +0000 (0:00:00.022) 0:03:50.350 ****** 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:27:16 +0000 (0:00:00.023) 0:03:50.374 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 13 January 2024 01:27:17 +0000 (0:00:01.591) 0:03:51.966 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_facts": { "__mssql_current_version": "2022" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 } } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:27:17 +0000 (0:00:00.060) 0:03:52.026 ****** 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:27:17 +0000 (0:00:00.021) 0:03:52.048 ****** 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:27:17 +0000 (0:00:00.023) 0:03:52.072 ****** 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:27:17 +0000 (0:00:00.044) 0:03:52.116 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 13 January 2024 01:27:18 +0000 (0:00:00.459) 0:03:52.576 ****** 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:27:18 +0000 (0:00:00.025) 0:03:52.601 ****** 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 2022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:27:18 +0000 (0:00:00.025) 0:03:52.627 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:27:18 +0000 (0:00:00.111) 0:03:52.739 ****** 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:27:18 +0000 (0:00:00.038) 0:03:52.777 ****** 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:27:18 +0000 (0:00:00.037) 0:03:52.815 ****** 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:27:18 +0000 (0:00:00.030) 0:03:52.846 ****** 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:27:18 +0000 (0:00:00.022) 0:03:52.868 ****** 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:27:18 +0000 (0:00:00.023) 0:03:52.892 ****** 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:27:18 +0000 (0:00:00.023) 0:03:52.915 ****** 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:27:21 +0000 (0:00:03.255) 0:03:56.171 ****** 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:27:21 +0000 (0:00:00.021) 0:03:56.193 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005447", "end": "2024-01-13 01:27:22.052273", "rc": 0, "start": "2024-01-13 01:27:22.046826" } 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:27:22 +0000 (0:00:00.200) 0:03:56.394 ****** 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:27:23 +0000 (0:00:01.445) 0:03:57.840 ****** 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:27:23 +0000 (0:00:00.063) 0:03:57.903 ****** 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:27:23 +0000 (0:00:00.047) 0:03:57.951 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:27:23 +0000 (0:00:00.040) 0:03:57.991 ****** 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:27:23 +0000 (0:00:00.053) 0:03:58.045 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109079.124891, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109079.0898926, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 331350276, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705109079.0898926, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "2717473159", "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:27:23 +0000 (0:00:00.225) 0:03:58.270 ****** ok: [sut] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 993 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 13 January 2024 01:27:24 +0000 (0:00:00.215) 0:03:58.486 ****** 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:27:24 +0000 (0:00:00.042) 0:03:58.528 ****** 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:27:24 +0000 (0:00:00.055) 0:03:58.584 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002721", "end": "2024-01-13 01:27:24.447770", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:24.445049" } 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:27:24 +0000 (0:00:00.286) 0:03:58.871 ****** 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:27:24 +0000 (0:00:00.030) 0:03:58.901 ****** 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:27:24 +0000 (0:00:00.031) 0:03:58.933 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109240.001603, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109240.0126023, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 333447616, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705109240.0126023, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "3874008346", "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:27:24 +0000 (0:00:00.213) 0:03:59.146 ****** 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:27:25 +0000 (0:00:00.220) 0:03:59.367 ****** 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:27:25 +0000 (0:00:00.028) 0:03:59.396 ****** 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:27:25 +0000 (0:00:00.043) 0:03:59.439 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002878", "end": "2024-01-13 01:27:25.308610", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:25.305732" } 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:27:25 +0000 (0:00:00.213) 0:03:59.653 ****** 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:27:25 +0000 (0:00:00.032) 0:03:59.686 ****** 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:27:25 +0000 (0:00:00.023) 0:03:59.710 ****** 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:27:25 +0000 (0:00:00.033) 0:03:59.744 ****** 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:27:28 +0000 (0:00:02.875) 0:04:02.619 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:59:01 UTC", "ActiveEnterTimestampMonotonic": "20377316", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service dbus.socket systemd-journald.socket network.target sysinit.target basic.target polkit.service systemd-sysctl.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:59 UTC", "AssertTimestampMonotonic": "18902716", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ConditionTimestampMonotonic": "18902714", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service power-profiles-daemon.service cpupower.service tlp.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "702", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:59 UTC", "ExecMainStartTimestampMonotonic": "18903698", "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": "18903729", "InvocationID": "f5ce59f4d7084f51877a92615d7138d0", "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": "702", "MemoryAccounting": "yes", "MemoryCurrent": "20905984", "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": "sysinit.target dbus.service system.slice 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": "20377316", "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": "20377313", "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:27:28 +0000 (0:00:00.368) 0:04:02.988 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.116491", "end": "2024-01-13 01:27:28.980344", "rc": 0, "start": "2024-01-13 01:27:28.863853" } 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:27:29 +0000 (0:00:00.367) 0:04:03.355 ****** 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:27:29 +0000 (0:00:00.038) 0:04:03.394 ****** 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:27:29 +0000 (0:00:00.032) 0:04:03.427 ****** 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:27:29 +0000 (0:00:00.034) 0:04:03.461 ****** 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:27:29 +0000 (0:00:00.236) 0:04:03.697 ****** 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:27:32 +0000 (0:00:02.896) 0:04:06.594 ****** 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:27:32 +0000 (0:00:00.119) 0:04:06.713 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:27:14 UTC", "ActiveEnterTimestampMonotonic": "1714097417", "ActiveExitTimestamp": "Sat 2024-01-13 01:26:43 UTC", "ActiveExitTimestampMonotonic": "1682429742", "ActiveState": "active", "After": "network.target basic.target -.mount system.slice auditd.service sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:27:14 UTC", "AssertTimestampMonotonic": "1714096466", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:27:14 UTC", "ConditionTimestampMonotonic": "1714096465", "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": "35973", "ExecMainStartTimestamp": "Sat 2024-01-13 01:27:14 UTC", "ExecMainStartTimestampMonotonic": "1714097372", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-13 01:27:14 UTC] ; stop_time=[n/a] ; pid=35973 ; 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:26:43 UTC", "InactiveEnterTimestampMonotonic": "1682580646", "InactiveExitTimestamp": "Sat 2024-01-13 01:27:14 UTC", "InactiveExitTimestampMonotonic": "1714097417", "InvocationID": "e7d51631c6fb49028aecce7cf937ba15", "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": "35973", "MemoryAccounting": "yes", "MemoryCurrent": "760516608", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:27:14 UTC", "StateChangeTimestampMonotonic": "1714097417", "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": "176", "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:27:14 UTC", "WatchdogTimestampMonotonic": "1714097414", "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:27:32 +0000 (0:00:00.333) 0:04:07.046 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002873", "end": "2024-01-13 01:27:32.924554", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:32.921681" } 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:27:32 +0000 (0:00:00.226) 0:04:07.273 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002817", "end": "2024-01-13 01:27:33.133254", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:33.130437" } 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:27:33 +0000 (0:00:00.218) 0:04:07.491 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:27:33 +0000 (0:00:00.032) 0:04:07.524 ****** 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": 17133, "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:27:34 +0000 (0:00:01.204) 0:04:08.728 ****** 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:27:34 +0000 (0:00:00.233) 0:04:08.962 ****** 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:27:34 +0000 (0:00:00.023) 0:04:08.985 ****** 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:27:36 +0000 (0:00:01.413) 0:04:10.399 ****** 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:27:36 +0000 (0:00:00.129) 0:04:10.528 ****** 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:27:36 +0000 (0:00:00.031) 0:04:10.560 ****** 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:27:36 +0000 (0:00:00.043) 0:04:10.603 ****** 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.004893", "end": "2024-01-13 01:27:36.469092", "rc": 0, "start": "2024-01-13 01:27:36.464199" } 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:27:36 +0000 (0:00:00.218) 0:04:10.822 ****** 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:27:36 +0000 (0:00:00.027) 0:04:10.849 ****** 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:27:37 +0000 (0:00:01.367) 0:04:12.217 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:27:37 +0000 (0:00:00.049) 0:04:12.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 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:27:38 +0000 (0:00:00.056) 0:04:12.323 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002944", "end": "2024-01-13 01:27:38.191014", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:38.188070" } 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:27:38 +0000 (0:00:00.211) 0:04:12.535 ****** 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:27:38 +0000 (0:00:00.103) 0:04:12.638 ****** 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:27:38 +0000 (0:00:00.021) 0:04:12.660 ****** 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:27:38 +0000 (0:00:00.023) 0:04:12.683 ****** 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:27:38 +0000 (0:00:00.022) 0:04:12.706 ****** 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:27:38 +0000 (0:00:00.035) 0:04:12.741 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003828", "end": "2024-01-13 01:27:39.598930", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:38.595102" } 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:27:39 +0000 (0:00:01.200) 0:04:13.942 ****** 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:27:39 +0000 (0:00:00.028) 0:04:13.971 ****** 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:27:39 +0000 (0:00:00.021) 0:04:13.993 ****** 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:27:39 +0000 (0:00:00.022) 0:04:14.015 ****** 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:27:39 +0000 (0:00:00.041) 0:04:14.057 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003031", "end": "2024-01-13 01:27:39.913070", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:39.910039" } 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:27:39 +0000 (0:00:00.199) 0:04:14.256 ****** 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:27:40 +0000 (0:00:00.112) 0:04:14.368 ****** 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:27:40 +0000 (0:00:00.026) 0:04:14.394 ****** 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:27:42 +0000 (0:00:02.874) 0:04:17.268 ****** 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:27:45 +0000 (0:00:02.861) 0:04:20.130 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003081", "end": "2024-01-13 01:27:45.988206", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:27:45.985125" } 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:27:46 +0000 (0:00:00.209) 0:04:20.339 ****** 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:27:46 +0000 (0:00:00.035) 0:04:20.374 ****** 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:27:46 +0000 (0:00:00.026) 0:04:20.401 ****** 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:27:46 +0000 (0:00:00.039) 0:04:20.440 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002892", "end": "2024-01-13 01:27:46.321107", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:46.318215" } 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:27:46 +0000 (0:00:00.236) 0:04:20.677 ****** 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:27:46 +0000 (0:00:00.031) 0:04:20.708 ****** 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:27:46 +0000 (0:00:00.094) 0:04:20.802 ****** 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:27:46 +0000 (0:00:00.043) 0:04:20.845 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003001", "end": "2024-01-13 01:27:46.704395", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:46.701394" } 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:27:46 +0000 (0:00:00.203) 0:04:21.048 ****** 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:27:46 +0000 (0:00:00.035) 0:04:21.084 ****** 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:27:46 +0000 (0:00:00.028) 0:04:21.113 ****** 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:27:46 +0000 (0:00:00.028) 0:04:21.142 ****** 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:27:46 +0000 (0:00:00.026) 0:04:21.169 ****** 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:27:46 +0000 (0:00:00.030) 0:04:21.199 ****** 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:27:46 +0000 (0:00:00.042) 0:04:21.241 ****** 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:27:46 +0000 (0:00:00.025) 0:04:21.266 ****** 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:27:46 +0000 (0:00:00.021) 0:04:21.288 ****** 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:27:47 +0000 (0:00:00.025) 0:04:21.314 ****** 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:27:47 +0000 (0:00:00.023) 0:04:21.337 ****** 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:27:47 +0000 (0:00:00.020) 0:04:21.358 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 13 January 2024 01:27:47 +0000 (0:00:00.021) 0:04:21.379 ****** 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:27:47 +0000 (0:00:00.087) 0:04:21.467 ****** 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:27:47 +0000 (0:00:00.026) 0:04:21.494 ****** 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:27:47 +0000 (0:00:00.023) 0:04:21.517 ****** 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:27:47 +0000 (0:00:00.022) 0:04:21.539 ****** 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:27:47 +0000 (0:00:00.022) 0:04:21.561 ****** 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:27:47 +0000 (0:00:00.027) 0:04:21.589 ****** 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:27:47 +0000 (0:00:00.034) 0:04:21.623 ****** 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:27:47 +0000 (0:00:00.021) 0:04:21.645 ****** 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:27:47 +0000 (0:00:00.022) 0:04:21.668 ****** 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:27:47 +0000 (0:00:00.023) 0:04:21.691 ****** 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:27:47 +0000 (0:00:00.023) 0:04:21.714 ****** 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:27:47 +0000 (0:00:00.023) 0:04:21.738 ****** 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:27:47 +0000 (0:00:00.022) 0:04:21.760 ****** 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:27:47 +0000 (0:00:00.023) 0:04:21.783 ****** 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:27:47 +0000 (0:00:00.039) 0:04:21.822 ****** 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:27:47 +0000 (0:00:00.026) 0:04:21.849 ****** 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:27:47 +0000 (0:00:00.025) 0:04:21.875 ****** 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:27:47 +0000 (0:00:00.131) 0:04:22.007 ****** 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:27:47 +0000 (0:00:00.034) 0:04:22.041 ****** 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:27:47 +0000 (0:00:00.033) 0:04:22.075 ****** 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:27:47 +0000 (0:00:00.031) 0:04:22.106 ****** 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:27:47 +0000 (0:00:00.054) 0:04:22.161 ****** 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:27:47 +0000 (0:00:00.026) 0:04:22.187 ****** 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:27:47 +0000 (0:00:00.054) 0:04:22.242 ****** 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:27:47 +0000 (0:00:00.032) 0:04:22.274 ****** 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:27:47 +0000 (0:00:00.028) 0:04:22.303 ****** 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:27:48 +0000 (0:00:00.030) 0:04:22.333 ****** 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:27:48 +0000 (0:00:00.025) 0:04:22.358 ****** 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:27:48 +0000 (0:00:00.023) 0:04:22.381 ****** 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:27:48 +0000 (0:00:00.025) 0:04:22.406 ****** 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:27:48 +0000 (0:00:00.022) 0:04:22.429 ****** 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:27:48 +0000 (0:00:00.045) 0:04:22.475 ****** 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:27:48 +0000 (0:00:00.038) 0:04:22.514 ****** 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:27:48 +0000 (0:00:00.037) 0:04:22.551 ****** 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:27:48 +0000 (0:00:00.160) 0:04:22.712 ****** 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:27:48 +0000 (0:00:00.055) 0:04:22.767 ****** 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:27:48 +0000 (0:00:00.027) 0:04:22.795 ****** 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:27:48 +0000 (0:00:00.025) 0:04:22.821 ****** 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:27:48 +0000 (0:00:00.052) 0:04:22.873 ****** 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:27:48 +0000 (0:00:00.034) 0:04:22.907 ****** 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:27:48 +0000 (0:00:00.024) 0:04:22.932 ****** 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:27:48 +0000 (0:00:00.040) 0:04:22.972 ****** 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:27:48 +0000 (0:00:00.024) 0:04:22.997 ****** 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:27:48 +0000 (0:00:00.053) 0:04:23.050 ****** 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:27:48 +0000 (0:00:00.038) 0:04:23.089 ****** 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:27:48 +0000 (0:00:00.061) 0:04:23.151 ****** 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:27:48 +0000 (0:00:00.034) 0:04:23.185 ****** 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:27:49 +0000 (0:00:00.242) 0:04:23.427 ****** 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:27:49 +0000 (0:00:00.051) 0:04:23.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:27:49 +0000 (0:00:00.025) 0:04:23.504 ****** 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:27:49 +0000 (0:00:00.311) 0:04:23.816 ****** 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.005366", "end": "2024-01-13 01:27:49.684691", "rc": 0, "start": "2024-01-13 01:27:49.679325" } 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:27:49 +0000 (0:00:00.213) 0:04:24.029 ****** 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.004788", "end": "2024-01-13 01:27:49.894929", "rc": 0, "start": "2024-01-13 01:27:49.890141" } 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:27:49 +0000 (0:00:00.205) 0:04:24.235 ****** 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:27:49 +0000 (0:00:00.024) 0:04:24.260 ****** 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:27:50 +0000 (0:00:00.058) 0:04:24.319 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004105", "end": "2024-01-13 01:27:50.180418", "rc": 0, "start": "2024-01-13 01:27:50.176313" } 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:27:50 +0000 (0:00:00.208) 0:04:24.527 ****** 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:27:50 +0000 (0:00:00.029) 0:04:24.557 ****** 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:27:50 +0000 (0:00:00.025) 0:04:24.583 ****** 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:27:50 +0000 (0:00:00.026) 0:04:24.609 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004211", "end": "2024-01-13 01:27:50.468184", "rc": 0, "start": "2024-01-13 01:27:50.463973" } 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:27:50 +0000 (0:00:00.266) 0:04:24.876 ****** 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:27:50 +0000 (0:00:00.025) 0:04:24.901 ****** 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:27:50 +0000 (0:00:00.023) 0:04:24.924 ****** 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:27:50 +0000 (0:00:00.027) 0:04:24.951 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004153", "end": "2024-01-13 01:27:50.810698", "rc": 0, "start": "2024-01-13 01:27:50.806545" } 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:27:50 +0000 (0:00:00.203) 0:04:25.155 ****** 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:27:50 +0000 (0:00:00.028) 0:04:25.184 ****** 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:27:50 +0000 (0:00:00.023) 0:04:25.207 ****** 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:27:50 +0000 (0:00:00.023) 0:04:25.231 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004255", "end": "2024-01-13 01:27:51.087810", "rc": 0, "start": "2024-01-13 01:27:51.083555" } 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:27:51 +0000 (0:00:00.204) 0:04:25.435 ****** 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:27:51 +0000 (0:00:00.031) 0:04:25.467 ****** 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:27:51 +0000 (0:00:00.056) 0:04:25.523 ****** 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:27:51 +0000 (0:00:00.032) 0:04:25.556 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004255", "end": "2024-01-13 01:27:51.415389", "rc": 0, "start": "2024-01-13 01:27:51.411134" } 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:27:51 +0000 (0:00:00.201) 0:04:25.758 ****** 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:27:51 +0000 (0:00:00.023) 0:04:25.782 ****** 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:27:51 +0000 (0:00:00.113) 0:04:25.896 ****** 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:27:51 +0000 (0:00:00.036) 0:04:25.932 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109079.124891, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109079.0898926, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 331350276, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705109079.0898926, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "2717473159", "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:27:51 +0000 (0:00:00.243) 0:04:26.176 ****** 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:27:51 +0000 (0:00:00.027) 0:04:26.204 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109240.001603, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109240.0126023, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 333447616, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705109240.0126023, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "3874008346", "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:27:52 +0000 (0:00:00.214) 0:04:26.419 ****** 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:27:52 +0000 (0:00:00.060) 0:04:26.479 ****** 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:27:52 +0000 (0:00:00.066) 0:04:26.546 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:27:14 UTC", "ActiveEnterTimestampMonotonic": "1714097417", "ActiveExitTimestamp": "Sat 2024-01-13 01:26:43 UTC", "ActiveExitTimestampMonotonic": "1682429742", "ActiveState": "active", "After": "network.target basic.target -.mount system.slice auditd.service sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:27:14 UTC", "AssertTimestampMonotonic": "1714096466", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:27:14 UTC", "ConditionTimestampMonotonic": "1714096465", "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": "35973", "ExecMainStartTimestamp": "Sat 2024-01-13 01:27:14 UTC", "ExecMainStartTimestampMonotonic": "1714097372", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-13 01:27:14 UTC] ; stop_time=[n/a] ; pid=35973 ; 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:26:43 UTC", "InactiveEnterTimestampMonotonic": "1682580646", "InactiveExitTimestamp": "Sat 2024-01-13 01:27:14 UTC", "InactiveExitTimestampMonotonic": "1714097417", "InvocationID": "e7d51631c6fb49028aecce7cf937ba15", "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": "35973", "MemoryAccounting": "yes", "MemoryCurrent": "761585664", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 01:27:14 UTC", "StateChangeTimestampMonotonic": "1714097417", "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": "176", "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:27:14 UTC", "WatchdogTimestampMonotonic": "1714097414", "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:27:52 +0000 (0:00:00.371) 0:04:26.918 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002981", "end": "2024-01-13 01:27:52.798829", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:52.795848" } 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:27:52 +0000 (0:00:00.227) 0:04:27.145 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002859", "end": "2024-01-13 01:27:53.015695", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:27:53.012836" } 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:27:53 +0000 (0:00:00.224) 0:04:27.370 ****** 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:27:53 +0000 (0:00:00.033) 0:04:27.403 ****** 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": 17133, "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:27:54 +0000 (0:00:01.226) 0:04:28.629 ****** 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.026733", "end": "2024-01-13 01:27:54.512961", "rc": 0, "start": "2024-01-13 01:27:54.486228" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2022 (RTM-CU11) (KB5032679) - 16.0.4105.2 (X64) Nov 14 2023 18:33:19 Copyright (C) 2022 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:27:54 +0000 (0:00:00.255) 0:04:28.885 ****** 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:27:54 +0000 (0:00:00.032) 0:04:28.917 ****** 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:27:54 +0000 (0:00:00.037) 0:04:28.955 ****** 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:27:55 +0000 (0:00:01.354) 0:04:30.310 ****** 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:27:56 +0000 (0:00:00.079) 0:04:30.390 ****** 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:27:56 +0000 (0:00:00.032) 0:04:30.423 ****** 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:27:56 +0000 (0:00:00.111) 0:04:30.534 ****** 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:27:57 +0000 (0:00:01.339) 0:04:31.874 ****** 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:27:57 +0000 (0:00:00.048) 0:04:31.922 ****** 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:27:57 +0000 (0:00:00.047) 0:04:31.970 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004040", "end": "2024-01-13 01:27:57.854030", "rc": 0, "start": "2024-01-13 01:27:57.849990" } 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:27:57 +0000 (0:00:00.227) 0:04:32.197 ****** 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:27:57 +0000 (0:00:00.024) 0:04:32.221 ****** 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:27:57 +0000 (0:00:00.032) 0:04:32.253 ****** 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:27:57 +0000 (0:00:00.041) 0:04:32.295 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004309", "end": "2024-01-13 01:27:58.158118", "rc": 0, "start": "2024-01-13 01:27:58.153809" } 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:27:58 +0000 (0:00:00.291) 0:04:32.587 ****** 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:27:58 +0000 (0:00:00.067) 0:04:32.654 ****** 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:27:58 +0000 (0:00:00.049) 0:04:32.703 ****** 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:27:58 +0000 (0:00:00.031) 0:04:32.735 ****** 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:27:58 +0000 (0:00:00.050) 0:04:32.785 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004271", "end": "2024-01-13 01:27:58.654162", "rc": 0, "start": "2024-01-13 01:27:58.649891" } 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:27:58 +0000 (0:00:00.227) 0:04:33.013 ****** 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:27:58 +0000 (0:00:00.029) 0:04:33.042 ****** 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:27:58 +0000 (0:00:00.044) 0:04:33.087 ****** 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:27:58 +0000 (0:00:00.023) 0:04:33.111 ****** 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:27:58 +0000 (0:00:00.028) 0:04:33.139 ****** 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:27:58 +0000 (0:00:00.023) 0:04:33.163 ****** 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:27:58 +0000 (0:00:00.021) 0:04:33.185 ****** 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:27:58 +0000 (0:00:00.031) 0:04:33.216 ****** 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:27:58 +0000 (0:00:00.026) 0:04:33.243 ****** 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:27:58 +0000 (0:00:00.023) 0:04:33.266 ****** 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:27:59 +0000 (0:00:00.195) 0:04:33.462 ****** 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:27:59 +0000 (0:00:00.268) 0:04:33.731 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002883", "end": "2024-01-13 01:27:59.632924", "rc": 0, "start": "2024-01-13 01:27:59.630041" } 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_2022.yml:19 Saturday 13 January 2024 01:27:59 +0000 (0:00:00.243) 0:04:33.974 ****** 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:27:59 +0000 (0:00:00.037) 0:04:34.011 ****** 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:28:01 +0000 (0:00:01.450) 0:04:35.462 ****** 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:28:01 +0000 (0:00:00.042) 0:04:35.505 ****** 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:28:01 +0000 (0:00:00.029) 0:04:35.535 ****** 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:28:01 +0000 (0:00:00.069) 0:04:35.604 ****** 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:28:01 +0000 (0:00:00.044) 0:04:35.648 ****** 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:28:01 +0000 (0:00:00.030) 0:04:35.679 ****** 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:28:01 +0000 (0:00:00.200) 0:04:35.879 ****** 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:28:01 +0000 (0:00:00.028) 0:04:35.908 ****** 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:28:04 +0000 (0:00:02.870) 0:04:38.779 ****** 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:28:04 +0000 (0:00:00.027) 0:04:38.806 ****** 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:28:04 +0000 (0:00:00.034) 0:04:38.840 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:16:29 UTC", "ActiveEnterTimestampMonotonic": "1068744051", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service sysinit.target basic.target dbus.socket system.slice polkit.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:16:29 UTC", "AssertTimestampMonotonic": "1068207600", "Before": "network-pre.target shutdown.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:16:29 UTC", "ConditionTimestampMonotonic": "1068207598", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target nftables.service ip6tables.service iptables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11098", "ExecMainStartTimestamp": "Sat 2024-01-13 01:16:29 UTC", "ExecMainStartTimestampMonotonic": "1068211620", "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:16:29 UTC", "InactiveExitTimestampMonotonic": "1068211662", "InvocationID": "2ab0de2c778c4f98a812b77210c48818", "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": "11098", "MemoryAccounting": "yes", "MemoryCurrent": "41652224", "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": "sysinit.target system.slice 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": "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:16:29 UTC", "StateChangeTimestampMonotonic": "1068744051", "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:16:29 UTC", "WatchdogTimestampMonotonic": "1068744048", "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:28:04 +0000 (0:00:00.346) 0:04:39.187 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:16:29 UTC", "ActiveEnterTimestampMonotonic": "1068744051", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service sysinit.target basic.target dbus.socket system.slice polkit.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:16:29 UTC", "AssertTimestampMonotonic": "1068207600", "Before": "network-pre.target shutdown.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:16:29 UTC", "ConditionTimestampMonotonic": "1068207598", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target nftables.service ip6tables.service iptables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11098", "ExecMainStartTimestamp": "Sat 2024-01-13 01:16:29 UTC", "ExecMainStartTimestampMonotonic": "1068211620", "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:16:29 UTC", "InactiveExitTimestampMonotonic": "1068211662", "InvocationID": "2ab0de2c778c4f98a812b77210c48818", "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": "11098", "MemoryAccounting": "yes", "MemoryCurrent": "41652224", "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": "sysinit.target system.slice 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": "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:16:29 UTC", "StateChangeTimestampMonotonic": "1068744051", "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:16:29 UTC", "WatchdogTimestampMonotonic": "1068744048", "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:28:05 +0000 (0:00:00.338) 0:04:39.526 ****** 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:28:05 +0000 (0:00:00.050) 0:04:39.576 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.9.160 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:28:05 +0000 (0:00:00.382) 0:04:39.959 ****** 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:28:05 +0000 (0:00:00.041) 0:04:40.000 ****** 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:28:05 +0000 (0:00:00.121) 0:04:40.122 ****** 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:28:05 +0000 (0:00:00.029) 0:04:40.151 ****** 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:28:05 +0000 (0:00:00.028) 0:04:40.179 ****** 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:28:05 +0000 (0:00:00.034) 0:04:40.213 ****** 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:28:05 +0000 (0:00:00.022) 0:04:40.236 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.9.160 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:28:06 +0000 (0:00:00.312) 0:04:40.549 ****** 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:28:06 +0000 (0:00:00.030) 0:04:40.580 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:27 Saturday 13 January 2024 01:28:06 +0000 (0:00:00.047) 0:04:40.627 ****** 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:28:06 +0000 (0:00:00.042) 0:04:40.670 ****** 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:28:06 +0000 (0:00:00.030) 0:04:40.700 ****** 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:28:06 +0000 (0:00:00.338) 0:04:41.039 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: lsof-4.93.2-1.el8.x86_64", "Removed: unixODBC-2.3.11-1.rh.x86_64", "Removed: unixODBC-devel-2.3.11-1.rh.x86_64", "Removed: gc-7.6.4-3.el8.x86_64", "Removed: libtool-ltdl-2.4.6-25.el8.x86_64", "Removed: gcc-gdb-plugin-8.5.0-21.el8.x86_64", "Removed: gdb-8.2-20.el8.x86_64", "Removed: gdb-headless-8.2-20.el8.x86_64", "Removed: libatomic-8.5.0-21.el8.x86_64", "Removed: libatomic_ops-7.6.2-3.el8.x86_64", "Removed: guile-5:2.0.14-7.el8.x86_64", "Removed: libbabeltrace-1.5.4-4.el8.x86_64", "Removed: libicu-60.3-2.el8_1.x86_64", "Removed: libipt-1.6.1-8.el8.x86_64", "Removed: msodbcsql17-17.10.5.1-1.x86_64", "Removed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Removed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Removed: mssql-server-16.0.4105.2-2.x86_64", "Removed: mssql-tools-17.10.1.1-1.x86_64", "Removed: bzip2-1.0.6-26.el8.x86_64" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:58 Saturday 13 January 2024 01:28:12 +0000 (0:00:05.296) 0:04:46.335 ****** 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.011950", "end": "2024-01-13 01:28:12.220982", "rc": 0, "start": "2024-01-13 01:28:12.209032" } STDOUT: removed directory '/var/opt/mssql/.system/system/Temp' removed '/var/opt/mssql/.system/system/licensing.hiv' removed '/var/opt/mssql/.system/system/lsasetup.log' removed '/var/opt/mssql/.system/system/debug/PASSWD.LOG' removed directory '/var/opt/mssql/.system/system/debug' removed '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/4aba74a1-06ff-4db0-a1a2-05498e4230cd' removed '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect' removed directory '/var/opt/mssql/.system/system/system32/Microsoft' removed directory '/var/opt/mssql/.system/system/system32/LogFiles/Scm' removed directory '/var/opt/mssql/.system/system/system32/LogFiles' removed directory '/var/opt/mssql/.system/system/system32' removed '/var/opt/mssql/.system/system/security.hiv' removed '/var/opt/mssql/.system/system/lsa.hiv' removed directory '/var/opt/mssql/.system/system' removed directory '/var/opt/mssql/.system/profiles/Client/Desktop' removed directory '/var/opt/mssql/.system/profiles/Client/Documents' removed directory '/var/opt/mssql/.system/profiles/Client/Temp' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/Temporary Internet Files' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCache/IE' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCache/Content.IE5' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCache' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCookies/ESE' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCookies' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/History/History.IE5' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/History' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CTLs' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/AppContainerUserCertRead' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/LocalLow' removed directory '/var/opt/mssql/.system/profiles/Client/AppData' removed directory '/var/opt/mssql/.system/profiles/Client' removed directory '/var/opt/mssql/.system/profiles' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed directory '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore' removed directory '/var/opt/mssql/.system/programdata/Microsoft/NetFramework' removed directory '/var/opt/mssql/.system/programdata/Microsoft' removed directory '/var/opt/mssql/.system/programdata' removed '/var/opt/mssql/.system/instance_id' removed directory '/var/opt/mssql/.system' removed '/var/opt/mssql/data/master.mdf' removed '/var/opt/mssql/data/mastlog.ldf' removed '/var/opt/mssql/data/model.mdf' removed '/var/opt/mssql/data/modellog.ldf' removed '/var/opt/mssql/data/msdbdata.mdf' removed '/var/opt/mssql/data/msdblog.ldf' removed '/var/opt/mssql/data/model_replicatedmaster.mdf' removed '/var/opt/mssql/data/model_replicatedmaster.ldf' removed '/var/opt/mssql/data/model_msdbdata.mdf' removed '/var/opt/mssql/data/model_msdblog.ldf' removed '/var/opt/mssql/data/Entropy.bin' removed '/var/opt/mssql/data/tempdb.mdf' removed '/var/opt/mssql/data/templog.ldf' removed '/var/opt/mssql/data/tempdb2.ndf' removed '/var/opt/mssql/data/tempdb3.ndf' removed '/var/opt/mssql/data/tempdb4.ndf' removed directory '/var/opt/mssql/data' removed '/var/opt/mssql/log/mssql-conf/mssql-conf.log' removed directory '/var/opt/mssql/log/mssql-conf' removed '/var/opt/mssql/log/sqlagentstartup.log' removed '/var/opt/mssql/log/HkEngineEventFile_0_133495826760100000.xel' removed '/var/opt/mssql/log/system_health_0_133495826782530000.xel' removed '/var/opt/mssql/log/HkEngineEventFile_0_133495826825260000.xel' removed '/var/opt/mssql/log/system_health_0_133495826843960000.xel' removed '/var/opt/mssql/log/log_1.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_133495827411460000.xel' removed '/var/opt/mssql/log/system_health_0_133495827428550000.xel' removed '/var/opt/mssql/log/log_2.trc' removed '/var/opt/mssql/log/FDLAUNCHERRORLOG' removed '/var/opt/mssql/log/HkEngineEventFile_0_133495828082600000.xel' removed '/var/opt/mssql/log/system_health_0_133495828095680000.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_133495828183940000.xel' removed '/var/opt/mssql/log/system_health_0_133495828197620000.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_133495828380880000.xel' removed '/var/opt/mssql/log/system_health_0_133495828399910000.xel' removed '/var/opt/mssql/log/log_5.trc' removed directory '/var/opt/mssql/log' removed '/var/opt/mssql/mssql.conf' removed '/var/opt/mssql/secrets/machine-key' removed directory '/var/opt/mssql/secrets' removed '/var/opt/mssql/FTData/tsara.xml' removed '/var/opt/mssql/FTData/tsben.xml' removed '/var/opt/mssql/FTData/tsbgr.xml' removed '/var/opt/mssql/FTData/tscat.xml' removed '/var/opt/mssql/FTData/tschs.xml' removed '/var/opt/mssql/FTData/tscht.xml' removed '/var/opt/mssql/FTData/tscze.xml' removed '/var/opt/mssql/FTData/tsdan.xml' removed '/var/opt/mssql/FTData/tsdeu.xml' removed '/var/opt/mssql/FTData/tseng.xml' removed '/var/opt/mssql/FTData/tsenu.xml' removed '/var/opt/mssql/FTData/tsesn.xml' removed '/var/opt/mssql/FTData/tsfra.xml' removed '/var/opt/mssql/FTData/tsgrk.xml' removed '/var/opt/mssql/FTData/tsguj.xml' removed '/var/opt/mssql/FTData/tsheb.xml' removed '/var/opt/mssql/FTData/tshin.xml' removed '/var/opt/mssql/FTData/tshrv.xml' removed '/var/opt/mssql/FTData/tsind.xml' removed '/var/opt/mssql/FTData/tsisl.xml' removed '/var/opt/mssql/FTData/tsita.xml' removed '/var/opt/mssql/FTData/tsjpn.xml' removed '/var/opt/mssql/FTData/tskan.xml' removed '/var/opt/mssql/FTData/tskor.xml' removed '/var/opt/mssql/FTData/tslth.xml' removed '/var/opt/mssql/FTData/tslvi.xml' removed '/var/opt/mssql/FTData/tsmal.xml' removed '/var/opt/mssql/FTData/tsmar.xml' removed '/var/opt/mssql/FTData/tsmsl.xml' removed '/var/opt/mssql/FTData/tsglobal.xml' removed '/var/opt/mssql/FTData/tsnld.xml' removed '/var/opt/mssql/FTData/tsnor.xml' removed '/var/opt/mssql/FTData/tspan.xml' removed '/var/opt/mssql/FTData/tsplk.xml' removed '/var/opt/mssql/FTData/tsptb.xml' removed '/var/opt/mssql/FTData/tsptg.xml' removed '/var/opt/mssql/FTData/tsrom.xml' removed '/var/opt/mssql/FTData/tsrus.xml' removed '/var/opt/mssql/FTData/tssky.xml' removed '/var/opt/mssql/FTData/tsslv.xml' removed '/var/opt/mssql/FTData/tssrb.xml' removed '/var/opt/mssql/FTData/tssrl.xml' removed '/var/opt/mssql/FTData/tssve.xml' removed '/var/opt/mssql/FTData/tstam.xml' removed '/var/opt/mssql/FTData/tstel.xml' removed '/var/opt/mssql/FTData/tstha.xml' removed '/var/opt/mssql/FTData/tstrk.xml' removed '/var/opt/mssql/FTData/tsukr.xml' removed '/var/opt/mssql/FTData/tsurd.xml' removed '/var/opt/mssql/FTData/tsvit.xml' removed directory '/var/opt/mssql/FTData/FilterData' removed directory '/var/opt/mssql/FTData' removed directory '/var/opt/mssql' removed directory '/opt/mssql/misc' removed directory '/opt/mssql' removed directory '/opt/mssql-tools' removed '/etc/yum.repos.d/packages-microsoft-com-mssql-server-2022.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:28:12 +0000 (0:00:00.238) 0:04:46.573 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.010448", "end": "2024-01-13 01:28:12.435764", "rc": 0, "start": "2024-01-13 01:28:12.425316" } 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:28:12 +0000 (0:00:00.202) 0:04:46.776 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 40.29s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure the package mssql-server-fts --------- 27.42s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Gather system services facts ---------------- 21.59s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 linux-system-roles.mssql : Ensure the package powershell --------------- 10.79s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Set up MSSQL --------------------------------- 8.22s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Change the edition of MSSQL ------------------ 7.07s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 linux-system-roles.mssql : Change the password of sa user --------------- 7.04s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Remove related packages ------------------------------------------------- 5.30s /WORKDIR/git-weekly-cit20ebdfa/tests/tasks/cleanup.yml:45 --------------------- linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 4.02s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Ensure the package powershell ---------------- 3.62s /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.58s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 3.53s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 linux-system-roles.mssql : Ensure the package mssql-server -------------- 3.26s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure the package mssql-server -------------- 3.05s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 2.92s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 2.90s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 2.90s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.89s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 linux-system-roles.mssql : Ensure the package mssql-server-fts ---------- 2.89s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure the package mssql-server -------------- 2.88s /WORKDIR/git-weekly-cit20ebdfa/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---