# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_idempotency_2017.yml ******************************************* 1 plays in /WORKDIR/git-weekly-cih756uj26/tests/tests_idempotency_2017.yml PLAY [Ensure that the role is idempotent] ************************************** META: ran handlers TASK [Run tests_idempotency with SQL Server 2017] ****************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tests_idempotency_2017.yml:15 Saturday 06 January 2024 01:15:23 +0000 (0:00:00.023) 0:00:00.023 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/tasks/tests_idempotency.yml:2 Saturday 06 January 2024 01:15:23 +0000 (0:00:00.012) 0:00:00.035 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Saturday 06 January 2024 01:15:23 +0000 (0:00:00.032) 0:00:00.068 ****** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.527) 0:00:00.595 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.010) 0:00:00.606 ****** 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-cih756uj26/tests/tasks/tests_idempotency.yml:5 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.008) 0:00:00.615 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.140) 0:00:00.756 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.009) 0:00:00.765 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.009) 0:00:00.774 ****** 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-cih756uj26/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-cih756uj26/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-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.026) 0:00:00.801 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.008) 0:00:00.809 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.008) 0:00:00.817 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.007) 0:00:00.825 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.008) 0:00:00.834 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.018) 0:00:00.852 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.019) 0:00:00.872 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.028) 0:00:00.900 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.028) 0:00:00.928 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.020) 0:00:00.949 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.025) 0:00:00.974 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.022) 0:00:00.996 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.015) 0:00:01.012 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.046) 0:00:01.058 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.014) 0:00:01.072 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:15:24 +0000 (0:00:00.020) 0:00:01.093 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:15:26 +0000 (0:00:01.536) 0:00:02.629 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:15:26 +0000 (0:00:00.047) 0:00:02.676 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:15:26 +0000 (0:00:00.020) 0:00:02.697 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:15:26 +0000 (0:00:00.021) 0:00:02.718 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:15:26 +0000 (0:00:00.039) 0:00:02.758 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:15:27 +0000 (0:00:00.465) 0:00:03.223 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:15:27 +0000 (0:00:00.041) 0:00:03.265 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:15:27 +0000 (0:00:00.023) 0:00:03.288 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:15:27 +0000 (0:00:00.032) 0:00:03.321 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2017", "state": "present" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:15:27 +0000 (0:00:00.313) 0:00:03.635 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:15:27 +0000 (0:00:00.046) 0:00:03.681 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:15:27 +0000 (0:00:00.034) 0:00:03.716 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:15:27 +0000 (0:00:00.037) 0:00:03.753 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:15:27 +0000 (0:00:00.043) 0:00:03.797 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:15:27 +0000 (0:00:00.034) 0:00:03.831 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: guile-5:2.0.14-7.el8.x86_64", "Installed: python2-libs-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Installed: gdb-headless-8.2-20.el8.x86_64", "Installed: python2-pip-9.0.3-19.module_el8+570+db61b4f9.noarch", "Installed: bzip2-1.0.6-26.el8.x86_64", "Installed: libbabeltrace-1.5.4-4.el8.x86_64", "Installed: python2-pip-wheel-9.0.3-19.module_el8+570+db61b4f9.noarch", "Installed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Installed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Installed: libatomic-8.5.0-21.el8.x86_64", "Installed: gdb-8.2-20.el8.x86_64", "Installed: mssql-server-14.0.3465.1-1.x86_64", "Installed: python2-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Installed: libtool-ltdl-2.4.6-25.el8.x86_64", "Installed: python2-setuptools-39.0.1-14.module_el8+733+876ccfdb.noarch", "Installed: gcc-gdb-plugin-8.5.0-21.el8.x86_64", "Installed: libipt-1.6.1-8.el8.x86_64", "Installed: libatomic_ops-7.6.2-3.el8.x86_64", "Installed: gc-7.6.4-3.el8.x86_64", "Installed: python2-setuptools-wheel-39.0.1-14.module_el8+733+876ccfdb.noarch" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:16:14 +0000 (0:00:47.047) 0:00:50.879 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:16:14 +0000 (0:00:00.017) 0:00:50.896 ****** 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.006020", "end": "2024-01-06 01:16:14.966146", "rc": 0, "start": "2024-01-06 01:16:14.960126" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:16:15 +0000 (0:00:00.273) 0:00:51.170 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:16:23 +0000 (0:00:08.591) 0:00:59.762 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:16:23 +0000 (0:00:00.056) 0:00:59.818 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:16:23 +0000 (0:00:00.031) 0:00:59.849 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:16:28 +0000 (0:00:04.878) 0:01:04.728 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 06 January 2024 01:16:28 +0000 (0:00:00.066) 0:01:04.795 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 06 January 2024 01:16:28 +0000 (0:00:00.271) 0:01:05.067 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 06 January 2024 01:16:29 +0000 (0:00:00.281) 0:01:05.348 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 06 January 2024 01:16:29 +0000 (0:00:00.024) 0:01:05.373 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:16:29 +0000 (0:00:00.036) 0:01:05.410 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003132", "end": "2024-01-06 01:16:29.442651", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:16:29.439519" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:16:29 +0000 (0:00:00.217) 0:01:05.627 ****** 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.062789", "end": "2024-01-06 01:16:29.769464", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:16:29.706675" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:16:29 +0000 (0:00:00.343) 0:01:05.971 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 06 January 2024 01:16:29 +0000 (0:00:00.031) 0:01:06.002 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 06 January 2024 01:16:30 +0000 (0:00:00.250) 0:01:06.252 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 06 January 2024 01:16:30 +0000 (0:00:00.247) 0:01:06.500 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 06 January 2024 01:16:30 +0000 (0:00:00.031) 0:01:06.531 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:16:30 +0000 (0:00:00.070) 0:01:06.602 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003604", "end": "2024-01-06 01:16:30.644857", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:16:30.641253" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:16:30 +0000 (0:00:00.230) 0:01:06.833 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/tmp/mssql_log" ], "delta": "0:00:00.059795", "end": "2024-01-06 01:16:30.921962", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:16:30.862167" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:16:30 +0000 (0:00:00.284) 0:01:07.117 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:16:30 +0000 (0:00:00.021) 0:01:07.139 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:16:31 +0000 (0:00:00.021) 0:01:07.160 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:16:34 +0000 (0:00:03.150) 0:01:10.311 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:45 UTC", "ActiveEnterTimestampMonotonic": "30632550", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target systemd-sysctl.service polkit.service systemd-journald.socket basic.target dbus.socket dbus.service sysinit.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:44 UTC", "AssertTimestampMonotonic": "29254191", "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-06 00:55:44 UTC", "ConditionTimestampMonotonic": "29254190", "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-06 00:55:44 UTC", "ExecMainStartTimestampMonotonic": "29255119", "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-06 00:55:44 UTC", "InactiveExitTimestampMonotonic": "29255165", "InvocationID": "6b279c995d6e4190a5f75b7a734a9381", "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": "24743936", "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.socket dbus.service system.slice", "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-06 00:55:45 UTC", "StateChangeTimestampMonotonic": "30632550", "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-06 00:55:45 UTC", "WatchdogTimestampMonotonic": "30632546", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:16:35 +0000 (0:00:01.491) 0:01:11.803 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.119916", "end": "2024-01-06 01:16:35.931941", "rc": 0, "start": "2024-01-06 01:16:35.812025" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:16:35 +0000 (0:00:00.312) 0:01:12.115 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:16:35 +0000 (0:00:00.020) 0:01:12.136 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:16:36 +0000 (0:00:00.019) 0:01:12.155 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:16:36 +0000 (0:00:00.018) 0:01:12.174 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:16:36 +0000 (0:00:00.206) 0:01:12.380 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: msodbcsql17-17.10.5.1-1.x86_64", "Installed: unixODBC-devel-2.3.11-1.rh.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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:16:40 +0000 (0:00:04.062) 0:01:16.443 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:16:40 +0000 (0:00:00.023) 0:01:16.466 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:16:40 +0000 (0:00:00.025) 0:01:16.491 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:16:40 +0000 (0:00:00.021) 0:01:16.513 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:16:40 +0000 (0:00:00.020) 0:01:16.533 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:16:40 +0000 (0:00:00.020) 0:01:16.553 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:16:40 +0000 (0:00:00.048) 0:01:16.602 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:16:40 +0000 (0:00:00.022) 0:01:16.625 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:16:40 +0000 (0:00:00.023) 0:01:16.649 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:16:40 +0000 (0:00:00.022) 0:01:16.671 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:16:40 +0000 (0:00:00.042) 0:01:16.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 : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:16:40 +0000 (0:00:00.029) 0:01:16.744 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:16:40 +0000 (0:00:00.022) 0:01:16.766 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:16:40 +0000 (0:00:00.040) 0:01:16.806 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003074", "end": "2024-01-06 01:16:40.821919", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:16:40.818845" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:16:40 +0000 (0:00:00.202) 0:01:17.008 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "0.0.0.0" ], "delta": "0:00:00.048736", "end": "2024-01-06 01:16:41.084550", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:16:41.035814" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:16:41 +0000 (0:00:00.263) 0:01:17.272 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:16:41 +0000 (0:00:00.020) 0:01:17.292 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:16:41 +0000 (0:00:00.020) 0:01:17.312 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:16:41 +0000 (0:00:00.020) 0:01:17.333 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:16:41 +0000 (0:00:00.035) 0:01:17.368 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003003", "end": "2024-01-06 01:16:41.400017", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:16:41.397014" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:16:41 +0000 (0:00:00.256) 0:01:17.624 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.051073", "end": "2024-01-06 01:16:41.694319", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:16:41.643246" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:16:41 +0000 (0:00:00.259) 0:01:17.884 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:16:41 +0000 (0:00:00.033) 0:01:17.917 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:16:41 +0000 (0:00:00.034) 0:01:17.951 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:16:41 +0000 (0:00:00.040) 0:01:17.991 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003260", "end": "2024-01-06 01:16:42.024702", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:16:42.021442" } STDOUT: enabled = false TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:16:42 +0000 (0:00:00.217) 0:01:18.209 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "True" ], "delta": "0:00:00.048606", "end": "2024-01-06 01:16:42.281866", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:16:42.233260" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:16:42 +0000 (0:00:00.267) 0:01:18.477 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:16:42 +0000 (0:00:00.057) 0:01:18.535 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: mssql-server-fts-14.0.3465.1-1.x86_64" ] } lsrpackages: mssql-server-fts TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:17:11 +0000 (0:00:28.865) 0:01:47.401 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libicu-60.3-2.el8_1.x86_64", "Installed: powershell-7.4.0-1.rh.x86_64" ] } lsrpackages: powershell TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:17:22 +0000 (0:00:10.940) 0:01:58.341 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003064", "end": "2024-01-06 01:17:22.409168", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:17:22.406104" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:17:22 +0000 (0:00:00.267) 0:01:58.608 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "on" ], "delta": "0:00:00.047736", "end": "2024-01-06 01:17:22.686848", "rc": 0, "start": "2024-01-06 01:17:22.639112" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:17:22 +0000 (0:00:00.284) 0:01:58.892 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:17:22 +0000 (0:00:00.043) 0:01:58.936 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:17:22 +0000 (0:00:00.077) 0:01:59.014 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003022", "end": "2024-01-06 01:17:23.034572", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:17:23.031550" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:17:23 +0000 (0:00:00.202) 0:01:59.217 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.alternatewritethrough", "0" ], "delta": "0:00:00.049009", "end": "2024-01-06 01:17:23.284966", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:23.235957" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:17:23 +0000 (0:00:00.258) 0:01:59.475 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:17:23 +0000 (0:00:00.025) 0:01:59.501 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:17:23 +0000 (0:00:00.048) 0:01:59.549 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003252", "end": "2024-01-06 01:17:23.603138", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:17:23.599886" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:17:23 +0000 (0:00:00.236) 0:01:59.786 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "1" ], "delta": "0:00:00.050073", "end": "2024-01-06 01:17:23.862401", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:23.812328" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:17:23 +0000 (0:00:00.263) 0:02:00.049 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:17:23 +0000 (0:00:00.021) 0:02:00.071 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:17:23 +0000 (0:00:00.021) 0:02:00.092 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:17:23 +0000 (0:00:00.020) 0:02:00.113 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:17:23 +0000 (0:00:00.023) 0:02:00.136 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.021) 0:02:00.157 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.022) 0:02:00.180 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.045) 0:02:00.226 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.020) 0:02:00.246 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.021) 0:02:00.268 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.020) 0:02:00.289 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.020) 0:02:00.309 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.023) 0:02:00.332 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.028) 0:02:00.360 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.030) 0:02:00.391 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.022) 0:02:00.413 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.021) 0:02:00.435 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.022) 0:02:00.457 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.021) 0:02:00.479 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.020) 0:02:00.499 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.019) 0:02:00.518 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.019) 0:02:00.538 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.019) 0:02:00.558 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.018) 0:02:00.577 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.018) 0:02:00.595 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.042) 0:02:00.638 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.020) 0:02:00.658 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.019) 0:02:00.678 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.019) 0:02:00.697 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.019) 0:02:00.717 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.022) 0:02:00.739 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.019) 0:02:00.758 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.023) 0:02:00.782 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.021) 0:02:00.803 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.025) 0:02:00.829 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.055) 0:02:00.884 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.022) 0:02:00.907 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.023) 0:02:00.930 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.029) 0:02:00.959 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.023) 0:02:00.983 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.021) 0:02:01.005 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.022) 0:02:01.027 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.020) 0:02:01.048 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.018) 0:02:01.067 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.044) 0:02:01.112 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:17:24 +0000 (0:00:00.023) 0:02:01.135 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:17:25 +0000 (0:00:00.021) 0:02:01.156 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:17:25 +0000 (0:00:00.021) 0:02:01.178 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:17:25 +0000 (0:00:00.020) 0:02:01.199 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:17:25 +0000 (0:00:00.058) 0:02:01.257 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:17:25 +0000 (0:00:00.026) 0:02:01.284 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:17:25 +0000 (0:00:00.020) 0:02:01.304 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:17:25 +0000 (0:00:00.021) 0:02:01.326 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:17:25 +0000 (0:00:00.020) 0:02:01.347 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:17:25 +0000 (0:00:00.029) 0:02:01.376 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:17:25 +0000 (0:00:00.027) 0:02:01.403 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:17:25 +0000 (0:00:00.021) 0:02:01.425 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:17:25 +0000 (0:00:00.028) 0:02:01.453 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:17:25 +0000 (0:00:00.021) 0:02:01.474 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 06 January 2024 01:17:25 +0000 (0:00:00.308) 0:02:01.782 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:16:28 UTC", "ActiveEnterTimestampMonotonic": "1273512553", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount system.slice auditd.service basic.target network.target systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:16:28 UTC", "AssertTimestampMonotonic": "1273503902", "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-06 01:16:28 UTC", "ConditionTimestampMonotonic": "1273503900", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "16649", "ExecMainStartTimestamp": "Sat 2024-01-06 01:16:28 UTC", "ExecMainStartTimestampMonotonic": "1273512488", "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-06 01:16:28 UTC", "InactiveExitTimestampMonotonic": "1273512553", "InvocationID": "f07056edab6f446f9ccadd5709e88da6", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "16649", "MemoryAccounting": "yes", "MemoryCurrent": "639336448", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitIntervalUSec": "2min", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 01:16:28 UTC", "StateChangeTimestampMonotonic": "1273512553", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "138", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:16:28 UTC", "WatchdogTimestampMonotonic": "1273512549", "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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:17:27 +0000 (0:00:01.601) 0:02:03.384 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:17:27 +0000 (0:00:00.022) 0:02:03.407 ****** 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-cih756uj26/tests/tasks/tests_idempotency.yml:22 Saturday 06 January 2024 01:17:27 +0000 (0:00:00.021) 0:02:03.428 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql-sever-increase-start-limit.yml:3 Saturday 06 January 2024 01:17:27 +0000 (0:00:00.068) 0:02:03.497 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql-sever-increase-start-limit.yml:10 Saturday 06 January 2024 01:17:27 +0000 (0:00:00.315) 0:02:03.812 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql-sever-increase-start-limit.yml:17 Saturday 06 January 2024 01:17:27 +0000 (0:00:00.222) 0:02:04.035 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Run again with the same settings - should report not changed] ************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_idempotency.yml:25 Saturday 06 January 2024 01:17:28 +0000 (0:00:00.509) 0:02:04.544 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:17:28 +0000 (0:00:00.253) 0:02:04.798 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:17:28 +0000 (0:00:00.045) 0:02:04.844 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:17:28 +0000 (0:00:00.026) 0:02:04.871 ****** 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-cih756uj26/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-cih756uj26/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-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:17:28 +0000 (0:00:00.036) 0:02:04.907 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:17:28 +0000 (0:00:00.023) 0:02:04.931 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:17:28 +0000 (0:00:00.020) 0:02:04.952 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:17:28 +0000 (0:00:00.018) 0:02:04.971 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:17:28 +0000 (0:00:00.021) 0:02:04.992 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:17:28 +0000 (0:00:00.020) 0:02:05.013 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:17:28 +0000 (0:00:00.042) 0:02:05.055 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:17:28 +0000 (0:00:00.057) 0:02:05.113 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:17:28 +0000 (0:00:00.021) 0:02:05.134 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:17:29 +0000 (0:00:00.022) 0:02:05.156 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:17:29 +0000 (0:00:00.024) 0:02:05.180 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:17:29 +0000 (0:00:00.020) 0:02:05.201 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:17:29 +0000 (0:00:00.019) 0:02:05.221 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:17:29 +0000 (0:00:00.021) 0:02:05.242 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:17:29 +0000 (0:00:00.021) 0:02:05.264 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:17:29 +0000 (0:00:00.021) 0:02:05.285 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:17:30 +0000 (0:00:01.594) 0:02:06.879 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:17:30 +0000 (0:00:00.119) 0:02:06.999 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:17:30 +0000 (0:00:00.022) 0:02:07.021 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:17:30 +0000 (0:00:00.023) 0:02:07.045 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:17:30 +0000 (0:00:00.041) 0:02:07.087 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:17:31 +0000 (0:00:00.358) 0:02:07.446 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:17:31 +0000 (0:00:00.027) 0:02:07.473 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:17:31 +0000 (0:00:00.023) 0:02:07.497 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:17:31 +0000 (0:00:00.026) 0:02:07.524 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:17:31 +0000 (0:00:00.039) 0:02:07.563 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:17:31 +0000 (0:00:00.026) 0:02:07.590 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:17:31 +0000 (0:00:00.031) 0:02:07.622 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:17:31 +0000 (0:00:00.037) 0:02:07.659 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:17:31 +0000 (0:00:00.026) 0:02:07.686 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:17:31 +0000 (0:00:00.021) 0:02:07.707 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:17:34 +0000 (0:00:03.038) 0:02:10.746 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:17:34 +0000 (0:00:00.036) 0:02:10.782 ****** 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.006202", "end": "2024-01-06 01:17:34.819006", "rc": 0, "start": "2024-01-06 01:17:34.812804" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:17:34 +0000 (0:00:00.245) 0:02:11.027 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:17:45 +0000 (0:00:10.538) 0:02:21.566 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:17:45 +0000 (0:00:00.042) 0:02:21.609 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:17:45 +0000 (0:00:00.067) 0:02:21.677 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:17:45 +0000 (0:00:00.027) 0:02:21.704 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 06 January 2024 01:17:45 +0000 (0:00:00.047) 0:02:21.751 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503789.1604054, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1704503789.1624055, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 289407432, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1704503789.1604054, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "3186547599", "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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 06 January 2024 01:17:46 +0000 (0:00:01.237) 0:02:22.989 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 06 January 2024 01:17:47 +0000 (0:00:00.210) 0:02:23.199 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 06 January 2024 01:17:47 +0000 (0:00:00.026) 0:02:23.226 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:17:47 +0000 (0:00:00.035) 0:02:23.262 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002997", "end": "2024-01-06 01:17:47.282893", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:47.279896" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:17:47 +0000 (0:00:00.226) 0:02:23.489 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:17:47 +0000 (0:00:00.027) 0:02:23.517 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 06 January 2024 01:17:47 +0000 (0:00:00.035) 0:02:23.552 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503790.3143964, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1704503790.3153965, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 299893155, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1704503790.3143964, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "368550062", "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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 06 January 2024 01:17:48 +0000 (0:00:01.247) 0:02:24.800 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 06 January 2024 01:17:48 +0000 (0:00:00.267) 0:02:25.068 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 06 January 2024 01:17:48 +0000 (0:00:00.054) 0:02:25.123 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:17:49 +0000 (0:00:00.056) 0:02:25.179 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002800", "end": "2024-01-06 01:17:49.206321", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:49.203521" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:17:49 +0000 (0:00:00.210) 0:02:25.390 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:17:49 +0000 (0:00:00.026) 0:02:25.417 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:17:49 +0000 (0:00:00.022) 0:02:25.439 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:17:49 +0000 (0:00:00.025) 0:02:25.465 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:17:52 +0000 (0:00:02.949) 0:02:28.415 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:45 UTC", "ActiveEnterTimestampMonotonic": "30632550", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target network.target systemd-journald.socket systemd-sysctl.service dbus.socket system.slice dbus.service polkit.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:44 UTC", "AssertTimestampMonotonic": "29254191", "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-06 00:55:44 UTC", "ConditionTimestampMonotonic": "29254190", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target auto-cpufreq.service tlp.service cpupower.service 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-06 00:55:44 UTC", "ExecMainStartTimestampMonotonic": "29255119", "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-06 00:55:44 UTC", "InactiveExitTimestampMonotonic": "29255165", "InvocationID": "6b279c995d6e4190a5f75b7a734a9381", "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": "24543232", "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 system.slice dbus.socket dbus.service", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 00:55:45 UTC", "StateChangeTimestampMonotonic": "30632550", "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-06 00:55:45 UTC", "WatchdogTimestampMonotonic": "30632546", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:17:54 +0000 (0:00:02.382) 0:02:30.797 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.118647", "end": "2024-01-06 01:17:54.956450", "rc": 0, "start": "2024-01-06 01:17:54.837803" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:17:55 +0000 (0:00:00.360) 0:02:31.158 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:17:55 +0000 (0:00:00.044) 0:02:31.203 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:17:55 +0000 (0:00:00.037) 0:02:31.240 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:17:55 +0000 (0:00:00.036) 0:02:31.277 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:17:55 +0000 (0:00:00.216) 0:02:31.493 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:17:58 +0000 (0:00:02.979) 0:02:34.473 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:17:58 +0000 (0:00:00.055) 0:02:34.528 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:17:27 UTC", "ActiveEnterTimestampMonotonic": "1332333268", "ActiveExitTimestamp": "Sat 2024-01-06 01:17:26 UTC", "ActiveExitTimestampMonotonic": "1332080955", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice network.target auditd.service -.mount sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:17:27 UTC", "AssertTimestampMonotonic": "1332332193", "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-06 01:17:27 UTC", "ConditionTimestampMonotonic": "1332332191", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "17859", "ExecMainStartTimestamp": "Sat 2024-01-06 01:17:27 UTC", "ExecMainStartTimestampMonotonic": "1332333216", "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-06 01:17:27 UTC", "InactiveEnterTimestampMonotonic": "1332331003", "InactiveExitTimestamp": "Sat 2024-01-06 01:17:27 UTC", "InactiveExitTimestampMonotonic": "1332333268", "InvocationID": "d4f798cc037b43f5b60c3bb2b1a448ed", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "17859", "MemoryAccounting": "yes", "MemoryCurrent": "778792960", "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": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 01:17:27 UTC", "StateChangeTimestampMonotonic": "1332333268", "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": "158", "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-06 01:17:27 UTC", "WatchdogTimestampMonotonic": "1332333266", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:17:58 +0000 (0:00:00.354) 0:02:34.882 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003084", "end": "2024-01-06 01:17:58.924733", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:17:58.921649" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:17:58 +0000 (0:00:00.244) 0:02:35.127 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003234", "end": "2024-01-06 01:17:59.200753", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:59.197519" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:17:59 +0000 (0:00:00.266) 0:02:35.393 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:17:59 +0000 (0:00:00.033) 0:02:35.427 ****** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 991, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6316, "state": "file", "uid": 993 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:18:00 +0000 (0:00:01.396) 0:02:36.823 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:18:01 +0000 (0:00:00.351) 0:02:37.175 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:18:01 +0000 (0:00:00.055) 0:02:37.230 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:18:02 +0000 (0:00:01.405) 0:02:38.636 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:18:02 +0000 (0:00:00.097) 0:02:38.734 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:18:02 +0000 (0:00:00.112) 0:02:38.846 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:18:02 +0000 (0:00:00.241) 0:02:39.087 ****** 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.004957", "end": "2024-01-06 01:18:03.348077", "rc": 0, "start": "2024-01-06 01:18:03.343120" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:18:03 +0000 (0:00:00.471) 0:02:39.559 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:18:03 +0000 (0:00:00.077) 0:02:39.636 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:18:04 +0000 (0:00:01.509) 0:02:41.146 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.088) 0:02:41.234 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.056) 0:02:41.290 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002999", "end": "2024-01-06 01:18:05.358430", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:05.355431" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.253) 0:02:41.544 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.052) 0:02:41.596 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.051) 0:02:41.648 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.049) 0:02:41.698 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.066) 0:02:41.764 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.082) 0:02:41.846 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003005", "end": "2024-01-06 01:18:05.918739", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:18:05.915734" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.275) 0:02:42.122 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.048948", "end": "2024-01-06 01:18:06.230074", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:06.181126" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:06 +0000 (0:00:00.328) 0:02:42.451 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:18:06 +0000 (0:00:00.072) 0:02:42.523 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:18:06 +0000 (0:00:00.077) 0:02:42.601 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:06 +0000 (0:00:00.129) 0:02:42.730 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003082", "end": "2024-01-06 01:18:06.770696", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:06.767614" } STDOUT: enabled = True TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:06 +0000 (0:00:00.283) 0:02:43.013 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:06 +0000 (0:00:00.027) 0:02:43.041 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:18:06 +0000 (0:00:00.033) 0:02:43.074 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:18:09 +0000 (0:00:02.971) 0:02:46.045 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:18:12 +0000 (0:00:03.009) 0:02:49.054 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003171", "end": "2024-01-06 01:18:13.080616", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:13.077445" } STDOUT: traceflag0 = 3979 TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:18:13 +0000 (0:00:00.212) 0:02:49.267 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:18:13 +0000 (0:00:00.067) 0:02:49.335 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:18:13 +0000 (0:00:00.046) 0:02:49.381 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:13 +0000 (0:00:00.061) 0:02:49.442 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003320", "end": "2024-01-06 01:18:13.494700", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:13.491380" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:13 +0000 (0:00:00.266) 0:02:49.709 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:13 +0000 (0:00:00.065) 0:02:49.774 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:18:13 +0000 (0:00:00.031) 0:02:49.806 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:13 +0000 (0:00:00.040) 0:02:49.846 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003091", "end": "2024-01-06 01:18:13.873244", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:13.870153" } STDOUT: writethrough = 1 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:13 +0000 (0:00:00.214) 0:02:50.060 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:13 +0000 (0:00:00.025) 0:02:50.086 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:18:13 +0000 (0:00:00.023) 0:02:50.109 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:18:13 +0000 (0:00:00.027) 0:02:50.137 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.021) 0:02:50.159 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.024) 0:02:50.183 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.026) 0:02:50.209 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.078) 0:02:50.287 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.037) 0:02:50.325 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.031) 0:02:50.357 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.023) 0:02:50.380 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.022) 0:02:50.402 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.024) 0:02:50.426 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.028) 0:02:50.455 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.038) 0:02:50.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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.028) 0:02:50.523 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.026) 0:02:50.549 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.020) 0:02:50.570 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.020) 0:02:50.591 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.024) 0:02:50.615 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.020) 0:02:50.636 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.020) 0:02:50.656 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.024) 0:02:50.681 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.022) 0:02:50.703 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.093) 0:02:50.796 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.029) 0:02:50.826 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.026) 0:02:50.852 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.047) 0:02:50.900 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.026) 0:02:50.927 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.027) 0:02:50.955 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.047) 0:02:51.003 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.025) 0:02:51.028 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.030) 0:02:51.059 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.044) 0:02:51.103 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.029) 0:02:51.133 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.061) 0:02:51.195 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.071) 0:02:51.266 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.058) 0:02:51.324 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.035) 0:02:51.360 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.027) 0:02:51.388 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.091) 0:02:51.479 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.054) 0:02:51.533 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.041) 0:02:51.575 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.047) 0:02:51.623 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.042) 0:02:51.665 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.026) 0:02:51.692 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.025) 0:02:51.717 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.022) 0:02:51.740 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.021) 0:02:51.761 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.023) 0:02:51.785 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.021) 0:02:51.806 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.029) 0:02:51.836 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.020) 0:02:51.857 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.031) 0:02:51.888 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.027) 0:02:51.916 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.023) 0:02:51.939 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.030) 0:02:51.970 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.064) 0:02:52.034 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.039) 0:02:52.074 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.042) 0:02:52.117 ****** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:18:16 +0000 (0:00:00.297) 0:02:52.414 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:18:16 +0000 (0:00:00.048) 0:02:52.463 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_idempotency.yml:40 Saturday 06 January 2024 01:18:16 +0000 (0:00:00.056) 0:02:52.520 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:8 Saturday 06 January 2024 01:18:16 +0000 (0:00:00.158) 0:02:52.678 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile' /var/opt/mssql/mssql.conf \\\n2>&1 | sed 's\\errorlogfile : \\\\')\" || :\nif [ -f \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -f /var/opt/mssql/log/errorlog ]; then\n echo \"/var/opt/mssql/log/errorlog\"\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005738", "end": "2024-01-06 01:18:16.711356", "rc": 0, "start": "2024-01-06 01:18:16.705618" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:23 Saturday 06 January 2024 01:18:16 +0000 (0:00:00.227) 0:02:52.905 ****** 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.005379", "end": "2024-01-06 01:18:16.926687", "rc": 0, "start": "2024-01-06 01:18:16.921308" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:35 Saturday 06 January 2024 01:18:16 +0000 (0:00:00.228) 0:02:53.134 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:39 Saturday 06 January 2024 01:18:17 +0000 (0:00:00.083) 0:02:53.218 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:18:17 +0000 (0:00:00.219) 0:02:53.437 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004514", "end": "2024-01-06 01:18:17.460365", "rc": 0, "start": "2024-01-06 01:18:17.455851" } STDOUT: ipaddress = 0.0.0.0 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:18:17 +0000 (0:00:00.304) 0:02:53.742 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:18:17 +0000 (0:00:00.099) 0:02:53.842 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 0.0.0.0] ******************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:18:17 +0000 (0:00:00.050) 0:02:53.893 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:18:17 +0000 (0:00:00.028) 0:02:53.921 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004442", "end": "2024-01-06 01:18:17.950055", "rc": 0, "start": "2024-01-06 01:18:17.945613" } TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:18:18 +0000 (0:00:00.245) 0:02:54.167 ****** 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-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:18:18 +0000 (0:00:00.061) 0:02:54.228 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1433] ********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:18:18 +0000 (0:00:00.049) 0:02:54.277 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:18:18 +0000 (0:00:00.042) 0:02:54.320 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004504", "end": "2024-01-06 01:18:18.350498", "rc": 0, "start": "2024-01-06 01:18:18.345994" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:18:18 +0000 (0:00:00.223) 0:02:54.544 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:18:18 +0000 (0:00:00.090) 0:02:54.634 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_data] *********************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:18:18 +0000 (0:00:00.087) 0:02:54.722 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:18:18 +0000 (0:00:00.063) 0:02:54.785 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004543", "end": "2024-01-06 01:18:18.814954", "rc": 0, "start": "2024-01-06 01:18:18.810411" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:18:18 +0000 (0:00:00.243) 0:02:55.029 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:18:18 +0000 (0:00:00.045) 0:02:55.075 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_log] ************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:18:18 +0000 (0:00:00.041) 0:02:55.117 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:18:19 +0000 (0:00:00.077) 0:02:55.194 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004706", "end": "2024-01-06 01:18:19.230841", "rc": 0, "start": "2024-01-06 01:18:19.226135" } STDOUT: enabled = True TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:18:19 +0000 (0:00:00.245) 0:02:55.440 ****** 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-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:18:19 +0000 (0:00:00.058) 0:02:55.499 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:18:19 +0000 (0:00:00.057) 0:02:55.556 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:55 Saturday 06 January 2024 01:18:19 +0000 (0:00:00.026) 0:02:55.583 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503789.1604054, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1704503789.1624055, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 289407432, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1704503789.1604054, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "3186547599", "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-cih756uj26/tests/tasks/verify_settings.yml:60 Saturday 06 January 2024 01:18:19 +0000 (0:00:00.225) 0:02:55.808 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:70 Saturday 06 January 2024 01:18:19 +0000 (0:00:00.066) 0:02:55.875 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503790.3143964, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1704503790.3153965, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 299893155, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1704503790.3143964, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "368550062", "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-cih756uj26/tests/tasks/verify_settings.yml:75 Saturday 06 January 2024 01:18:20 +0000 (0:00:01.270) 0:02:57.145 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:85 Saturday 06 January 2024 01:18:21 +0000 (0:00:00.061) 0:02:57.207 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:18:21 +0000 (0:00:00.052) 0:02:57.259 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:17:27 UTC", "ActiveEnterTimestampMonotonic": "1332333268", "ActiveExitTimestamp": "Sat 2024-01-06 01:17:26 UTC", "ActiveExitTimestampMonotonic": "1332080955", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice network.target auditd.service -.mount sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:17:27 UTC", "AssertTimestampMonotonic": "1332332193", "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-06 01:17:27 UTC", "ConditionTimestampMonotonic": "1332332191", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "17859", "ExecMainStartTimestamp": "Sat 2024-01-06 01:17:27 UTC", "ExecMainStartTimestampMonotonic": "1332333216", "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-06 01:17:27 UTC", "InactiveEnterTimestampMonotonic": "1332331003", "InactiveExitTimestamp": "Sat 2024-01-06 01:17:27 UTC", "InactiveExitTimestampMonotonic": "1332333268", "InvocationID": "d4f798cc037b43f5b60c3bb2b1a448ed", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "17859", "MemoryAccounting": "yes", "MemoryCurrent": "708976640", "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": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 01:17:27 UTC", "StateChangeTimestampMonotonic": "1332333268", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "152", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:17:27 UTC", "WatchdogTimestampMonotonic": "1332333266", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:18:22 +0000 (0:00:01.362) 0:02:58.622 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003297", "end": "2024-01-06 01:18:22.645084", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:18:22.641787" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:18:22 +0000 (0:00:00.249) 0:02:58.871 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003179", "end": "2024-01-06 01:18:22.936960", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:22.933781" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:18:22 +0000 (0:00:00.279) 0:02:59.150 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:93 Saturday 06 January 2024 01:18:23 +0000 (0:00:00.051) 0:02:59.202 ****** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 991, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6316, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:99 Saturday 06 January 2024 01:18:24 +0000 (0:00:01.216) 0:03:00.418 ****** 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.022451", "end": "2024-01-06 01:18:24.456451", "rc": 0, "start": "2024-01-06 01:18:24.434000" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:113 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.228) 0:03:00.646 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:117 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.030) 0:03:00.677 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_package.yml:7 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.035) 0:03:00.712 ****** 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-cih756uj26/tests/tasks/verify_package.yml:12 Saturday 06 January 2024 01:18:26 +0000 (0:00:01.475) 0:03:02.187 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_package.yml:17 Saturday 06 January 2024 01:18:26 +0000 (0:00:00.101) 0:03:02.289 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:124 Saturday 06 January 2024 01:18:26 +0000 (0:00:00.104) 0:03:02.393 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_package.yml:7 Saturday 06 January 2024 01:18:26 +0000 (0:00:00.110) 0:03:02.503 ****** 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-cih756uj26/tests/tasks/verify_package.yml:12 Saturday 06 January 2024 01:18:27 +0000 (0:00:01.384) 0:03:03.887 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_package.yml:17 Saturday 06 January 2024 01:18:27 +0000 (0:00:00.056) 0:03:03.944 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:135 Saturday 06 January 2024 01:18:27 +0000 (0:00:00.035) 0:03:03.979 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004355", "end": "2024-01-06 01:18:28.002120", "rc": 0, "start": "2024-01-06 01:18:27.997765" } STDOUT: traceflag0 = 3979 TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:140 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.205) 0:03:04.185 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:145 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.102) 0:03:04.287 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:151 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.029) 0:03:04.317 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.037) 0:03:04.354 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004478", "end": "2024-01-06 01:18:28.374743", "rc": 0, "start": "2024-01-06 01:18:28.370265" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.214) 0:03:04.569 ****** 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-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.023) 0:03:04.592 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.026) 0:03:04.619 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:157 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.025) 0:03:04.645 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.039) 0:03:04.684 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004540", "end": "2024-01-06 01:18:28.718369", "rc": 0, "start": "2024-01-06 01:18:28.713829" } STDOUT: writethrough = 1 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.219) 0:03:04.904 ****** 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-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.055) 0:03:04.959 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.077) 0:03:05.037 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:167 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.045) 0:03:05.083 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:178 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.028) 0:03:05.111 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:190 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.024) 0:03:05.136 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:198 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.062) 0:03:05.199 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:208 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.022) 0:03:05.221 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:213 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.026) 0:03:05.247 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:221 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.050) 0:03:05.298 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run to edit settings] **************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_idempotency.yml:56 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.024) 0:03:05.322 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.364) 0:03:05.687 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.133) 0:03:05.820 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.031) 0:03:05.852 ****** 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-cih756uj26/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-cih756uj26/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-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.069) 0:03:05.921 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.043) 0:03:05.964 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.034) 0:03:05.999 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.026) 0:03:06.026 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.035) 0:03:06.061 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.025) 0:03:06.086 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.033) 0:03:06.119 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.023) 0:03:06.143 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:18:30 +0000 (0:00:00.030) 0:03:06.174 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:18:30 +0000 (0:00:00.033) 0:03:06.207 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:18:30 +0000 (0:00:00.036) 0:03:06.243 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:18:30 +0000 (0:00:00.024) 0:03:06.268 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:18:30 +0000 (0:00:00.030) 0:03:06.299 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:18:30 +0000 (0:00:00.021) 0:03:06.321 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:18:30 +0000 (0:00:00.022) 0:03:06.343 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:18:30 +0000 (0:00:00.087) 0:03:06.430 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:18:31 +0000 (0:00:01.362) 0:03:07.792 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:18:31 +0000 (0:00:00.063) 0:03:07.856 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:18:31 +0000 (0:00:00.032) 0:03:07.888 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:18:31 +0000 (0:00:00.024) 0:03:07.913 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:18:31 +0000 (0:00:00.043) 0:03:07.956 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:18:32 +0000 (0:00:00.369) 0:03:08.325 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:18:32 +0000 (0:00:00.021) 0:03:08.346 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:18:32 +0000 (0:00:00.064) 0:03:08.411 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:18:32 +0000 (0:00:00.023) 0:03:08.434 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:18:32 +0000 (0:00:00.027) 0:03:08.461 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:18:32 +0000 (0:00:00.021) 0:03:08.482 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:18:32 +0000 (0:00:00.020) 0:03:08.503 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:18:32 +0000 (0:00:00.019) 0:03:08.523 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:18:32 +0000 (0:00:00.021) 0:03:08.544 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:18:32 +0000 (0:00:00.020) 0:03:08.564 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:18:35 +0000 (0:00:02.935) 0:03:11.500 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:18:35 +0000 (0:00:00.022) 0:03:11.523 ****** 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.005611", "end": "2024-01-06 01:18:35.560682", "rc": 0, "start": "2024-01-06 01:18:35.555071" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:18:35 +0000 (0:00:00.293) 0:03:11.816 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:18:50 +0000 (0:00:14.516) 0:03:26.333 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:18:50 +0000 (0:00:00.042) 0:03:26.375 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:18:50 +0000 (0:00:00.028) 0:03:26.404 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:18:50 +0000 (0:00:00.022) 0:03:26.427 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 06 January 2024 01:18:50 +0000 (0:00:00.049) 0:03:26.476 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503787.9594147, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1704503787.8874154, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 201326786, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1704503787.8874154, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 156, "uid": 993, "version": "3439575063", "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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 06 January 2024 01:18:51 +0000 (0:00:01.240) 0:03:27.717 ****** ok: [sut] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 156, "state": "directory", "uid": 993 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 06 January 2024 01:18:51 +0000 (0:00:00.279) 0:03:27.996 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log", "/var/opt/mssql/data" ] }, "changed": false } TASK [linux-system-roles.mssql : Configure the setting defaultdatadir] ********* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 06 January 2024 01:18:51 +0000 (0:00:00.051) 0:03:28.047 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:51 +0000 (0:00:00.049) 0:03:28.097 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003237", "end": "2024-01-06 01:18:52.140577", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:52.137340" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:52 +0000 (0:00:00.237) 0:03:28.334 ****** 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.051718", "end": "2024-01-06 01:18:52.421130", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:52.369412" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:52 +0000 (0:00:00.306) 0:03:28.640 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 06 January 2024 01:18:52 +0000 (0:00:00.046) 0:03:28.687 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503850.5879285, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503850.5859287, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 203424192, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1704503850.5859287, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "2667376676", "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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 06 January 2024 01:18:52 +0000 (0:00:00.279) 0:03:28.967 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 06 January 2024 01:18:53 +0000 (0:00:00.243) 0:03:29.210 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 06 January 2024 01:18:53 +0000 (0:00:00.029) 0:03:29.240 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:53 +0000 (0:00:00.036) 0:03:29.276 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003219", "end": "2024-01-06 01:18:53.297858", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:53.294639" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:53 +0000 (0:00:00.208) 0:03:29.485 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/var/opt/mssql/log" ], "delta": "0:00:00.049884", "end": "2024-01-06 01:18:53.560013", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:53.510129" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:53 +0000 (0:00:00.394) 0:03:29.880 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:18:53 +0000 (0:00:00.058) 0:03:29.938 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:18:53 +0000 (0:00:00.048) 0:03:29.986 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:18:56 +0000 (0:00:03.019) 0:03:33.006 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:45 UTC", "ActiveEnterTimestampMonotonic": "30632550", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target network.target systemd-journald.socket systemd-sysctl.service dbus.socket system.slice dbus.service polkit.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:44 UTC", "AssertTimestampMonotonic": "29254191", "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-06 00:55:44 UTC", "ConditionTimestampMonotonic": "29254190", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target auto-cpufreq.service tlp.service cpupower.service 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-06 00:55:44 UTC", "ExecMainStartTimestampMonotonic": "29255119", "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-06 00:55:44 UTC", "InactiveExitTimestampMonotonic": "29255165", "InvocationID": "6b279c995d6e4190a5f75b7a734a9381", "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": "24788992", "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 system.slice dbus.socket dbus.service", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 00:55:45 UTC", "StateChangeTimestampMonotonic": "30632550", "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-06 00:55:45 UTC", "WatchdogTimestampMonotonic": "30632546", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:18:57 +0000 (0:00:00.339) 0:03:33.345 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:01.119590", "end": "2024-01-06 01:18:58.479780", "rc": 0, "start": "2024-01-06 01:18:57.360190" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:18:58 +0000 (0:00:01.331) 0:03:34.677 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:18:58 +0000 (0:00:00.032) 0:03:34.710 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:18:58 +0000 (0:00:00.030) 0:03:34.740 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:18:58 +0000 (0:00:00.031) 0:03:34.772 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:18:58 +0000 (0:00:00.268) 0:03:35.040 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:19:01 +0000 (0:00:02.974) 0:03:38.014 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:19:01 +0000 (0:00:00.111) 0:03:38.126 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:17:27 UTC", "ActiveEnterTimestampMonotonic": "1332333268", "ActiveExitTimestamp": "Sat 2024-01-06 01:17:26 UTC", "ActiveExitTimestampMonotonic": "1332080955", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice network.target auditd.service -.mount sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:17:27 UTC", "AssertTimestampMonotonic": "1332332193", "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-06 01:17:27 UTC", "ConditionTimestampMonotonic": "1332332191", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "17859", "ExecMainStartTimestamp": "Sat 2024-01-06 01:17:27 UTC", "ExecMainStartTimestampMonotonic": "1332333216", "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-06 01:17:27 UTC", "InactiveEnterTimestampMonotonic": "1332331003", "InactiveExitTimestamp": "Sat 2024-01-06 01:17:27 UTC", "InactiveExitTimestampMonotonic": "1332333268", "InvocationID": "d4f798cc037b43f5b60c3bb2b1a448ed", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "17859", "MemoryAccounting": "yes", "MemoryCurrent": "718286848", "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": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 01:17:27 UTC", "StateChangeTimestampMonotonic": "1332333268", "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": "153", "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-06 01:17:27 UTC", "WatchdogTimestampMonotonic": "1332333266", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:19:02 +0000 (0:00:00.383) 0:03:38.509 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003236", "end": "2024-01-06 01:19:02.582368", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:19:02.579132" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:19:02 +0000 (0:00:00.300) 0:03:38.810 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003255", "end": "2024-01-06 01:19:02.852734", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:02.849479" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:19:02 +0000 (0:00:00.231) 0:03:39.041 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:19:02 +0000 (0:00:00.030) 0:03:39.071 ****** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 991, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6316, "state": "file", "uid": 993 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:19:04 +0000 (0:00:01.226) 0:03:40.298 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:19:04 +0000 (0:00:00.267) 0:03:40.565 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:17:27 UTC", "ActiveEnterTimestampMonotonic": "1332333268", "ActiveExitTimestamp": "Sat 2024-01-06 01:17:26 UTC", "ActiveExitTimestampMonotonic": "1332080955", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice network.target auditd.service -.mount sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:17:27 UTC", "AssertTimestampMonotonic": "1332332193", "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-06 01:17:27 UTC", "ConditionTimestampMonotonic": "1332332191", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "17859", "ExecMainStartTimestamp": "Sat 2024-01-06 01:17:27 UTC", "ExecMainStartTimestampMonotonic": "1332333216", "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-06 01:17:27 UTC", "InactiveEnterTimestampMonotonic": "1332331003", "InactiveExitTimestamp": "Sat 2024-01-06 01:17:27 UTC", "InactiveExitTimestampMonotonic": "1332333268", "InvocationID": "d4f798cc037b43f5b60c3bb2b1a448ed", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "17859", "MemoryAccounting": "yes", "MemoryCurrent": "719376384", "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": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 01:17:27 UTC", "StateChangeTimestampMonotonic": "1332333268", "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": "153", "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-06 01:17:27 UTC", "WatchdogTimestampMonotonic": "1332333266", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:19:06 +0000 (0:00:01.689) 0:03:42.255 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:19:07 +0000 (0:00:01.432) 0:03:43.687 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:19:12 +0000 (0:00:05.164) 0:03:48.851 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:19:12 +0000 (0:00:00.036) 0:03:48.888 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:19:12 +0000 (0:00:00.024) 0:03:48.913 ****** 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.005233", "end": "2024-01-06 01:19:12.940124", "rc": 0, "start": "2024-01-06 01:19:12.934891" } STDOUT: false TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:19:13 +0000 (0:00:00.240) 0:03:49.154 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:17:27 UTC", "ActiveEnterTimestampMonotonic": "1332333268", "ActiveExitTimestamp": "Sat 2024-01-06 01:19:05 UTC", "ActiveExitTimestampMonotonic": "1430914987", "ActiveState": "inactive", "After": "basic.target systemd-journald.socket system.slice network.target auditd.service -.mount sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:17:27 UTC", "AssertTimestampMonotonic": "1332332193", "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-06 01:17:27 UTC", "ConditionTimestampMonotonic": "1332332191", "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-06 01:19:05 UTC", "ExecMainExitTimestampMonotonic": "1431121418", "ExecMainPID": "17859", "ExecMainStartTimestamp": "Sat 2024-01-06 01:17:27 UTC", "ExecMainStartTimestampMonotonic": "1332333216", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:17:27 UTC] ; stop_time=[Sat 2024-01-06 01:19:05 UTC] ; pid=17859 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-06 01:19:05 UTC", "InactiveEnterTimestampMonotonic": "1431121519", "InactiveExitTimestamp": "Sat 2024-01-06 01:17:27 UTC", "InactiveExitTimestampMonotonic": "1332333268", "InvocationID": "d4f798cc037b43f5b60c3bb2b1a448ed", "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 -.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": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 01:19:05 UTC", "StateChangeTimestampMonotonic": "1431121519", "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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:19:13 +0000 (0:00:00.359) 0:03:49.513 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:19:14 +0000 (0:00:01.511) 0:03:51.025 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:19:19 +0000 (0:00:04.933) 0:03:55.958 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:19:19 +0000 (0:00:00.039) 0:03:55.997 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003338", "end": "2024-01-06 01:19:20.016306", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:20.012968" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.205) 0:03:56.203 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.048281", "end": "2024-01-06 01:19:20.278830", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:20.230549" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.293) 0:03:56.496 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.038) 0:03:56.534 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.034) 0:03:56.568 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.040) 0:03:56.608 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.119) 0:03:56.728 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003236", "end": "2024-01-06 01:19:20.768715", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:19:20.765479" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.234) 0:03:56.963 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1435" ], "delta": "0:00:00.049819", "end": "2024-01-06 01:19:21.037159", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:20.987340" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:19:21 +0000 (0:00:00.266) 0:03:57.229 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:19:21 +0000 (0:00:00.021) 0:03:57.250 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:19:21 +0000 (0:00:00.023) 0:03:57.274 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:19:21 +0000 (0:00:00.044) 0:03:57.319 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003104", "end": "2024-01-06 01:19:21.337826", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:21.334722" } STDOUT: enabled = True TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:19:21 +0000 (0:00:00.226) 0:03:57.545 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "False" ], "delta": "0:00:00.049653", "end": "2024-01-06 01:19:21.707444", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:21.657791" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:19:21 +0000 (0:00:00.353) 0:03:57.899 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:19:21 +0000 (0:00:00.032) 0:03:57.931 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: mssql-server-fts-14.0.3465.1-1.x86_64" ] } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:19:25 +0000 (0:00:03.664) 0:04:01.596 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: powershell-7.4.0-1.rh.x86_64" ] } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:19:29 +0000 (0:00:03.729) 0:04:05.326 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003352", "end": "2024-01-06 01:19:29.347364", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:29.344012" } STDOUT: traceflag0 = 3979 TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:19:29 +0000 (0:00:00.229) 0:04:05.555 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:19:29 +0000 (0:00:00.040) 0:04:05.595 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "off" ], "delta": "0:00:00.054825", "end": "2024-01-06 01:19:29.712105", "rc": 0, "start": "2024-01-06 01:19:29.657280" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:19:29 +0000 (0:00:00.323) 0:04:05.919 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:19:29 +0000 (0:00:00.063) 0:04:05.982 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003272", "end": "2024-01-06 01:19:30.031789", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:30.028517" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:19:30 +0000 (0:00:00.260) 0:04:06.243 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:19:30 +0000 (0:00:00.073) 0:04:06.317 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:19:30 +0000 (0:00:00.125) 0:04:06.442 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:19:30 +0000 (0:00:00.071) 0:04:06.514 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003091", "end": "2024-01-06 01:19:30.546932", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:30.543841" } STDOUT: writethrough = 1 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:19:30 +0000 (0:00:00.232) 0:04:06.746 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "0" ], "delta": "0:00:00.049704", "end": "2024-01-06 01:19:30.855372", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:30.805668" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:19:30 +0000 (0:00:00.309) 0:04:07.056 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:19:30 +0000 (0:00:00.055) 0:04:07.112 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:19:30 +0000 (0:00:00.029) 0:04:07.141 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.029) 0:04:07.171 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.034) 0:04:07.205 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.034) 0:04:07.239 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.023) 0:04:07.263 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.022) 0:04:07.286 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.024) 0:04:07.310 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.022) 0:04:07.333 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.020) 0:04:07.353 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.021) 0:04:07.375 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.083) 0:04:07.458 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.039) 0:04:07.498 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.039) 0:04:07.538 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.034) 0:04:07.572 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.022) 0:04:07.595 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.023) 0:04:07.618 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.022) 0:04:07.640 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.019) 0:04:07.660 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.020) 0:04:07.681 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.020) 0:04:07.701 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.021) 0:04:07.723 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.023) 0:04:07.746 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.035) 0:04:07.782 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.025) 0:04:07.807 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.033) 0:04:07.841 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.022) 0:04:07.864 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.023) 0:04:07.888 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.083) 0:04:07.972 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.022) 0:04:07.995 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.024) 0:04:08.019 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.023) 0:04:08.043 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.021) 0:04:08.064 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.026) 0:04:08.091 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.028) 0:04:08.119 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.040) 0:04:08.160 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.035) 0:04:08.196 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.036) 0:04:08.233 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.032) 0:04:08.265 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.037) 0:04:08.303 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.048) 0:04:08.351 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.045) 0:04:08.397 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.039) 0:04:08.436 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.052) 0:04:08.488 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.067) 0:04:08.556 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.105) 0:04:08.661 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.032) 0:04:08.694 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.022) 0:04:08.716 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.032) 0:04:08.749 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.031) 0:04:08.780 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.048) 0:04:08.829 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.033) 0:04:08.862 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.043) 0:04:08.905 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.026) 0:04:08.932 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.047) 0:04:08.980 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.029) 0:04:09.009 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.026) 0:04:09.035 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.023) 0:04:09.059 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 06 January 2024 01:19:33 +0000 (0:00:00.236) 0:04:09.295 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:17:27 UTC", "ActiveEnterTimestampMonotonic": "1332333268", "ActiveExitTimestamp": "Sat 2024-01-06 01:19:05 UTC", "ActiveExitTimestampMonotonic": "1430914987", "ActiveState": "inactive", "After": "basic.target systemd-journald.socket system.slice network.target auditd.service -.mount sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:17:27 UTC", "AssertTimestampMonotonic": "1332332193", "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-06 01:17:27 UTC", "ConditionTimestampMonotonic": "1332332191", "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-06 01:19:05 UTC", "ExecMainExitTimestampMonotonic": "1431121418", "ExecMainPID": "17859", "ExecMainStartTimestamp": "Sat 2024-01-06 01:17:27 UTC", "ExecMainStartTimestampMonotonic": "1332333216", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:17:27 UTC] ; stop_time=[Sat 2024-01-06 01:19:05 UTC] ; pid=17859 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-06 01:19:05 UTC", "InactiveEnterTimestampMonotonic": "1431121519", "InactiveExitTimestamp": "Sat 2024-01-06 01:17:27 UTC", "InactiveExitTimestampMonotonic": "1332333268", "InvocationID": "d4f798cc037b43f5b60c3bb2b1a448ed", "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 -.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": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 01:19:05 UTC", "StateChangeTimestampMonotonic": "1431121519", "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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:19:33 +0000 (0:00:00.411) 0:04:09.706 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:19:33 +0000 (0:00:00.100) 0:04:09.807 ****** 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-cih756uj26/tests/tasks/tests_idempotency.yml:73 Saturday 06 January 2024 01:19:33 +0000 (0:00:00.024) 0:04:09.832 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.337) 0:04:10.169 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.106) 0:04:10.276 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.037) 0:04:10.313 ****** 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-cih756uj26/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-cih756uj26/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-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.131) 0:04:10.444 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.041) 0:04:10.486 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.055) 0:04:10.541 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.027) 0:04:10.569 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.022) 0:04:10.592 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.023) 0:04:10.616 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.021) 0:04:10.637 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.024) 0:04:10.661 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.040) 0:04:10.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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.053) 0:04:10.755 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.034) 0:04:10.789 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.025) 0:04:10.815 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.023) 0:04:10.838 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.023) 0:04:10.862 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.039) 0:04:10.901 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.030) 0:04:10.932 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:19:36 +0000 (0:00:01.788) 0:04:12.721 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:19:36 +0000 (0:00:00.080) 0:04:12.802 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:19:36 +0000 (0:00:00.046) 0:04:12.848 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:19:36 +0000 (0:00:00.025) 0:04:12.873 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:19:36 +0000 (0:00:00.046) 0:04:12.920 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:19:37 +0000 (0:00:00.427) 0:04:13.348 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:19:37 +0000 (0:00:00.033) 0:04:13.381 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:19:37 +0000 (0:00:00.041) 0:04:13.422 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:19:37 +0000 (0:00:00.120) 0:04:13.542 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:19:37 +0000 (0:00:00.027) 0:04:13.570 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:19:37 +0000 (0:00:00.022) 0:04:13.592 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:19:37 +0000 (0:00:00.021) 0:04:13.614 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:19:37 +0000 (0:00:00.026) 0:04:13.640 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:19:37 +0000 (0:00:00.036) 0:04:13.677 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:19:37 +0000 (0:00:00.026) 0:04:13.703 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:19:40 +0000 (0:00:02.950) 0:04:16.654 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:19:40 +0000 (0:00:00.029) 0:04:16.683 ****** 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.005354", "end": "2024-01-06 01:19:40.708539", "rc": 0, "start": "2024-01-06 01:19:40.703185" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:19:40 +0000 (0:00:00.214) 0:04:16.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 the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:20:09 +0000 (0:00:28.548) 0:04:45.447 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:20:09 +0000 (0:00:00.156) 0:04:45.604 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:20:09 +0000 (0:00:00.033) 0:04:45.638 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:20:09 +0000 (0:00:00.041) 0:04:45.680 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 06 January 2024 01:20:09 +0000 (0:00:00.073) 0:04:45.753 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503787.9594147, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1704503787.8874154, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 201326786, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1704503787.8874154, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 156, "uid": 993, "version": "3439575063", "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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 06 January 2024 01:20:09 +0000 (0:00:00.243) 0:04:45.996 ****** ok: [sut] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 156, "state": "directory", "uid": 993 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 06 January 2024 01:20:10 +0000 (0:00:00.243) 0:04:46.240 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 06 January 2024 01:20:10 +0000 (0:00:00.069) 0:04:46.310 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:20:10 +0000 (0:00:00.053) 0:04:46.363 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003168", "end": "2024-01-06 01:20:10.414043", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:20:10.410875" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:20:10 +0000 (0:00:00.239) 0:04:46.602 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:20:10 +0000 (0:00:00.035) 0:04:46.638 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 06 January 2024 01:20:10 +0000 (0:00:00.034) 0:04:46.672 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503976.356973, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503976.3659728, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 203424192, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1704503976.3659728, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "2667376676", "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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 06 January 2024 01:20:11 +0000 (0:00:01.262) 0:04:47.934 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 06 January 2024 01:20:12 +0000 (0:00:00.227) 0:04:48.162 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 06 January 2024 01:20:12 +0000 (0:00:00.049) 0:04:48.212 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:20:12 +0000 (0:00:00.056) 0:04:48.268 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003264", "end": "2024-01-06 01:20:12.293771", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:20:12.290507" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:20:12 +0000 (0:00:00.246) 0:04:48.514 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:20:12 +0000 (0:00:00.133) 0:04:48.647 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:20:12 +0000 (0:00:00.054) 0:04:48.702 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:20:12 +0000 (0:00:00.035) 0:04:48.737 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:20:15 +0000 (0:00:02.979) 0:04:51.717 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:45 UTC", "ActiveEnterTimestampMonotonic": "30632550", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target network.target systemd-journald.socket systemd-sysctl.service dbus.socket system.slice dbus.service polkit.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:44 UTC", "AssertTimestampMonotonic": "29254191", "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-06 00:55:44 UTC", "ConditionTimestampMonotonic": "29254190", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target auto-cpufreq.service tlp.service cpupower.service 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-06 00:55:44 UTC", "ExecMainStartTimestampMonotonic": "29255119", "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-06 00:55:44 UTC", "InactiveExitTimestampMonotonic": "29255165", "InvocationID": "6b279c995d6e4190a5f75b7a734a9381", "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": "24477696", "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 system.slice dbus.socket dbus.service", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 00:55:45 UTC", "StateChangeTimestampMonotonic": "30632550", "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-06 00:55:45 UTC", "WatchdogTimestampMonotonic": "30632546", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:20:17 +0000 (0:00:01.462) 0:04:53.180 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.119606", "end": "2024-01-06 01:20:17.332160", "rc": 0, "start": "2024-01-06 01:20:17.212554" } 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:20:17 +0000 (0:00:00.366) 0:04:53.547 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:20:17 +0000 (0:00:00.025) 0:04:53.573 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:20:17 +0000 (0:00:00.024) 0:04:53.598 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:20:17 +0000 (0:00:00.025) 0:04:53.623 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:20:17 +0000 (0:00:00.220) 0:04:53.843 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:20:20 +0000 (0:00:02.911) 0:04:56.754 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:20:20 +0000 (0:00:00.060) 0:04:56.815 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:19:33 UTC", "ActiveEnterTimestampMonotonic": "1458630140", "ActiveExitTimestamp": "Sat 2024-01-06 01:19:05 UTC", "ActiveExitTimestampMonotonic": "1430914987", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice network.target auditd.service -.mount sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:19:33 UTC", "AssertTimestampMonotonic": "1458628985", "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-06 01:19:33 UTC", "ConditionTimestampMonotonic": "1458628983", "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": "20790", "ExecMainStartTimestamp": "Sat 2024-01-06 01:19:33 UTC", "ExecMainStartTimestampMonotonic": "1458630075", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:19:33 UTC] ; stop_time=[n/a] ; pid=20790 ; 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-06 01:19:05 UTC", "InactiveEnterTimestampMonotonic": "1431121519", "InactiveExitTimestamp": "Sat 2024-01-06 01:19:33 UTC", "InactiveExitTimestampMonotonic": "1458630140", "InvocationID": "15d31ea374b04082b5337f7a81fd3b83", "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": "20790", "MemoryAccounting": "yes", "MemoryCurrent": "628580352", "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": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 01:19:33 UTC", "StateChangeTimestampMonotonic": "1458630140", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "137", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:19:33 UTC", "WatchdogTimestampMonotonic": "1458630136", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:20:20 +0000 (0:00:00.336) 0:04:57.151 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003094", "end": "2024-01-06 01:20:21.189811", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:20:21.186717" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:20:21 +0000 (0:00:00.221) 0:04:57.373 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002806", "end": "2024-01-06 01:20:21.405011", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:20:21.402205" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:20:21 +0000 (0:00:00.217) 0:04:57.591 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:20:21 +0000 (0:00:00.116) 0:04:57.708 ****** 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": 6883, "state": "file", "uid": 993 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:20:22 +0000 (0:00:01.206) 0:04:58.914 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:20:22 +0000 (0:00:00.229) 0:04:59.144 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:20:23 +0000 (0:00:00.025) 0:04:59.170 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:20:24 +0000 (0:00:01.339) 0:05:00.509 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:20:24 +0000 (0:00:00.025) 0:05:00.535 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:20:24 +0000 (0:00:00.022) 0:05:00.557 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:20:24 +0000 (0:00:00.022) 0:05:00.580 ****** 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.005309", "end": "2024-01-06 01:20:24.610920", "rc": 0, "start": "2024-01-06 01:20:24.605611" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:20:24 +0000 (0:00:00.213) 0:05:00.793 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:20:24 +0000 (0:00:00.032) 0:05:00.826 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:20:26 +0000 (0:00:01.401) 0:05:02.228 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:20:26 +0000 (0:00:00.024) 0:05:02.252 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:20:26 +0000 (0:00:00.041) 0:05:02.293 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003127", "end": "2024-01-06 01:20:26.320005", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:20:26.316878" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:20:26 +0000 (0:00:00.212) 0:05:02.506 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:20:26 +0000 (0:00:00.025) 0:05:02.531 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:20:26 +0000 (0:00:00.021) 0:05:02.553 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:20:26 +0000 (0:00:00.020) 0:05:02.574 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:20:26 +0000 (0:00:00.020) 0:05:02.594 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:20:26 +0000 (0:00:00.086) 0:05:02.680 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003148", "end": "2024-01-06 01:20:26.699154", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:20:26.696006" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:20:26 +0000 (0:00:00.207) 0:05:02.887 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:20:26 +0000 (0:00:00.026) 0:05:02.914 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:20:26 +0000 (0:00:00.020) 0:05:02.934 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:20:26 +0000 (0:00:00.021) 0:05:02.956 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:20:26 +0000 (0:00:00.037) 0:05:02.994 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003163", "end": "2024-01-06 01:20:27.012498", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:20:27.009335" } STDOUT: enabled = False TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:20:27 +0000 (0:00:00.202) 0:05:03.196 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:20:27 +0000 (0:00:00.025) 0:05:03.222 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:20:27 +0000 (0:00:00.022) 0:05:03.245 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:20:29 +0000 (0:00:02.887) 0:05:06.132 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:20:32 +0000 (0:00:02.958) 0:05:09.091 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003247", "end": "2024-01-06 01:20:33.119566", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:20:33.116319" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:20:33 +0000 (0:00:00.211) 0:05:09.302 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:20:33 +0000 (0:00:00.030) 0:05:09.333 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:20:33 +0000 (0:00:00.028) 0:05:09.361 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:20:33 +0000 (0:00:00.058) 0:05:09.419 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003017", "end": "2024-01-06 01:20:33.438042", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:20:33.435025" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:20:33 +0000 (0:00:00.238) 0:05:09.657 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:20:33 +0000 (0:00:00.037) 0:05:09.695 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:20:33 +0000 (0:00:00.036) 0:05:09.732 ****** included: /WORKDIR/git-weekly-cih756uj26/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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:20:33 +0000 (0:00:00.052) 0:05:09.784 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003098", "end": "2024-01-06 01:20:33.815614", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:20:33.812516" } STDOUT: writethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:20:33 +0000 (0:00:00.216) 0:05:10.001 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:20:33 +0000 (0:00:00.126) 0:05:10.128 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.034) 0:05:10.162 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.025) 0:05:10.188 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.022) 0:05:10.210 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.039) 0:05:10.249 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.025) 0:05:10.275 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.021) 0:05:10.297 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.022) 0:05:10.319 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.022) 0:05:10.341 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.023) 0:05:10.364 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.023) 0:05:10.388 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.022) 0:05:10.410 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.025) 0:05:10.436 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.024) 0:05:10.460 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.022) 0:05:10.483 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.022) 0:05:10.505 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.080) 0:05:10.586 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.022) 0:05:10.609 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.021) 0:05:10.630 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.020) 0:05:10.650 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.019) 0:05:10.670 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.019) 0:05:10.690 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.020) 0:05:10.710 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.019) 0:05:10.729 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.020) 0:05:10.750 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.019) 0:05:10.770 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.019) 0:05:10.789 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.019) 0:05:10.809 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.022) 0:05:10.832 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.020) 0:05:10.852 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.021) 0:05:10.874 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.022) 0:05:10.896 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.021) 0:05:10.918 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.100) 0:05:11.019 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.032) 0:05:11.051 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.026) 0:05:11.078 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.022) 0:05:11.100 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:20:34 +0000 (0:00:00.027) 0:05:11.128 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.028) 0:05:11.157 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.023) 0:05:11.180 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.025) 0:05:11.205 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.021) 0:05:11.227 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.021) 0:05:11.248 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.021) 0:05:11.270 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.020) 0:05:11.291 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.022) 0:05:11.313 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.031) 0:05:11.345 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.021) 0:05:11.367 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.021) 0:05:11.388 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.020) 0:05:11.409 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.091) 0:05:11.500 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.022) 0:05:11.523 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.021) 0:05:11.544 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.021) 0:05:11.566 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.022) 0:05:11.589 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.024) 0:05:11.614 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.020) 0:05:11.634 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.021) 0:05:11.655 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.024) 0:05:11.680 ****** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.245) 0:05:11.926 ****** 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-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.021) 0:05:11.947 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify disabled settings] ************************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/tests_idempotency.yml:88 Saturday 06 January 2024 01:20:35 +0000 (0:00:00.022) 0:05:11.970 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:8 Saturday 06 January 2024 01:20:36 +0000 (0:00:00.300) 0:05:12.271 ****** 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.005597", "end": "2024-01-06 01:20:36.294965", "rc": 0, "start": "2024-01-06 01:20:36.289368" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:23 Saturday 06 January 2024 01:20:36 +0000 (0:00:00.207) 0:05:12.478 ****** 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.005476", "end": "2024-01-06 01:20:36.501153", "rc": 0, "start": "2024-01-06 01:20:36.495677" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:35 Saturday 06 January 2024 01:20:36 +0000 (0:00:00.205) 0:05:12.684 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:39 Saturday 06 January 2024 01:20:36 +0000 (0:00:00.024) 0:05:12.709 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:20:36 +0000 (0:00:00.061) 0:05:12.770 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004430", "end": "2024-01-06 01:20:36.791812", "rc": 0, "start": "2024-01-06 01:20:36.787382" } STDOUT: ipaddress = 127.0.0.1 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:20:36 +0000 (0:00:00.208) 0:05:12.978 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:20:36 +0000 (0:00:00.033) 0:05:13.011 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 127.0.0.1] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:20:36 +0000 (0:00:00.026) 0:05:13.038 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:20:36 +0000 (0:00:00.023) 0:05:13.062 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004500", "end": "2024-01-06 01:20:37.082620", "rc": 0, "start": "2024-01-06 01:20:37.078120" } STDOUT: tcpport = 1435 TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:20:37 +0000 (0:00:00.205) 0:05:13.267 ****** 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-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:20:37 +0000 (0:00:00.100) 0:05:13.368 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1435] ********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:20:37 +0000 (0:00:00.023) 0:05:13.391 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:20:37 +0000 (0:00:00.030) 0:05:13.421 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004703", "end": "2024-01-06 01:20:37.443711", "rc": 0, "start": "2024-01-06 01:20:37.439008" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:20:37 +0000 (0:00:00.207) 0:05:13.629 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:20:37 +0000 (0:00:00.030) 0:05:13.659 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/data] ******************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:20:37 +0000 (0:00:00.022) 0:05:13.682 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:20:37 +0000 (0:00:00.022) 0:05:13.705 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004422", "end": "2024-01-06 01:20:37.725200", "rc": 0, "start": "2024-01-06 01:20:37.720778" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:20:37 +0000 (0:00:00.204) 0:05:13.910 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:20:37 +0000 (0:00:00.029) 0:05:13.939 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/log] ******************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:20:37 +0000 (0:00:00.023) 0:05:13.963 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:20:37 +0000 (0:00:00.022) 0:05:13.986 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004554", "end": "2024-01-06 01:20:38.008156", "rc": 0, "start": "2024-01-06 01:20:38.003602" } STDOUT: enabled = False TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:20:38 +0000 (0:00:00.213) 0:05:14.199 ****** 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-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:20:38 +0000 (0:00:00.026) 0:05:14.225 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:20:38 +0000 (0:00:00.029) 0:05:14.255 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:55 Saturday 06 January 2024 01:20:38 +0000 (0:00:00.085) 0:05:14.340 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503787.9594147, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1704503787.8874154, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 201326786, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1704503787.8874154, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 156, "uid": 993, "version": "3439575063", "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-cih756uj26/tests/tasks/verify_settings.yml:60 Saturday 06 January 2024 01:20:39 +0000 (0:00:01.209) 0:05:15.550 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:70 Saturday 06 January 2024 01:20:39 +0000 (0:00:00.027) 0:05:15.578 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503976.356973, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503976.3659728, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 203424192, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1704503976.3659728, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "2667376676", "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-cih756uj26/tests/tasks/verify_settings.yml:75 Saturday 06 January 2024 01:20:40 +0000 (0:00:01.211) 0:05:16.789 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:85 Saturday 06 January 2024 01:20:40 +0000 (0:00:00.027) 0:05:16.817 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:20:40 +0000 (0:00:00.035) 0:05:16.852 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:19:33 UTC", "ActiveEnterTimestampMonotonic": "1458630140", "ActiveExitTimestamp": "Sat 2024-01-06 01:19:05 UTC", "ActiveExitTimestampMonotonic": "1430914987", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice network.target auditd.service -.mount sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:19:33 UTC", "AssertTimestampMonotonic": "1458628985", "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-06 01:19:33 UTC", "ConditionTimestampMonotonic": "1458628983", "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": "20790", "ExecMainStartTimestamp": "Sat 2024-01-06 01:19:33 UTC", "ExecMainStartTimestampMonotonic": "1458630075", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:19:33 UTC] ; stop_time=[n/a] ; pid=20790 ; 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-06 01:19:05 UTC", "InactiveEnterTimestampMonotonic": "1431121519", "InactiveExitTimestamp": "Sat 2024-01-06 01:19:33 UTC", "InactiveExitTimestampMonotonic": "1458630140", "InvocationID": "15d31ea374b04082b5337f7a81fd3b83", "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": "20790", "MemoryAccounting": "yes", "MemoryCurrent": "631459840", "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": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 01:19:33 UTC", "StateChangeTimestampMonotonic": "1458630140", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "141", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:19:33 UTC", "WatchdogTimestampMonotonic": "1458630136", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:20:42 +0000 (0:00:01.345) 0:05:18.198 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002988", "end": "2024-01-06 01:20:42.243115", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:20:42.240127" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:20:42 +0000 (0:00:00.228) 0:05:18.426 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003299", "end": "2024-01-06 01:20:42.445755", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:20:42.442456" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:20:42 +0000 (0:00:00.202) 0:05:18.629 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:93 Saturday 06 January 2024 01:20:42 +0000 (0:00:00.028) 0:05:18.657 ****** 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": 6883, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:99 Saturday 06 January 2024 01:20:43 +0000 (0:00:01.203) 0:05:19.861 ****** 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.022672", "end": "2024-01-06 01:20:43.899778", "rc": 0, "start": "2024-01-06 01:20:43.877106" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Standard Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:113 Saturday 06 January 2024 01:20:43 +0000 (0:00:00.224) 0:05:20.085 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:117 Saturday 06 January 2024 01:20:44 +0000 (0:00:00.093) 0:05:20.178 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_package.yml:7 Saturday 06 January 2024 01:20:44 +0000 (0:00:00.036) 0:05:20.215 ****** 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-cih756uj26/tests/tasks/verify_package.yml:12 Saturday 06 January 2024 01:20:45 +0000 (0:00:01.338) 0:05:21.553 ****** 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-cih756uj26/tests/tasks/verify_package.yml:17 Saturday 06 January 2024 01:20:45 +0000 (0:00:00.027) 0:05:21.580 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:124 Saturday 06 January 2024 01:20:45 +0000 (0:00:00.051) 0:05:21.631 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_package.yml:7 Saturday 06 January 2024 01:20:45 +0000 (0:00:00.076) 0:05:21.707 ****** 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-cih756uj26/tests/tasks/verify_package.yml:12 Saturday 06 January 2024 01:20:46 +0000 (0:00:01.385) 0:05:23.093 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_package.yml:17 Saturday 06 January 2024 01:20:46 +0000 (0:00:00.025) 0:05:23.119 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:135 Saturday 06 January 2024 01:20:47 +0000 (0:00:00.159) 0:05:23.279 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004458", "end": "2024-01-06 01:20:47.307410", "rc": 0, "start": "2024-01-06 01:20:47.302952" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:140 Saturday 06 January 2024 01:20:47 +0000 (0:00:00.215) 0:05:23.495 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:145 Saturday 06 January 2024 01:20:47 +0000 (0:00:00.026) 0:05:23.521 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:151 Saturday 06 January 2024 01:20:47 +0000 (0:00:00.025) 0:05:23.546 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:20:47 +0000 (0:00:00.037) 0:05:23.584 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004573", "end": "2024-01-06 01:20:47.608846", "rc": 0, "start": "2024-01-06 01:20:47.604273" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:20:47 +0000 (0:00:00.210) 0:05:23.794 ****** 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-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:20:47 +0000 (0:00:00.033) 0:05:23.827 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:20:47 +0000 (0:00:00.029) 0:05:23.857 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:157 Saturday 06 January 2024 01:20:47 +0000 (0:00:00.026) 0:05:23.883 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:20:47 +0000 (0:00:00.044) 0:05:23.927 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004542", "end": "2024-01-06 01:20:47.949893", "rc": 0, "start": "2024-01-06 01:20:47.945351" } STDOUT: writethrough = 0 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:20:47 +0000 (0:00:00.206) 0:05:24.134 ****** 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-cih756uj26/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:20:48 +0000 (0:00:00.023) 0:05:24.158 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:20:48 +0000 (0:00:00.106) 0:05:24.264 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:167 Saturday 06 January 2024 01:20:48 +0000 (0:00:00.031) 0:05:24.296 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:178 Saturday 06 January 2024 01:20:48 +0000 (0:00:00.033) 0:05:24.329 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:190 Saturday 06 January 2024 01:20:48 +0000 (0:00:00.056) 0:05:24.385 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:198 Saturday 06 January 2024 01:20:48 +0000 (0:00:00.043) 0:05:24.428 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:208 Saturday 06 January 2024 01:20:48 +0000 (0:00:00.059) 0:05:24.488 ****** 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-cih756uj26/tests/tasks/verify_settings.yml:213 Saturday 06 January 2024 01:20:48 +0000 (0:00:00.036) 0:05:24.525 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/verify_settings.yml:221 Saturday 06 January 2024 01:20:48 +0000 (0:00:00.034) 0:05:24.560 ****** 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-cih756uj26/tests/tasks/tests_idempotency.yml:105 Saturday 06 January 2024 01:20:48 +0000 (0:00:00.024) 0:05:24.584 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/check_header.yml:4 Saturday 06 January 2024 01:20:48 +0000 (0:00:00.222) 0:05:24.806 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003208", "end": "2024-01-06 01:20:48.938310", "rc": 0, "start": "2024-01-06 01:20:48.935102" } 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-cih756uj26/tests/tests_idempotency_2017.yml:18 Saturday 06 January 2024 01:20:48 +0000 (0:00:00.317) 0:05:25.124 ****** included: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:2 Saturday 06 January 2024 01:20:49 +0000 (0:00:00.121) 0:05:25.246 ****** 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-cih756uj26/tests/tasks/cleanup.yml:6 Saturday 06 January 2024 01:20:50 +0000 (0:00:01.344) 0:05:26.591 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:14 Saturday 06 January 2024 01:20:50 +0000 (0:00:00.041) 0:05:26.632 ****** ok: [sut] => { "ansible_python_version": "3.6.8" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:18 Saturday 06 January 2024 01:20:50 +0000 (0:00:00.023) 0:05:26.656 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 06 January 2024 01:20:50 +0000 (0:00:00.072) 0:05:26.728 ****** included: /WORKDIR/git-weekly-cih756uj26/.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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 06 January 2024 01:20:50 +0000 (0:00:00.039) 0:05:26.768 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 06 January 2024 01:20:50 +0000 (0:00:00.130) 0:05:26.898 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 06 January 2024 01:20:50 +0000 (0:00:00.198) 0:05:27.097 ****** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 06 January 2024 01:20:50 +0000 (0:00:00.025) 0:05:27.123 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 06 January 2024 01:20:53 +0000 (0:00:02.914) 0:05:30.037 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 06 January 2024 01:20:53 +0000 (0:00:00.038) 0:05:30.076 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 06 January 2024 01:20:53 +0000 (0:00:00.034) 0:05:30.110 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:14:55 UTC", "ActiveEnterTimestampMonotonic": "1180986707", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target sysinit.target dbus.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:14:55 UTC", "AssertTimestampMonotonic": "1180466683", "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-06 01:14:55 UTC", "ConditionTimestampMonotonic": "1180466681", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target nftables.service ebtables.service ip6tables.service iptables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14087", "ExecMainStartTimestamp": "Sat 2024-01-06 01:14:55 UTC", "ExecMainStartTimestampMonotonic": "1180468297", "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-06 01:14:55 UTC", "InactiveExitTimestampMonotonic": "1180468358", "InvocationID": "2b6c29626a3c4fe9804fd51c047a5543", "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": "14087", "MemoryAccounting": "yes", "MemoryCurrent": "44261376", "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": "system.slice dbus.socket sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 01:14:55 UTC", "StateChangeTimestampMonotonic": "1180986707", "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-06 01:14:55 UTC", "WatchdogTimestampMonotonic": "1180986703", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 06 January 2024 01:20:55 +0000 (0:00:01.363) 0:05:31.474 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:14:55 UTC", "ActiveEnterTimestampMonotonic": "1180986707", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target sysinit.target dbus.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:14:55 UTC", "AssertTimestampMonotonic": "1180466683", "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-06 01:14:55 UTC", "ConditionTimestampMonotonic": "1180466681", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target nftables.service ebtables.service ip6tables.service iptables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14087", "ExecMainStartTimestamp": "Sat 2024-01-06 01:14:55 UTC", "ExecMainStartTimestampMonotonic": "1180468297", "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-06 01:14:55 UTC", "InactiveExitTimestampMonotonic": "1180468358", "InvocationID": "2b6c29626a3c4fe9804fd51c047a5543", "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": "14087", "MemoryAccounting": "yes", "MemoryCurrent": "44261376", "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": "system.slice dbus.socket sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-06 01:14:55 UTC", "StateChangeTimestampMonotonic": "1180986707", "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-06 01:14:55 UTC", "WatchdogTimestampMonotonic": "1180986703", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.369) 0:05:31.843 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.031) 0:05:31.875 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.14.78 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.334) 0:05:32.209 ****** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.093) 0:05:32.302 ****** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.030) 0:05:32.333 ****** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.037) 0:05:32.370 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.031) 0:05:32.402 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.026) 0:05:32.429 ****** 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-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.041) 0:05:32.470 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.14.78 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.282) 0:05:32.752 ****** ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-cih756uj26/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.034) 0:05:32.786 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:27 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.040) 0:05:32.827 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:35 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.037) 0:05:32.864 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:39 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.029) 0:05:32.893 ****** ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:45 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.347) 0:05:33.240 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: guile-5:2.0.14-7.el8.x86_64", "Removed: bzip2-1.0.6-26.el8.x86_64", "Removed: libtool-ltdl-2.4.6-25.el8.x86_64", "Removed: unixODBC-2.3.11-1.rh.x86_64", "Removed: unixODBC-devel-2.3.11-1.rh.x86_64", "Removed: python2-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Removed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Removed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Removed: python2-pip-wheel-9.0.3-19.module_el8+570+db61b4f9.noarch", "Removed: python2-libs-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Removed: python2-pip-9.0.3-19.module_el8+570+db61b4f9.noarch", "Removed: python2-setuptools-39.0.1-14.module_el8+733+876ccfdb.noarch", "Removed: python2-setuptools-wheel-39.0.1-14.module_el8+733+876ccfdb.noarch", "Removed: libatomic-8.5.0-21.el8.x86_64", "Removed: mssql-server-14.0.3465.1-1.x86_64", "Removed: libatomic_ops-7.6.2-3.el8.x86_64", "Removed: libbabeltrace-1.5.4-4.el8.x86_64", "Removed: msodbcsql17-17.10.5.1-1.x86_64", "Removed: mssql-tools-17.10.1.1-1.x86_64", "Removed: gc-7.6.4-3.el8.x86_64", "Removed: gcc-gdb-plugin-8.5.0-21.el8.x86_64", "Removed: gdb-8.2-20.el8.x86_64", "Removed: gdb-headless-8.2-20.el8.x86_64", "Removed: libicu-60.3-2.el8_1.x86_64", "Removed: libipt-1.6.1-8.el8.x86_64" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:58 Saturday 06 January 2024 01:21:04 +0000 (0:00:06.945) 0:05:40.185 ****** 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.011913", "end": "2024-01-06 01:21:04.279157", "rc": 0, "start": "2024-01-06 01:21:04.267244" } STDOUT: removed '/var/opt/mssql/mssql.conf' removed directory '/var/opt/mssql/.system/system/Temp' removed '/var/opt/mssql/.system/system/lsa.hiv' removed '/var/opt/mssql/.system/system/lsasetup.log' removed '/var/opt/mssql/.system/system/debug/PASSWD.LOG' removed directory '/var/opt/mssql/.system/system/debug' removed '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/2d8394cb-3b73-4949-ae11-dcc17b013328' removed '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect' removed directory '/var/opt/mssql/.system/system/system32/Microsoft' removed directory '/var/opt/mssql/.system/system/system32/LogFiles/Scm' removed directory '/var/opt/mssql/.system/system/system32/LogFiles' removed directory '/var/opt/mssql/.system/system/system32' removed '/var/opt/mssql/.system/system/licensing.hiv' removed '/var/opt/mssql/.system/system/security.hiv' removed directory '/var/opt/mssql/.system/system' removed directory '/var/opt/mssql/.system/profiles/Client/Desktop' removed directory '/var/opt/mssql/.system/profiles/Client/Documents' removed directory '/var/opt/mssql/.system/profiles/Client/Temp' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/Temporary Internet Files' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CTLs' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/AppContainerUserCertRead' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-819255137-683417585-657864109-500/42e7704ae40b0d75de00736cc66b813a_fb7d42f6-636d-4602-9a42-3e8bc85d2f78' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-819255137-683417585-657864109-500' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-819255137-683417585-657864109-500/82753af9-9e6c-477b-93df-b82644d45836' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-819255137-683417585-657864109-500/Preferred' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-819255137-683417585-657864109-500' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/CREDHIST' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/LocalLow' removed directory '/var/opt/mssql/.system/profiles/Client/AppData' removed directory '/var/opt/mssql/.system/profiles/Client' removed directory '/var/opt/mssql/.system/profiles' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed directory '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore' removed directory '/var/opt/mssql/.system/programdata/Microsoft/NetFramework' removed directory '/var/opt/mssql/.system/programdata/Microsoft' removed directory '/var/opt/mssql/.system/programdata' removed '/var/opt/mssql/.system/instance_id' removed directory '/var/opt/mssql/.system' removed '/var/opt/mssql/data/master.mdf' removed '/var/opt/mssql/data/mastlog.ldf' removed '/var/opt/mssql/data/model.mdf' removed '/var/opt/mssql/data/modellog.ldf' removed '/var/opt/mssql/data/msdbdata.mdf' removed '/var/opt/mssql/data/msdblog.ldf' removed '/var/opt/mssql/data/tempdb.mdf' removed '/var/opt/mssql/data/templog.ldf' removed directory '/var/opt/mssql/data' removed '/var/opt/mssql/log/sqlagentstartup.log' removed '/var/opt/mssql/log/HkEngineEventFile_0_133489773867440000.xel' removed '/var/opt/mssql/log/system_health_0_133489773873670000.xel' removed '/var/opt/mssql/log/HkEngineEventFile_0_133489773909130000.xel' removed '/var/opt/mssql/log/system_health_0_133489773912450000.xel' removed '/var/opt/mssql/log/log_1.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_133489774497790000.xel' removed '/var/opt/mssql/log/system_health_0_133489774501430000.xel' removed '/var/opt/mssql/log/log_2.trc' removed '/var/opt/mssql/log/FDLAUNCHERRORLOG' removed '/var/opt/mssql/log/HkEngineEventFile_0_133489775503080000.xel' removed '/var/opt/mssql/log/system_health_0_133489775505560000.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_133489775575390000.xel' removed '/var/opt/mssql/log/system_health_0_133489775577490000.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_133489775759490000.xel' removed '/var/opt/mssql/log/system_health_0_133489775763450000.xel' removed '/var/opt/mssql/log/log_5.trc' removed directory '/var/opt/mssql/log' removed '/var/opt/mssql/secrets/machine-key' removed directory '/var/opt/mssql/secrets' removed '/var/opt/mssql/FTData/tsara.xml' removed '/var/opt/mssql/FTData/tsben.xml' removed '/var/opt/mssql/FTData/tsbgr.xml' removed '/var/opt/mssql/FTData/tscat.xml' removed '/var/opt/mssql/FTData/tschs.xml' removed '/var/opt/mssql/FTData/tscht.xml' removed '/var/opt/mssql/FTData/tscze.xml' removed '/var/opt/mssql/FTData/tsdan.xml' removed '/var/opt/mssql/FTData/tsdeu.xml' removed '/var/opt/mssql/FTData/tseng.xml' removed '/var/opt/mssql/FTData/tsenu.xml' removed '/var/opt/mssql/FTData/tsesn.xml' removed '/var/opt/mssql/FTData/tsfra.xml' removed '/var/opt/mssql/FTData/tsgrk.xml' removed '/var/opt/mssql/FTData/tsguj.xml' removed '/var/opt/mssql/FTData/tsheb.xml' removed '/var/opt/mssql/FTData/tshin.xml' removed '/var/opt/mssql/FTData/tshrv.xml' removed '/var/opt/mssql/FTData/tsind.xml' removed '/var/opt/mssql/FTData/tsisl.xml' removed '/var/opt/mssql/FTData/tsita.xml' removed '/var/opt/mssql/FTData/tsjpn.xml' removed '/var/opt/mssql/FTData/tskan.xml' removed '/var/opt/mssql/FTData/tskor.xml' removed '/var/opt/mssql/FTData/tslth.xml' removed '/var/opt/mssql/FTData/tslvi.xml' removed '/var/opt/mssql/FTData/tsmal.xml' removed '/var/opt/mssql/FTData/tsmar.xml' removed '/var/opt/mssql/FTData/tsmsl.xml' removed '/var/opt/mssql/FTData/tsglobal.xml' removed '/var/opt/mssql/FTData/tsnld.xml' removed '/var/opt/mssql/FTData/tsnor.xml' removed '/var/opt/mssql/FTData/tspan.xml' removed '/var/opt/mssql/FTData/tsplk.xml' removed '/var/opt/mssql/FTData/tsptb.xml' removed '/var/opt/mssql/FTData/tsptg.xml' removed '/var/opt/mssql/FTData/tsrom.xml' removed '/var/opt/mssql/FTData/tsrus.xml' removed '/var/opt/mssql/FTData/tssky.xml' removed '/var/opt/mssql/FTData/tsslv.xml' removed '/var/opt/mssql/FTData/tssrb.xml' removed '/var/opt/mssql/FTData/tssrl.xml' removed '/var/opt/mssql/FTData/tssve.xml' removed '/var/opt/mssql/FTData/tstam.xml' removed '/var/opt/mssql/FTData/tstel.xml' removed '/var/opt/mssql/FTData/tstha.xml' removed '/var/opt/mssql/FTData/tstrk.xml' removed '/var/opt/mssql/FTData/tsukr.xml' removed '/var/opt/mssql/FTData/tsurd.xml' removed '/var/opt/mssql/FTData/tsvit.xml' removed directory '/var/opt/mssql/FTData/FilterData' removed directory '/var/opt/mssql/FTData' removed directory '/var/opt/mssql' removed directory '/opt/mssql/misc' removed directory '/opt/mssql' removed directory '/opt/mssql-tools' removed '/etc/yum.repos.d/packages-microsoft-com-mssql-server-2017.repo' removed '/etc/yum.repos.d/packages-microsoft-com-prod.repo' removed directory '/tmp/mssql_data' removed directory '/tmp/mssql_log' TASK [Stop the mssql-server service] ******************************************* task path: /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:72 Saturday 06 January 2024 01:21:04 +0000 (0:00:00.323) 0:05:40.509 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.012438", "end": "2024-01-06 01:21:04.557956", "rc": 0, "start": "2024-01-06 01:21:04.545518" } 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 06 January 2024 01:21:04 +0000 (0:00:00.315) 0:05:40.825 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 47.05s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure the package mssql-server-fts --------- 28.87s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Gather system services facts ---------------- 28.55s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 linux-system-roles.mssql : Gather system services facts ---------------- 14.52s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 linux-system-roles.mssql : Ensure the package powershell --------------- 10.94s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Gather system services facts ---------------- 10.54s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 linux-system-roles.mssql : Gather system services facts ----------------- 8.59s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Remove related packages ------------------------------------------------- 6.95s /WORKDIR/git-weekly-cih756uj26/tests/tasks/cleanup.yml:45 --------------------- linux-system-roles.mssql : Change the password of sa user --------------- 5.16s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 linux-system-roles.mssql : Change the edition of MSSQL ------------------ 4.93s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 linux-system-roles.mssql : Set up MSSQL --------------------------------- 4.88s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 4.06s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Ensure the package powershell ---------------- 3.73s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Ensure the package mssql-server-fts ---------- 3.66s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 3.15s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 linux-system-roles.mssql : Ensure the package mssql-server -------------- 3.04s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 3.02s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 linux-system-roles.mssql : Ensure the package powershell ---------------- 3.01s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.98s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 2.98s /WORKDIR/git-weekly-cih756uj26/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the file module with state=absent rather than running 'rm'. If you need to use command because file is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---