# 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-cizbi4e07v/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-cizbi4e07v/tests/tests_idempotency_2017.yml:15 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.022) 0:00:00.022 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/tasks/tests_idempotency.yml:2 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.011) 0:00:00.033 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.020) 0:00:00.054 ****** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.355) 0:00:00.409 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.010) 0:00:00.420 ****** 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-cizbi4e07v/tests/tasks/tests_idempotency.yml:5 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.009) 0:00:00.430 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.143) 0:00:00.573 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.009) 0:00:00.583 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.009) 0:00:00.593 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.027) 0:00:00.620 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.008) 0:00:00.628 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.008) 0:00:00.636 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.007) 0:00:00.644 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.008) 0:00:00.652 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.007) 0:00:00.660 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.009) 0:00:00.669 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.007) 0:00:00.677 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.008) 0:00:00.685 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.008) 0:00:00.693 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.011) 0:00:00.705 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.007) 0:00:00.713 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.007) 0:00:00.720 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.008) 0:00:00.728 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 27 January 2024 01:18:29 +0000 (0:00:00.011) 0:00:00.740 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 27 January 2024 01:18:29 +0000 (0:00:00.009) 0:00:00.749 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 27 January 2024 01:18:29 +0000 (0:00:00.834) 0:00:01.583 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 27 January 2024 01:18:29 +0000 (0:00:00.040) 0:00:01.624 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 27 January 2024 01:18:29 +0000 (0:00:00.031) 0:00:01.656 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 27 January 2024 01:18:29 +0000 (0:00:00.033) 0:00:01.689 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 27 January 2024 01:18:29 +0000 (0:00:00.029) 0:00:01.719 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 27 January 2024 01:18:30 +0000 (0:00:00.459) 0:00:02.179 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 27 January 2024 01:18:30 +0000 (0:00:00.017) 0:00:02.196 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 27 January 2024 01:18:30 +0000 (0:00:00.020) 0:00:02.217 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 27 January 2024 01:18:30 +0000 (0:00:00.018) 0:00:02.236 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 27 January 2024 01:18:30 +0000 (0:00:00.244) 0:00:02.480 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 27 January 2024 01:18:30 +0000 (0:00:00.017) 0:00:02.498 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 27 January 2024 01:18:30 +0000 (0:00:00.018) 0:00:02.516 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 27 January 2024 01:18:30 +0000 (0:00:00.017) 0:00:02.534 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 27 January 2024 01:18:30 +0000 (0:00:00.017) 0:00:02.552 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 27 January 2024 01:18:30 +0000 (0:00:00.016) 0:00:02.569 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-server" ] }, "rc": 0, "results": [ "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:14.0.3465.1-1 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: gdb for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-14.0.3465.1-1.x86_64\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server x86_64 14.0.3465.1-1 packages-microsoft-com-mssql-server-2017\n 200 M\nInstalling for dependencies:\n bzip2 x86_64 1.0.6-13.el7 rhel-Server 52 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 rhel-Server 88 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 rhel-Server 41 k\n gdb x86_64 7.6.1-120.el7 rhel-Server 2.4 M\n libatomic x86_64 4.8.5-44.el7 rhel-Server 51 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 rhel-Server 170 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+6 Dependent packages)\n\nTotal download size: 203 M\nInstalled size: 1.0 G\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 54 MB/s | 203 MB 00:03 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libatomic-4.8.5-44.el7.x86_64 1/7 \n Installing : cyrus-sasl-2.1.26-24.el7_9.x86_64 2/7 \n Installing : gdb-7.6.1-120.el7.x86_64 3/7 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 4/7 \n Installing : bzip2-1.0.6-13.el7.x86_64 5/7 \n Installing : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 6/7 \n Installing : mssql-server-14.0.3465.1-1.x86_64 7/7 \n\n+--------------------------------------------------------------+\nPlease run 'sudo /opt/mssql/bin/mssql-conf setup'\nto complete the setup of Microsoft SQL Server\n+--------------------------------------------------------------+\n\nSQL Server needs to be restarted in order to apply this setting. Please run\n'systemctl restart mssql-server.service'.\n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 1/7 \n Verifying : bzip2-1.0.6-13.el7.x86_64 2/7 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 3/7 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 4/7 \n Verifying : gdb-7.6.1-120.el7.x86_64 5/7 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 6/7 \n Verifying : libatomic-4.8.5-44.el7.x86_64 7/7 \n\nInstalled:\n mssql-server.x86_64 0:14.0.3465.1-1 \n\nDependency Installed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 \n\nComplete!\n" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 27 January 2024 01:19:13 +0000 (0:00:42.866) 0:00:45.435 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 27 January 2024 01:19:13 +0000 (0:00:00.017) 0:00:45.452 ****** 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.006113", "end": "2024-01-27 01:19:13.923839", "rc": 0, "start": "2024-01-27 01:19:13.917726" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 27 January 2024 01:19:13 +0000 (0:00:00.241) 0:00:45.694 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 27 January 2024 01:19:14 +0000 (0:00:00.863) 0:00:46.557 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 27 January 2024 01:19:14 +0000 (0:00:00.024) 0:00:46.582 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 27 January 2024 01:19:14 +0000 (0:00:00.022) 0:00:46.604 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 27 January 2024 01:19:23 +0000 (0:00:08.447) 0:00:55.052 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 27 January 2024 01:19:23 +0000 (0:00:00.059) 0:00:55.112 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 27 January 2024 01:19:23 +0000 (0:00:00.192) 0:00:55.304 ****** changed: [sut] => { "changed": true, "gid": 994, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_data", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 27 January 2024 01:19:23 +0000 (0:00:00.216) 0:00:55.521 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 27 January 2024 01:19:23 +0000 (0:00:00.024) 0:00:55.546 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:19:23 +0000 (0:00:00.034) 0:00:55.581 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004425", "end": "2024-01-27 01:19:23.978919", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:19:23.974494" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:19:24 +0000 (0:00:00.154) 0:00:55.736 ****** 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.077182", "end": "2024-01-27 01:19:24.203140", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:19:24.125958" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:19:24 +0000 (0:00:00.226) 0:00:55.962 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 27 January 2024 01:19:24 +0000 (0:00:00.022) 0:00:55.984 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 27 January 2024 01:19:24 +0000 (0:00:00.141) 0:00:56.126 ****** changed: [sut] => { "changed": true, "gid": 994, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_log", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 27 January 2024 01:19:24 +0000 (0:00:00.158) 0:00:56.285 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 27 January 2024 01:19:24 +0000 (0:00:00.026) 0:00:56.312 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:19:24 +0000 (0:00:00.033) 0:00:56.345 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004460", "end": "2024-01-27 01:19:25.735628", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:19:24.731168" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:19:25 +0000 (0:00:01.148) 0:00:57.493 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/tmp/mssql_log" ], "delta": "0:00:00.081511", "end": "2024-01-27 01:19:26.019224", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:19:25.937713" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:19:26 +0000 (0:00:00.288) 0:00:57.781 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 27 January 2024 01:19:26 +0000 (0:00:00.024) 0:00:57.805 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 27 January 2024 01:19:26 +0000 (0:00:00.019) 0:00:57.825 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "tuned-profiles-mssql" ] }, "rc": 0, "results": [ "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package tuned-profiles-mssql.noarch 0:2.11.0-12.el7_9 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n tuned-profiles-mssql noarch 2.11.0-12.el7_9 rhel-Server-optional 30 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 30 k\nInstalled size: 1.1 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : tuned-profiles-mssql-2.11.0-12.el7_9.noarch 1/1 \n Verifying : tuned-profiles-mssql-2.11.0-12.el7_9.noarch 1/1 \n\nInstalled:\n tuned-profiles-mssql.noarch 0:2.11.0-12.el7_9 \n\nComplete!\n" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 27 January 2024 01:19:28 +0000 (0:00:02.111) 0:00:59.937 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:06:48 UTC", "ActiveEnterTimestampMonotonic": "12263985", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service system.slice basic.target systemd-journald.socket dbus.service network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:06:48 UTC", "AssertTimestampMonotonic": "11522259", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:06:48 UTC", "ConditionTimestampMonotonic": "11522253", "Conflicts": "shutdown.target cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "949", "ExecMainStartTimestamp": "Sat 2024-01-27 01:06:48 UTC", "ExecMainStartTimestampMonotonic": "11536081", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-27 01:06:48 UTC", "InactiveExitTimestampMonotonic": "11536139", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "949", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice dbus.service polkit.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:06:48 UTC", "WatchdogTimestampMonotonic": "12263925", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 27 January 2024 01:19:28 +0000 (0:00:00.376) 0:01:00.313 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.116687", "end": "2024-01-27 01:19:28.808762", "rc": 0, "start": "2024-01-27 01:19:28.692075" } STDOUT: Current active profile: virtual-guest TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 27 January 2024 01:19:28 +0000 (0:00:00.273) 0:01:00.586 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "profile", "virtual-guest", "mssql" ], "delta": "0:00:00.151867", "end": "2024-01-27 01:19:29.125010", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:19:28.973143" } STDERR: Cannot load profile(s) 'virtual-guest mssql': Cannot find profile 'throughput-performance' in '['/etc/tuned', '/usr/lib/tuned']'. MSG: non-zero return code TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 27 January 2024 01:19:29 +0000 (0:00:00.294) 0:01:00.881 ****** changed: [sut] => { "backup": "", "changed": true, "found": 1 } MSG: 1 line(s) removed TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 27 January 2024 01:19:29 +0000 (0:00:00.198) 0:01:01.079 ****** changed: [sut] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest", "mssql" ], "delta": "0:00:01.686868", "end": "2024-01-27 01:19:31.150890", "rc": 0, "start": "2024-01-27 01:19:29.464022" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 27 January 2024 01:19:31 +0000 (0:00:01.829) 0:01:02.908 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 27 January 2024 01:19:31 +0000 (0:00:00.146) 0:01:03.055 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be installed\n--> Processing Dependency: msodbcsql17 >= 17.3.0.0 for package: mssql-tools-17.10.1.1-1.x86_64\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: unixODBC = 2.3.11 for package: unixODBC-devel-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be installed\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: libltdl.so.7()(64bit) for package: unixODBC-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-tools x86_64 17.10.1.1-1 packages-microsoft-com-prod 291 k\n unixODBC-devel x86_64 2.3.11-1.rh packages-microsoft-com-prod 53 k\nInstalling for dependencies:\n libtool-ltdl x86_64 2.4.2-22.el7_3 rhel-Server 49 k\n msodbcsql17 x86_64 17.10.5.1-1 packages-microsoft-com-prod 913 k\n unixODBC x86_64 2.3.11-1.rh packages-microsoft-com-prod 274 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+3 Dependent packages)\n\nTotal download size: 1.5 M\nInstalled size: 3.8 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 3.2 MB/s | 1.5 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 1/5 \n Installing : unixODBC-2.3.11-1.rh.x86_64 2/5 \n Installing : msodbcsql17-17.10.5.1-1.x86_64 3/5 \nodbcinst: Driver installed. Usage count increased to 1. \n Target directory is /etc\n Installing : mssql-tools-17.10.1.1-1.x86_64 4/5 \n Installing : unixODBC-devel-2.3.11-1.rh.x86_64 5/5 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/5 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 2/5 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 3/5 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 4/5 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 5/5 \n\nInstalled:\n mssql-tools.x86_64 0:17.10.1.1-1 unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Installed:\n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 msodbcsql17.x86_64 0:17.10.5.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 27 January 2024 01:19:38 +0000 (0:00:07.674) 0:01:10.729 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.019) 0:01:10.748 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.040) 0:01:10.789 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.020) 0:01:10.809 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.022) 0:01:10.831 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.025) 0:01:10.856 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.022) 0:01:10.879 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.023) 0:01:10.903 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.019) 0:01:10.923 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.019) 0:01:10.942 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.020) 0:01:10.962 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.020) 0:01:10.982 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.019) 0:01:11.002 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.034) 0:01:11.036 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003697", "end": "2024-01-27 01:19:39.426073", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:19:39.422376" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.145) 0:01:11.182 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "0.0.0.0" ], "delta": "0:00:00.053379", "end": "2024-01-27 01:19:39.624281", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:19:39.570902" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.203) 0:01:11.385 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.032) 0:01:11.418 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.022) 0:01:11.440 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.020) 0:01:11.461 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.056) 0:01:11.517 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004190", "end": "2024-01-27 01:19:39.912893", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:19:39.908703" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:19:39 +0000 (0:00:00.153) 0:01:11.671 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.053310", "end": "2024-01-27 01:19:40.117882", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:19:40.064572" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:19:40 +0000 (0:00:00.212) 0:01:11.883 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 27 January 2024 01:19:40 +0000 (0:00:00.029) 0:01:11.912 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 27 January 2024 01:19:40 +0000 (0:00:00.040) 0:01:11.952 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:19:40 +0000 (0:00:00.039) 0:01:11.992 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003540", "end": "2024-01-27 01:19:40.381488", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:19:40.377948" } STDOUT: enabled = false TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:19:40 +0000 (0:00:00.156) 0:01:12.148 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "True" ], "delta": "0:00:00.053108", "end": "2024-01-27 01:19:40.593787", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:19:40.540679" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:19:40 +0000 (0:00:00.204) 0:01:12.353 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 27 January 2024 01:19:40 +0000 (0:00:00.020) 0:01:12.374 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-server-fts" ] }, "rc": 0, "results": [ "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server-fts.x86_64 0:14.0.3465.1-1 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server-fts\n x86_64 14.0.3465.1-1 packages-microsoft-com-mssql-server-2017 225 M\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 225 M\nInstalled size: 554 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n\n+-------------------------------------------------------------------------------------+\nPlease restart mssql-server to enable Microsoft SQL Server Full Text Search.\n+-------------------------------------------------------------------------------------+\n\n Verifying : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n\nInstalled:\n mssql-server-fts.x86_64 0:14.0.3465.1-1 \n\nComplete!\n" ] } lsrpackages: mssql-server-fts TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 27 January 2024 01:20:10 +0000 (0:00:29.417) 0:01:41.791 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "powershell" ] }, "rc": 0, "results": [ "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package powershell.x86_64 0:7.3.11-1.rh will be installed\n--> Processing Dependency: libicu for package: powershell-7.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package libicu.x86_64 0:50.2-4.el7_7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n powershell x86_64 7.3.11-1.rh packages-microsoft-com-prod 66 M\nInstalling for dependencies:\n libicu x86_64 50.2-4.el7_7 rhel-Server 6.9 M\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+1 Dependent package)\n\nTotal download size: 72 M\nInstalled size: 192 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 48 MB/s | 72 MB 00:01 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libicu-50.2-4.el7_7.x86_64 1/2 \n Installing : powershell-7.3.11-1.rh.x86_64 2/2 \n Verifying : powershell-7.3.11-1.rh.x86_64 1/2 \n Verifying : libicu-50.2-4.el7_7.x86_64 2/2 \n\nInstalled:\n powershell.x86_64 0:7.3.11-1.rh \n\nDependency Installed:\n libicu.x86_64 0:50.2-4.el7_7 \n\nComplete!\n" ] } lsrpackages: powershell TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 27 January 2024 01:20:20 +0000 (0:00:10.832) 0:01:52.624 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003448", "end": "2024-01-27 01:20:21.012072", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:20:21.008624" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 27 January 2024 01:20:21 +0000 (0:00:00.141) 0:01:52.766 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "on" ], "delta": "0:00:00.053911", "end": "2024-01-27 01:20:21.208138", "rc": 0, "start": "2024-01-27 01:20:21.154227" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 27 January 2024 01:20:21 +0000 (0:00:00.197) 0:01:52.963 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 27 January 2024 01:20:21 +0000 (0:00:00.022) 0:01:52.985 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:20:21 +0000 (0:00:00.057) 0:01:53.043 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004507", "end": "2024-01-27 01:20:22.433134", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:20:21.428627" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:20:22 +0000 (0:00:01.151) 0:01:54.195 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.alternatewritethrough", "0" ], "delta": "0:00:00.054571", "end": "2024-01-27 01:20:22.664664", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:20:22.610093" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:20:22 +0000 (0:00:00.232) 0:01:54.427 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 27 January 2024 01:20:22 +0000 (0:00:00.026) 0:01:54.454 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:20:22 +0000 (0:00:00.053) 0:01:54.507 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003452", "end": "2024-01-27 01:20:22.897597", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:20:22.894145" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:20:22 +0000 (0:00:00.145) 0:01:54.653 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "1" ], "delta": "0:00:00.053201", "end": "2024-01-27 01:20:23.113167", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:20:23.059966" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.218) 0:01:54.872 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.021) 0:01:54.893 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.019) 0:01:54.913 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.019) 0:01:54.932 ****** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.025) 0:01:54.958 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.019) 0:01:54.977 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.045) 0:01:55.023 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.020) 0:01:55.043 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.020) 0:01:55.064 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.022) 0:01:55.086 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.023) 0:01:55.109 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.020) 0:01:55.129 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.022) 0:01:55.151 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.028) 0:01:55.180 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.056) 0:01:55.236 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.052) 0:01:55.288 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.042) 0:01:55.331 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.024) 0:01:55.355 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.032) 0:01:55.387 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.044) 0:01:55.432 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.019) 0:01:55.451 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.030) 0:01:55.482 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.034) 0:01:55.516 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.031) 0:01:55.548 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.028) 0:01:55.577 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.031) 0:01:55.608 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.046) 0:01:55.654 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.054) 0:01:55.709 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 27 January 2024 01:20:23 +0000 (0:00:00.021) 0:01:55.730 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.020) 0:01:55.750 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.020) 0:01:55.771 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.020) 0:01:55.791 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.025) 0:01:55.817 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.032) 0:01:55.850 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.036) 0:01:55.886 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.037) 0:01:55.924 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.021) 0:01:55.946 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.025) 0:01:55.971 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.028) 0:01:56.000 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.021) 0:01:56.021 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.026) 0:01:56.047 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.020) 0:01:56.068 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.026) 0:01:56.095 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.027) 0:01:56.122 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.024) 0:01:56.146 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.041) 0:01:56.188 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.023) 0:01:56.212 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.026) 0:01:56.239 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.056) 0:01:56.295 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.019) 0:01:56.315 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.026) 0:01:56.341 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.017) 0:01:56.359 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.019) 0:01:56.378 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.018) 0:01:56.396 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.021) 0:01:56.418 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.036) 0:01:56.454 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.022) 0:01:56.477 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.031) 0:01:56.508 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 27 January 2024 01:20:24 +0000 (0:00:00.030) 0:01:56.539 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 27 January 2024 01:20:25 +0000 (0:00:00.359) 0:01:56.899 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:19:23 UTC", "ActiveEnterTimestampMonotonic": "766666694", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice -.mount systemd-journald.socket auditd.service network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:19:23 UTC", "AssertTimestampMonotonic": "766659599", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:19:23 UTC", "ConditionTimestampMonotonic": "766659597", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "7112", "ExecMainStartTimestamp": "Sat 2024-01-27 01:19:23 UTC", "ExecMainStartTimestampMonotonic": "766666633", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-27 01:19:23 UTC", "InactiveExitTimestampMonotonic": "766666694", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "7112", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitInterval": "120000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:19:23 UTC", "WatchdogTimestampMonotonic": "766666675", "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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 27 January 2024 01:20:25 +0000 (0:00:00.560) 0:01:57.460 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 27 January 2024 01:20:25 +0000 (0:00:00.019) 0:01:57.479 ****** 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-cizbi4e07v/tests/tasks/tests_idempotency.yml:22 Saturday 27 January 2024 01:20:25 +0000 (0:00:00.018) 0:01:57.497 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql-sever-increase-start-limit.yml:3 Saturday 27 January 2024 01:20:25 +0000 (0:00:00.062) 0:01:57.560 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql-sever-increase-start-limit.yml:10 Saturday 27 January 2024 01:20:26 +0000 (0:00:00.229) 0:01:57.789 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql-sever-increase-start-limit.yml:17 Saturday 27 January 2024 01:20:26 +0000 (0:00:00.143) 0:01:57.933 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Run again with the same settings - should report not changed] ************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/tests_idempotency.yml:25 Saturday 27 January 2024 01:20:26 +0000 (0:00:00.310) 0:01:58.244 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 27 January 2024 01:20:26 +0000 (0:00:00.167) 0:01:58.412 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 27 January 2024 01:20:26 +0000 (0:00:00.029) 0:01:58.441 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 27 January 2024 01:20:26 +0000 (0:00:00.031) 0:01:58.473 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 27 January 2024 01:20:26 +0000 (0:00:00.035) 0:01:58.508 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 27 January 2024 01:20:26 +0000 (0:00:00.022) 0:01:58.531 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 27 January 2024 01:20:26 +0000 (0:00:00.019) 0:01:58.550 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 27 January 2024 01:20:26 +0000 (0:00:00.061) 0:01:58.612 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 27 January 2024 01:20:26 +0000 (0:00:00.026) 0:01:58.639 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 27 January 2024 01:20:26 +0000 (0:00:00.026) 0:01:58.665 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 27 January 2024 01:20:26 +0000 (0:00:00.028) 0:01:58.694 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 27 January 2024 01:20:26 +0000 (0:00:00.032) 0:01:58.726 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 27 January 2024 01:20:27 +0000 (0:00:00.025) 0:01:58.752 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 27 January 2024 01:20:27 +0000 (0:00:00.020) 0:01:58.773 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 27 January 2024 01:20:27 +0000 (0:00:00.024) 0:01:58.797 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 27 January 2024 01:20:27 +0000 (0:00:00.020) 0:01:58.818 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 27 January 2024 01:20:27 +0000 (0:00:00.019) 0:01:58.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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 27 January 2024 01:20:27 +0000 (0:00:00.020) 0:01:58.859 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 27 January 2024 01:20:27 +0000 (0:00:00.019) 0:01:58.878 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 27 January 2024 01:20:27 +0000 (0:00:00.021) 0:01:58.900 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 27 January 2024 01:20:28 +0000 (0:00:00.846) 0:01:59.746 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 27 January 2024 01:20:28 +0000 (0:00:00.125) 0:01:59.872 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 27 January 2024 01:20:28 +0000 (0:00:00.020) 0:01:59.893 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 27 January 2024 01:20:28 +0000 (0:00:00.022) 0:01:59.915 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 27 January 2024 01:20:28 +0000 (0:00:00.045) 0:01:59.961 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 27 January 2024 01:20:28 +0000 (0:00:00.446) 0:02:00.407 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 27 January 2024 01:20:28 +0000 (0:00:00.021) 0:02:00.429 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 27 January 2024 01:20:28 +0000 (0:00:00.033) 0:02:00.462 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 27 January 2024 01:20:28 +0000 (0:00:00.032) 0:02:00.494 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 27 January 2024 01:20:28 +0000 (0:00:00.026) 0:02:00.520 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 27 January 2024 01:20:28 +0000 (0:00:00.026) 0:02:00.547 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 27 January 2024 01:20:28 +0000 (0:00:00.019) 0:02:00.567 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 27 January 2024 01:20:28 +0000 (0:00:00.018) 0:02:00.586 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 27 January 2024 01:20:28 +0000 (0:00:00.019) 0:02:00.605 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 27 January 2024 01:20:28 +0000 (0:00:00.020) 0:02:00.625 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 27 January 2024 01:20:29 +0000 (0:00:00.436) 0:02:01.061 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 27 January 2024 01:20:29 +0000 (0:00:00.024) 0:02:01.086 ****** 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.006278", "end": "2024-01-27 01:20:29.478156", "rc": 0, "start": "2024-01-27 01:20:29.471878" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 27 January 2024 01:20:29 +0000 (0:00:00.179) 0:02:01.266 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 27 January 2024 01:20:30 +0000 (0:00:00.814) 0:02:02.080 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 27 January 2024 01:20:30 +0000 (0:00:00.027) 0:02:02.108 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 27 January 2024 01:20:30 +0000 (0:00:00.018) 0:02:02.127 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 27 January 2024 01:20:30 +0000 (0:00:00.024) 0:02:02.151 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 27 January 2024 01:20:30 +0000 (0:00:00.043) 0:02:02.195 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318363.7650177, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1706318363.7670178, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 146800960, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1706318363.7650177, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 996, "version": "18446744073607971450", "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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 27 January 2024 01:20:30 +0000 (0:00:00.155) 0:02:02.350 ****** ok: [sut] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_data", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 27 January 2024 01:20:30 +0000 (0:00:00.150) 0:02:02.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" }, { "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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 27 January 2024 01:20:30 +0000 (0:00:00.027) 0:02:02.528 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:20:30 +0000 (0:00:00.034) 0:02:02.563 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003736", "end": "2024-01-27 01:20:30.951325", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:20:30.947589" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:20:30 +0000 (0:00:00.144) 0:02:02.708 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:20:31 +0000 (0:00:00.064) 0:02:02.772 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 27 January 2024 01:20:31 +0000 (0:00:00.023) 0:02:02.796 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318364.5310082, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1706318364.5310082, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 167772224, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1706318364.5310082, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 996, "version": "18446744073673479927", "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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 27 January 2024 01:20:31 +0000 (0:00:00.151) 0:02:02.947 ****** ok: [sut] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_log", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 27 January 2024 01:20:31 +0000 (0:00:00.170) 0:02:03.118 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 27 January 2024 01:20:31 +0000 (0:00:00.043) 0:02:03.161 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:20:31 +0000 (0:00:00.041) 0:02:03.203 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003561", "end": "2024-01-27 01:20:31.646264", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:20:31.642703" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:20:31 +0000 (0:00:00.202) 0:02:03.405 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:20:31 +0000 (0:00:00.044) 0:02:03.450 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 27 January 2024 01:20:31 +0000 (0:00:00.028) 0:02:03.479 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 27 January 2024 01:20:31 +0000 (0:00:00.022) 0:02:03.501 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 27 January 2024 01:20:32 +0000 (0:00:00.382) 0:02:03.883 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:06:48 UTC", "ActiveEnterTimestampMonotonic": "12263985", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket network.target systemd-sysctl.service basic.target system.slice dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:06:48 UTC", "AssertTimestampMonotonic": "11522259", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:06:48 UTC", "ConditionTimestampMonotonic": "11522253", "Conflicts": "shutdown.target cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "949", "ExecMainStartTimestamp": "Sat 2024-01-27 01:06:48 UTC", "ExecMainStartTimestampMonotonic": "11536081", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-27 01:06:48 UTC", "InactiveExitTimestampMonotonic": "11536139", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "949", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service system.slice dbus.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:06:48 UTC", "WatchdogTimestampMonotonic": "12263925", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 27 January 2024 01:20:32 +0000 (0:00:00.251) 0:02:04.134 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.112491", "end": "2024-01-27 01:20:32.626795", "rc": 0, "start": "2024-01-27 01:20:32.514304" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 27 January 2024 01:20:32 +0000 (0:00:00.248) 0:02:04.383 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 27 January 2024 01:20:32 +0000 (0:00:00.027) 0:02:04.410 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 27 January 2024 01:20:32 +0000 (0:00:00.084) 0:02:04.495 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 27 January 2024 01:20:32 +0000 (0:00:00.021) 0:02:04.517 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 27 January 2024 01:20:32 +0000 (0:00:00.151) 0:02:04.668 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 27 January 2024 01:20:33 +0000 (0:00:00.356) 0:02:05.025 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 27 January 2024 01:20:33 +0000 (0:00:00.034) 0:02:05.060 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ActiveEnterTimestampMonotonic": "829182854", "ActiveExitTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ActiveExitTimestampMonotonic": "828931840", "ActiveState": "active", "After": "-.mount network.target auditd.service systemd-journald.socket system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:20:25 UTC", "AssertTimestampMonotonic": "829174082", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ConditionTimestampMonotonic": "829174080", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "7721", "ExecMainStartTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ExecMainStartTimestampMonotonic": "829182780", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:20:25 UTC", "InactiveEnterTimestampMonotonic": "829168432", "InactiveExitTimestamp": "Sat 2024-01-27 01:20:25 UTC", "InactiveExitTimestampMonotonic": "829182854", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "7721", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:20:25 UTC", "WatchdogTimestampMonotonic": "829182827", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 27 January 2024 01:20:33 +0000 (0:00:00.225) 0:02:05.286 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004547", "end": "2024-01-27 01:20:34.675922", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:20:33.671375" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 27 January 2024 01:20:34 +0000 (0:00:01.159) 0:02:06.445 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003550", "end": "2024-01-27 01:20:34.847459", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:20:34.843909" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 27 January 2024 01:20:34 +0000 (0:00:00.158) 0:02:06.604 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 27 January 2024 01:20:34 +0000 (0:00:00.037) 0:02:06.642 ****** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 994, "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": 6344, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 27 January 2024 01:20:36 +0000 (0:00:01.236) 0:02:07.878 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 27 January 2024 01:20:36 +0000 (0:00:00.220) 0:02:08.099 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 27 January 2024 01:20:36 +0000 (0:00:00.021) 0:02:08.121 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 27 January 2024 01:20:37 +0000 (0:00:00.687) 0:02:08.808 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 27 January 2024 01:20:37 +0000 (0:00:00.031) 0:02:08.839 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 27 January 2024 01:20:37 +0000 (0:00:00.021) 0:02:08.861 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 27 January 2024 01:20:37 +0000 (0:00:00.021) 0:02:08.883 ****** 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.005625", "end": "2024-01-27 01:20:37.304890", "rc": 0, "start": "2024-01-27 01:20:37.299265" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 27 January 2024 01:20:37 +0000 (0:00:00.177) 0:02:09.061 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 27 January 2024 01:20:37 +0000 (0:00:00.024) 0:02:09.085 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 27 January 2024 01:20:38 +0000 (0:00:00.766) 0:02:09.852 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 27 January 2024 01:20:38 +0000 (0:00:00.027) 0:02:09.879 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:20:38 +0000 (0:00:00.037) 0:02:09.917 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003499", "end": "2024-01-27 01:20:38.310991", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:20:38.307492" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:20:38 +0000 (0:00:00.151) 0:02:10.069 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:20:38 +0000 (0:00:00.028) 0:02:10.097 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 27 January 2024 01:20:38 +0000 (0:00:00.022) 0:02:10.119 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 27 January 2024 01:20:38 +0000 (0:00:00.020) 0:02:10.140 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 27 January 2024 01:20:38 +0000 (0:00:00.021) 0:02:10.162 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:20:38 +0000 (0:00:00.034) 0:02:10.196 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004445", "end": "2024-01-27 01:20:39.584940", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:20:38.580495" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:20:39 +0000 (0:00:01.144) 0:02:11.340 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.053432", "end": "2024-01-27 01:20:39.785218", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:20:39.731786" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:20:39 +0000 (0:00:00.206) 0:02:11.546 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 27 January 2024 01:20:39 +0000 (0:00:00.020) 0:02:11.567 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 27 January 2024 01:20:39 +0000 (0:00:00.020) 0:02:11.587 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:20:39 +0000 (0:00:00.036) 0:02:11.623 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003554", "end": "2024-01-27 01:20:40.012353", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:20:40.008799" } STDOUT: enabled = True TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:20:40 +0000 (0:00:00.145) 0:02:11.769 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:20:40 +0000 (0:00:00.024) 0:02:11.793 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 27 January 2024 01:20:40 +0000 (0:00:00.020) 0:02:11.813 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-fts-14.0.3465.1-1.x86_64 providing mssql-server-fts is already installed" ] } lsrpackages: mssql-server-fts TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 27 January 2024 01:20:40 +0000 (0:00:00.360) 0:02:12.174 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "powershell-7.3.11-1.rh.x86_64 providing powershell is already installed" ] } lsrpackages: powershell TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 27 January 2024 01:20:40 +0000 (0:00:00.382) 0:02:12.557 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003682", "end": "2024-01-27 01:20:40.968715", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:20:40.965033" } STDOUT: traceflag0 = 3979 TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 27 January 2024 01:20:40 +0000 (0:00:00.167) 0:02:12.724 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.056) 0:02:12.781 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.022) 0:02:12.803 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.036) 0:02:12.840 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003443", "end": "2024-01-27 01:20:41.228525", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:20:41.225082" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.145) 0:02:12.985 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.025) 0:02:13.011 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.022) 0:02:13.033 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.039) 0:02:13.073 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003396", "end": "2024-01-27 01:20:41.462379", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:20:41.458983" } STDOUT: writethrough = 1 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.156) 0:02:13.229 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.040) 0:02:13.270 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.022) 0:02:13.293 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.020) 0:02:13.313 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.021) 0:02:13.334 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.024) 0:02:13.358 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.021) 0:02:13.380 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.020) 0:02:13.401 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.019) 0:02:13.420 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.058) 0:02:13.479 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.022) 0:02:13.502 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.030) 0:02:13.532 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.020) 0:02:13.553 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.022) 0:02:13.576 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.032) 0:02:13.609 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.023) 0:02:13.632 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.022) 0:02:13.654 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.030) 0:02:13.685 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.022) 0:02:13.707 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 27 January 2024 01:20:41 +0000 (0:00:00.020) 0:02:13.727 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.031) 0:02:13.758 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.037) 0:02:13.796 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.019) 0:02:13.815 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.020) 0:02:13.836 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.020) 0:02:13.857 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.023) 0:02:13.880 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.022) 0:02:13.903 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.024) 0:02:13.928 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.025) 0:02:13.953 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.059) 0:02:14.013 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.025) 0:02:14.039 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.036) 0:02:14.075 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.024) 0:02:14.099 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.036) 0:02:14.136 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.023) 0:02:14.160 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.019) 0:02:14.180 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.026) 0:02:14.206 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.019) 0:02:14.226 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.021) 0:02:14.247 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.027) 0:02:14.275 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.021) 0:02:14.296 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.020) 0:02:14.317 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.020) 0:02:14.338 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.020) 0:02:14.359 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.021) 0:02:14.381 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.028) 0:02:14.409 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.021) 0:02:14.430 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.018) 0:02:14.449 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.060) 0:02:14.509 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.020) 0:02:14.529 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.020) 0:02:14.550 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.027) 0:02:14.578 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.020) 0:02:14.598 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.023) 0:02:14.622 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.020) 0:02:14.643 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.021) 0:02:14.665 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.029) 0:02:14.694 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 27 January 2024 01:20:42 +0000 (0:00:00.026) 0:02:14.721 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 27 January 2024 01:20:43 +0000 (0:00:00.034) 0:02:14.756 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 27 January 2024 01:20:43 +0000 (0:00:00.032) 0:02:14.789 ****** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 27 January 2024 01:20:43 +0000 (0:00:00.189) 0:02:14.978 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 27 January 2024 01:20:43 +0000 (0:00:00.019) 0:02:14.997 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/tests_idempotency.yml:40 Saturday 27 January 2024 01:20:43 +0000 (0:00:00.019) 0:02:15.017 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:8 Saturday 27 January 2024 01:20:43 +0000 (0:00:00.143) 0:02:15.161 ****** 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.005799", "end": "2024-01-27 01:20:43.552277", "rc": 0, "start": "2024-01-27 01:20:43.546478" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:23 Saturday 27 January 2024 01:20:43 +0000 (0:00:00.147) 0:02:15.308 ****** 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.005619", "end": "2024-01-27 01:20:43.699854", "rc": 0, "start": "2024-01-27 01:20:43.694235" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:35 Saturday 27 January 2024 01:20:43 +0000 (0:00:00.145) 0:02:15.454 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:39 Saturday 27 January 2024 01:20:43 +0000 (0:00:00.023) 0:02:15.477 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:20:43 +0000 (0:00:00.053) 0:02:15.530 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004758", "end": "2024-01-27 01:20:43.920490", "rc": 0, "start": "2024-01-27 01:20:43.915732" } STDOUT: ipaddress = 0.0.0.0 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:20:43 +0000 (0:00:00.159) 0:02:15.690 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:20:43 +0000 (0:00:00.028) 0:02:15.718 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 0.0.0.0] ******************************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:20:44 +0000 (0:00:00.021) 0:02:15.739 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:20:44 +0000 (0:00:00.021) 0:02:15.760 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004877", "end": "2024-01-27 01:20:44.150469", "rc": 0, "start": "2024-01-27 01:20:44.145592" } TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:20:44 +0000 (0:00:00.155) 0:02:15.916 ****** 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-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:20:44 +0000 (0:00:00.047) 0:02:15.963 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1433] ********************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:20:44 +0000 (0:00:00.046) 0:02:16.010 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:20:44 +0000 (0:00:00.038) 0:02:16.049 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004749", "end": "2024-01-27 01:20:44.442550", "rc": 0, "start": "2024-01-27 01:20:44.437801" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:20:44 +0000 (0:00:00.150) 0:02:16.199 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:20:44 +0000 (0:00:00.034) 0:02:16.234 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_data] *********************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:20:44 +0000 (0:00:00.090) 0:02:16.324 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:20:44 +0000 (0:00:00.021) 0:02:16.346 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004873", "end": "2024-01-27 01:20:44.736168", "rc": 0, "start": "2024-01-27 01:20:44.731295" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:20:44 +0000 (0:00:00.146) 0:02:16.492 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:20:44 +0000 (0:00:00.036) 0:02:16.529 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_log] ************************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:20:44 +0000 (0:00:00.029) 0:02:16.559 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:20:44 +0000 (0:00:00.028) 0:02:16.587 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004775", "end": "2024-01-27 01:20:44.978053", "rc": 0, "start": "2024-01-27 01:20:44.973278" } STDOUT: enabled = True TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:20:45 +0000 (0:00:00.150) 0:02:16.737 ****** 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-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:20:45 +0000 (0:00:00.022) 0:02:16.760 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:20:45 +0000 (0:00:00.030) 0:02:16.790 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:55 Saturday 27 January 2024 01:20:45 +0000 (0:00:00.023) 0:02:16.814 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318363.7650177, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1706318363.7670178, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 146800960, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1706318363.7650177, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 996, "version": "18446744073607971450", "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-cizbi4e07v/tests/tasks/verify_settings.yml:60 Saturday 27 January 2024 01:20:45 +0000 (0:00:00.158) 0:02:16.972 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:70 Saturday 27 January 2024 01:20:45 +0000 (0:00:00.028) 0:02:17.000 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318364.5310082, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1706318364.5310082, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 167772224, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1706318364.5310082, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 996, "version": "18446744073673479927", "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-cizbi4e07v/tests/tasks/verify_settings.yml:75 Saturday 27 January 2024 01:20:45 +0000 (0:00:00.151) 0:02:17.152 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:85 Saturday 27 January 2024 01:20:45 +0000 (0:00:00.027) 0:02:17.179 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 27 January 2024 01:20:45 +0000 (0:00:00.072) 0:02:17.252 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ActiveEnterTimestampMonotonic": "829182854", "ActiveExitTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ActiveExitTimestampMonotonic": "828931840", "ActiveState": "active", "After": "-.mount network.target auditd.service systemd-journald.socket system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:20:25 UTC", "AssertTimestampMonotonic": "829174082", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ConditionTimestampMonotonic": "829174080", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "7721", "ExecMainStartTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ExecMainStartTimestampMonotonic": "829182780", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:20:25 UTC", "InactiveEnterTimestampMonotonic": "829168432", "InactiveExitTimestamp": "Sat 2024-01-27 01:20:25 UTC", "InactiveExitTimestampMonotonic": "829182854", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "7721", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:20:25 UTC", "WatchdogTimestampMonotonic": "829182827", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 27 January 2024 01:20:45 +0000 (0:00:00.261) 0:02:17.513 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004550", "end": "2024-01-27 01:20:46.903549", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:20:45.898999" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 27 January 2024 01:20:46 +0000 (0:00:01.156) 0:02:18.670 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003427", "end": "2024-01-27 01:20:47.066344", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:20:47.062917" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 27 January 2024 01:20:47 +0000 (0:00:00.187) 0:02:18.857 ****** 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-cizbi4e07v/tests/tasks/verify_settings.yml:93 Saturday 27 January 2024 01:20:47 +0000 (0:00:00.037) 0:02:18.894 ****** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 994, "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": 6344, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:99 Saturday 27 January 2024 01:20:48 +0000 (0:00:01.150) 0:02:20.045 ****** 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.023989", "end": "2024-01-27 01:20:48.456031", "rc": 0, "start": "2024-01-27 01:20:48.432042" } 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 (Red Hat Enterprise Linux Server 7.9 (Maipo)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:113 Saturday 27 January 2024 01:20:48 +0000 (0:00:00.178) 0:02:20.223 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:117 Saturday 27 January 2024 01:20:48 +0000 (0:00:00.026) 0:02:20.250 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_package.yml:7 Saturday 27 January 2024 01:20:48 +0000 (0:00:00.032) 0:02:20.282 ****** 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-cizbi4e07v/tests/tasks/verify_package.yml:12 Saturday 27 January 2024 01:20:49 +0000 (0:00:00.824) 0:02:21.107 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_package.yml:17 Saturday 27 January 2024 01:20:49 +0000 (0:00:00.036) 0:02:21.144 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:124 Saturday 27 January 2024 01:20:49 +0000 (0:00:00.027) 0:02:21.172 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_package.yml:7 Saturday 27 January 2024 01:20:49 +0000 (0:00:00.038) 0:02:21.210 ****** 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-cizbi4e07v/tests/tasks/verify_package.yml:12 Saturday 27 January 2024 01:20:50 +0000 (0:00:00.756) 0:02:21.967 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_package.yml:17 Saturday 27 January 2024 01:20:50 +0000 (0:00:00.055) 0:02:22.022 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:135 Saturday 27 January 2024 01:20:50 +0000 (0:00:00.039) 0:02:22.062 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.005150", "end": "2024-01-27 01:20:50.496405", "rc": 0, "start": "2024-01-27 01:20:50.491255" } STDOUT: traceflag0 = 3979 TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:140 Saturday 27 January 2024 01:20:50 +0000 (0:00:00.216) 0:02:22.279 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:145 Saturday 27 January 2024 01:20:50 +0000 (0:00:00.052) 0:02:22.331 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:151 Saturday 27 January 2024 01:20:50 +0000 (0:00:00.025) 0:02:22.356 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:20:50 +0000 (0:00:00.062) 0:02:22.419 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.005045", "end": "2024-01-27 01:20:50.827935", "rc": 0, "start": "2024-01-27 01:20:50.822890" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:20:50 +0000 (0:00:00.181) 0:02:22.600 ****** 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-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:20:50 +0000 (0:00:00.046) 0:02:22.647 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:20:50 +0000 (0:00:00.035) 0:02:22.682 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:157 Saturday 27 January 2024 01:20:50 +0000 (0:00:00.027) 0:02:22.709 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:20:51 +0000 (0:00:00.037) 0:02:22.746 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004783", "end": "2024-01-27 01:20:51.138531", "rc": 0, "start": "2024-01-27 01:20:51.133748" } STDOUT: writethrough = 1 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:20:51 +0000 (0:00:00.158) 0:02:22.905 ****** 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-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:20:51 +0000 (0:00:00.045) 0:02:22.950 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:20:51 +0000 (0:00:00.030) 0:02:22.981 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:167 Saturday 27 January 2024 01:20:51 +0000 (0:00:00.030) 0:02:23.011 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:178 Saturday 27 January 2024 01:20:51 +0000 (0:00:00.022) 0:02:23.033 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:190 Saturday 27 January 2024 01:20:51 +0000 (0:00:00.021) 0:02:23.055 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:198 Saturday 27 January 2024 01:20:51 +0000 (0:00:00.020) 0:02:23.075 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:208 Saturday 27 January 2024 01:20:51 +0000 (0:00:00.026) 0:02:23.101 ****** 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-cizbi4e07v/tests/tasks/verify_settings.yml:213 Saturday 27 January 2024 01:20:51 +0000 (0:00:00.033) 0:02:23.135 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:221 Saturday 27 January 2024 01:20:51 +0000 (0:00:00.035) 0:02:23.170 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run to edit settings] **************************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/tests_idempotency.yml:56 Saturday 27 January 2024 01:20:51 +0000 (0:00:00.027) 0:02:23.197 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 27 January 2024 01:20:51 +0000 (0:00:00.372) 0:02:23.570 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 27 January 2024 01:20:51 +0000 (0:00:00.051) 0:02:23.621 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 27 January 2024 01:20:51 +0000 (0:00:00.029) 0:02:23.650 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 27 January 2024 01:20:51 +0000 (0:00:00.039) 0:02:23.690 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 27 January 2024 01:20:51 +0000 (0:00:00.026) 0:02:23.716 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 27 January 2024 01:20:52 +0000 (0:00:00.040) 0:02:23.756 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 27 January 2024 01:20:52 +0000 (0:00:00.051) 0:02:23.808 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 27 January 2024 01:20:52 +0000 (0:00:00.044) 0:02:23.852 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 27 January 2024 01:20:52 +0000 (0:00:00.025) 0:02:23.878 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 27 January 2024 01:20:52 +0000 (0:00:00.140) 0:02:24.019 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 27 January 2024 01:20:52 +0000 (0:00:00.031) 0:02:24.050 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 27 January 2024 01:20:52 +0000 (0:00:00.026) 0:02:24.077 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 27 January 2024 01:20:52 +0000 (0:00:00.042) 0:02:24.119 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 27 January 2024 01:20:52 +0000 (0:00:00.036) 0:02:24.156 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 27 January 2024 01:20:52 +0000 (0:00:00.028) 0:02:24.184 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 27 January 2024 01:20:52 +0000 (0:00:00.030) 0:02:24.215 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 27 January 2024 01:20:52 +0000 (0:00:00.033) 0:02:24.248 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 27 January 2024 01:20:52 +0000 (0:00:00.033) 0:02:24.282 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 27 January 2024 01:20:52 +0000 (0:00:00.036) 0:02:24.319 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 27 January 2024 01:20:53 +0000 (0:00:00.748) 0:02:25.067 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 27 January 2024 01:20:53 +0000 (0:00:00.057) 0:02:25.124 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 27 January 2024 01:20:53 +0000 (0:00:00.022) 0:02:25.147 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 27 January 2024 01:20:53 +0000 (0:00:00.025) 0:02:25.172 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 27 January 2024 01:20:53 +0000 (0:00:00.070) 0:02:25.243 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 27 January 2024 01:20:53 +0000 (0:00:00.367) 0:02:25.610 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 27 January 2024 01:20:53 +0000 (0:00:00.039) 0:02:25.650 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 27 January 2024 01:20:53 +0000 (0:00:00.029) 0:02:25.679 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 27 January 2024 01:20:53 +0000 (0:00:00.027) 0:02:25.706 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 27 January 2024 01:20:54 +0000 (0:00:00.031) 0:02:25.738 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 27 January 2024 01:20:54 +0000 (0:00:00.021) 0:02:25.760 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 27 January 2024 01:20:54 +0000 (0:00:00.023) 0:02:25.783 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 27 January 2024 01:20:54 +0000 (0:00:00.040) 0:02:25.823 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 27 January 2024 01:20:54 +0000 (0:00:00.038) 0:02:25.862 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 27 January 2024 01:20:54 +0000 (0:00:00.027) 0:02:25.890 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 27 January 2024 01:20:54 +0000 (0:00:00.369) 0:02:26.259 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 27 January 2024 01:20:54 +0000 (0:00:00.024) 0:02:26.283 ****** 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.005648", "end": "2024-01-27 01:20:54.678389", "rc": 0, "start": "2024-01-27 01:20:54.672741" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 27 January 2024 01:20:54 +0000 (0:00:00.170) 0:02:26.454 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 27 January 2024 01:20:55 +0000 (0:00:00.886) 0:02:27.340 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 27 January 2024 01:20:55 +0000 (0:00:00.027) 0:02:27.368 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 27 January 2024 01:20:55 +0000 (0:00:00.020) 0:02:27.389 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 27 January 2024 01:20:55 +0000 (0:00:00.021) 0:02:27.410 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 27 January 2024 01:20:55 +0000 (0:00:00.043) 0:02:27.453 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318359.2950737, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1706318359.2320745, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 507511040, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1706318359.2320745, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 156, "uid": 996, "version": "752581353", "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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 27 January 2024 01:20:55 +0000 (0:00:00.150) 0:02:27.604 ****** ok: [sut] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 156, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 27 January 2024 01:20:56 +0000 (0:00:00.151) 0:02:27.755 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 27 January 2024 01:20:56 +0000 (0:00:00.024) 0:02:27.780 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:20:56 +0000 (0:00:00.032) 0:02:27.812 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003465", "end": "2024-01-27 01:20:56.204354", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:20:56.200889" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:20:56 +0000 (0:00:00.148) 0:02:27.960 ****** 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.052004", "end": "2024-01-27 01:20:56.401610", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:20:56.349606" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:20:56 +0000 (0:00:00.209) 0:02:28.170 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 27 January 2024 01:20:56 +0000 (0:00:00.040) 0:02:28.211 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318429.250178, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1706318429.2491782, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 511705344, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1706318429.2491782, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "18446744072892641141", "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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 27 January 2024 01:20:56 +0000 (0:00:00.158) 0:02:28.369 ****** ok: [sut] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/log", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 27 January 2024 01:20:56 +0000 (0:00:00.172) 0:02:28.542 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 27 January 2024 01:20:56 +0000 (0:00:00.112) 0:02:28.654 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:20:56 +0000 (0:00:00.036) 0:02:28.691 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003580", "end": "2024-01-27 01:20:57.083408", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:20:57.079828" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:20:57 +0000 (0:00:00.151) 0:02:28.843 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/var/opt/mssql/log" ], "delta": "0:00:00.052288", "end": "2024-01-27 01:20:57.286399", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:20:57.234111" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:20:57 +0000 (0:00:00.205) 0:02:29.048 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 27 January 2024 01:20:57 +0000 (0:00:00.024) 0:02:29.072 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 27 January 2024 01:20:57 +0000 (0:00:00.023) 0:02:29.095 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 27 January 2024 01:20:57 +0000 (0:00:00.362) 0:02:29.458 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:06:48 UTC", "ActiveEnterTimestampMonotonic": "12263985", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket network.target systemd-sysctl.service basic.target system.slice dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:06:48 UTC", "AssertTimestampMonotonic": "11522259", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:06:48 UTC", "ConditionTimestampMonotonic": "11522253", "Conflicts": "shutdown.target cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "949", "ExecMainStartTimestamp": "Sat 2024-01-27 01:06:48 UTC", "ExecMainStartTimestampMonotonic": "11536081", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-27 01:06:48 UTC", "InactiveExitTimestampMonotonic": "11536139", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "949", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service system.slice dbus.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:06:48 UTC", "WatchdogTimestampMonotonic": "12263925", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 27 January 2024 01:20:57 +0000 (0:00:00.222) 0:02:29.681 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.111987", "end": "2024-01-27 01:20:58.173069", "rc": 0, "start": "2024-01-27 01:20:58.061082" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 27 January 2024 01:20:58 +0000 (0:00:00.248) 0:02:29.929 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 27 January 2024 01:20:58 +0000 (0:00:00.020) 0:02:29.950 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 27 January 2024 01:20:58 +0000 (0:00:00.020) 0:02:29.970 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 27 January 2024 01:20:58 +0000 (0:00:00.030) 0:02:30.001 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 27 January 2024 01:20:58 +0000 (0:00:00.150) 0:02:30.152 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 27 January 2024 01:20:58 +0000 (0:00:00.466) 0:02:30.619 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 27 January 2024 01:20:58 +0000 (0:00:00.055) 0:02:30.675 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ActiveEnterTimestampMonotonic": "829182854", "ActiveExitTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ActiveExitTimestampMonotonic": "828931840", "ActiveState": "active", "After": "-.mount network.target auditd.service systemd-journald.socket system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:20:25 UTC", "AssertTimestampMonotonic": "829174082", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ConditionTimestampMonotonic": "829174080", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "7721", "ExecMainStartTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ExecMainStartTimestampMonotonic": "829182780", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:20:25 UTC", "InactiveEnterTimestampMonotonic": "829168432", "InactiveExitTimestamp": "Sat 2024-01-27 01:20:25 UTC", "InactiveExitTimestampMonotonic": "829182854", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "7721", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:20:25 UTC", "WatchdogTimestampMonotonic": "829182827", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 27 January 2024 01:20:59 +0000 (0:00:00.274) 0:02:30.949 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003570", "end": "2024-01-27 01:20:59.387936", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:20:59.384366" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 27 January 2024 01:20:59 +0000 (0:00:00.208) 0:02:31.158 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003563", "end": "2024-01-27 01:20:59.563931", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:20:59.560368" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 27 January 2024 01:20:59 +0000 (0:00:00.200) 0:02:31.359 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 27 January 2024 01:20:59 +0000 (0:00:00.038) 0:02:31.397 ****** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 994, "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": 6344, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 27 January 2024 01:21:00 +0000 (0:00:01.147) 0:02:32.544 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 27 January 2024 01:21:00 +0000 (0:00:00.178) 0:02:32.723 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ActiveEnterTimestampMonotonic": "829182854", "ActiveExitTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ActiveExitTimestampMonotonic": "828931840", "ActiveState": "active", "After": "-.mount network.target auditd.service systemd-journald.socket system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:20:25 UTC", "AssertTimestampMonotonic": "829174082", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ConditionTimestampMonotonic": "829174080", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "7721", "ExecMainStartTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ExecMainStartTimestampMonotonic": "829182780", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:20:25 UTC", "InactiveEnterTimestampMonotonic": "829168432", "InactiveExitTimestamp": "Sat 2024-01-27 01:20:25 UTC", "InactiveExitTimestampMonotonic": "829182854", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "7721", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:20:25 UTC", "WatchdogTimestampMonotonic": "829182827", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 27 January 2024 01:21:01 +0000 (0:00:00.832) 0:02:33.555 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 27 January 2024 01:21:02 +0000 (0:00:00.806) 0:02:34.361 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 27 January 2024 01:21:07 +0000 (0:00:05.288) 0:02:39.650 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 27 January 2024 01:21:07 +0000 (0:00:00.023) 0:02:39.673 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 27 January 2024 01:21:07 +0000 (0:00:00.020) 0:02:39.693 ****** 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.005638", "end": "2024-01-27 01:21:08.095779", "rc": 0, "start": "2024-01-27 01:21:08.090141" } STDOUT: false TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 27 January 2024 01:21:08 +0000 (0:00:00.158) 0:02:39.851 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ActiveEnterTimestampMonotonic": "829182854", "ActiveExitTimestamp": "Sat 2024-01-27 01:21:01 UTC", "ActiveExitTimestampMonotonic": "864713272", "ActiveState": "inactive", "After": "-.mount network.target auditd.service systemd-journald.socket system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:20:25 UTC", "AssertTimestampMonotonic": "829174082", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ConditionTimestampMonotonic": "829174080", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-01-27 01:21:01 UTC", "ExecMainExitTimestampMonotonic": "865273604", "ExecMainPID": "7721", "ExecMainStartTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ExecMainStartTimestampMonotonic": "829182780", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:20:25 UTC] ; stop_time=[Sat 2024-01-27 01:21:01 UTC] ; pid=7721 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:21:01 UTC", "InactiveEnterTimestampMonotonic": "865273705", "InactiveExitTimestamp": "Sat 2024-01-27 01:20:25 UTC", "InactiveExitTimestampMonotonic": "829182854", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 27 January 2024 01:21:08 +0000 (0:00:00.222) 0:02:40.074 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 27 January 2024 01:21:09 +0000 (0:00:00.685) 0:02:40.759 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 27 January 2024 01:21:14 +0000 (0:00:05.149) 0:02:45.908 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:21:14 +0000 (0:00:00.202) 0:02:46.110 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003539", "end": "2024-01-27 01:21:14.535581", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:14.532042" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:21:14 +0000 (0:00:00.198) 0:02:46.309 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.052679", "end": "2024-01-27 01:21:14.781245", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:14.728566" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:21:14 +0000 (0:00:00.239) 0:02:46.549 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 27 January 2024 01:21:14 +0000 (0:00:00.051) 0:02:46.600 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 27 January 2024 01:21:14 +0000 (0:00:00.046) 0:02:46.647 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 27 January 2024 01:21:14 +0000 (0:00:00.047) 0:02:46.694 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:21:15 +0000 (0:00:00.041) 0:02:46.736 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003616", "end": "2024-01-27 01:21:15.128807", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:21:15.125191" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:21:15 +0000 (0:00:00.151) 0:02:46.887 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1435" ], "delta": "0:00:00.054008", "end": "2024-01-27 01:21:15.342898", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:15.288890" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:21:15 +0000 (0:00:00.215) 0:02:47.103 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 27 January 2024 01:21:15 +0000 (0:00:00.020) 0:02:47.123 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 27 January 2024 01:21:15 +0000 (0:00:00.020) 0:02:47.144 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:21:15 +0000 (0:00:00.037) 0:02:47.181 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003535", "end": "2024-01-27 01:21:15.572994", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:15.569459" } STDOUT: enabled = True TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:21:15 +0000 (0:00:00.148) 0:02:47.330 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "False" ], "delta": "0:00:00.054049", "end": "2024-01-27 01:21:15.772004", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:15.717955" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:21:15 +0000 (0:00:00.271) 0:02:47.601 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 27 January 2024 01:21:15 +0000 (0:00:00.040) 0:02:47.642 ****** changed: [sut] => { "changed": true, "changes": { "removed": [ "mssql-server-fts" ] }, "rc": 0, "results": [ "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server-fts.x86_64 0:14.0.3465.1-1 will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server-fts\n x86_64 14.0.3465.1-1 @packages-microsoft-com-mssql-server-2017 554 M\n\nTransaction Summary\n================================================================================\nRemove 1 Package\n\nInstalled size: 554 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n Verifying : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n\nRemoved:\n mssql-server-fts.x86_64 0:14.0.3465.1-1 \n\nComplete!\n" ] } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 27 January 2024 01:21:17 +0000 (0:00:01.263) 0:02:48.906 ****** changed: [sut] => { "changed": true, "changes": { "removed": [ "powershell" ] }, "rc": 0, "results": [ "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package powershell.x86_64 0:7.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n powershell x86_64 7.3.11-1.rh @packages-microsoft-com-prod 168 M\n\nTransaction Summary\n================================================================================\nRemove 1 Package\n\nInstalled size: 168 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : powershell-7.3.11-1.rh.x86_64 1/1 \n Verifying : powershell-7.3.11-1.rh.x86_64 1/1 \n\nRemoved:\n powershell.x86_64 0:7.3.11-1.rh \n\nComplete!\n" ] } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 27 January 2024 01:21:18 +0000 (0:00:01.248) 0:02:50.154 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003827", "end": "2024-01-27 01:21:18.546359", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:18.542532" } STDOUT: traceflag0 = 3979 TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 27 January 2024 01:21:18 +0000 (0:00:00.165) 0:02:50.320 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 27 January 2024 01:21:18 +0000 (0:00:00.029) 0:02:50.349 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "off" ], "delta": "0:00:00.053827", "end": "2024-01-27 01:21:18.793005", "rc": 0, "start": "2024-01-27 01:21:18.739178" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 27 January 2024 01:21:18 +0000 (0:00:00.202) 0:02:50.552 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:21:18 +0000 (0:00:00.046) 0:02:50.598 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003622", "end": "2024-01-27 01:21:18.991703", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:18.988081" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.157) 0:02:50.756 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.090) 0:02:50.846 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.026) 0:02:50.873 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.039) 0:02:50.913 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003586", "end": "2024-01-27 01:21:19.314559", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:19.310973" } STDOUT: writethrough = 1 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.159) 0:02:51.072 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "0" ], "delta": "0:00:00.055189", "end": "2024-01-27 01:21:19.535973", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:19.480784" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.226) 0:02:51.298 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.022) 0:02:51.321 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.020) 0:02:51.341 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.021) 0:02:51.362 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.028) 0:02:51.391 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.026) 0:02:51.417 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.027) 0:02:51.445 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.024) 0:02:51.469 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.021) 0:02:51.491 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.023) 0:02:51.515 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.021) 0:02:51.536 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.021) 0:02:51.557 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.022) 0:02:51.580 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.022) 0:02:51.602 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.074) 0:02:51.676 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.021) 0:02:51.698 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 27 January 2024 01:21:19 +0000 (0:00:00.021) 0:02:51.719 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.023) 0:02:51.743 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.019) 0:02:51.763 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.022) 0:02:51.786 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.020) 0:02:51.806 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.021) 0:02:51.827 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.021) 0:02:51.848 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.021) 0:02:51.870 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.021) 0:02:51.891 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.019) 0:02:51.911 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.020) 0:02:51.932 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.019) 0:02:51.951 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.020) 0:02:51.972 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.028) 0:02:52.000 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.022) 0:02:52.022 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.019) 0:02:52.041 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.020) 0:02:52.061 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.021) 0:02:52.083 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.071) 0:02:52.155 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.027) 0:02:52.182 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.033) 0:02:52.215 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.058) 0:02:52.274 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.041) 0:02:52.316 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.028) 0:02:52.344 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.023) 0:02:52.367 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.020) 0:02:52.388 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.020) 0:02:52.408 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.018) 0:02:52.426 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.027) 0:02:52.454 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.037) 0:02:52.491 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.024) 0:02:52.516 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.030) 0:02:52.547 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.022) 0:02:52.569 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.034) 0:02:52.604 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.034) 0:02:52.638 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.032) 0:02:52.670 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 27 January 2024 01:21:20 +0000 (0:00:00.028) 0:02:52.699 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 27 January 2024 01:21:21 +0000 (0:00:00.090) 0:02:52.790 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 27 January 2024 01:21:21 +0000 (0:00:00.041) 0:02:52.831 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 27 January 2024 01:21:21 +0000 (0:00:00.044) 0:02:52.876 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 27 January 2024 01:21:21 +0000 (0:00:00.022) 0:02:52.899 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 27 January 2024 01:21:21 +0000 (0:00:00.022) 0:02:52.921 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 27 January 2024 01:21:21 +0000 (0:00:00.023) 0:02:52.945 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 27 January 2024 01:21:21 +0000 (0:00:00.165) 0:02:53.110 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ActiveEnterTimestampMonotonic": "829182854", "ActiveExitTimestamp": "Sat 2024-01-27 01:21:01 UTC", "ActiveExitTimestampMonotonic": "864713272", "ActiveState": "inactive", "After": "-.mount network.target auditd.service systemd-journald.socket system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:20:25 UTC", "AssertTimestampMonotonic": "829174082", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ConditionTimestampMonotonic": "829174080", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-01-27 01:21:01 UTC", "ExecMainExitTimestampMonotonic": "865273604", "ExecMainPID": "7721", "ExecMainStartTimestamp": "Sat 2024-01-27 01:20:25 UTC", "ExecMainStartTimestampMonotonic": "829182780", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:20:25 UTC] ; stop_time=[Sat 2024-01-27 01:21:01 UTC] ; pid=7721 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:21:01 UTC", "InactiveEnterTimestampMonotonic": "865273705", "InactiveExitTimestamp": "Sat 2024-01-27 01:20:25 UTC", "InactiveExitTimestampMonotonic": "829182854", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 27 January 2024 01:21:21 +0000 (0:00:00.273) 0:02:53.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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 27 January 2024 01:21:21 +0000 (0:00:00.025) 0:02:53.409 ****** 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-cizbi4e07v/tests/tasks/tests_idempotency.yml:73 Saturday 27 January 2024 01:21:21 +0000 (0:00:00.021) 0:02:53.431 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.417) 0:02:53.848 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.034) 0:02:53.883 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.025) 0:02:53.908 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.052) 0:02:53.960 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.029) 0:02:53.989 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.025) 0:02:54.015 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.045) 0:02:54.060 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.040) 0:02:54.100 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.026) 0:02:54.127 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.028) 0:02:54.156 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.019) 0:02:54.176 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.025) 0:02:54.201 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.029) 0:02:54.231 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.094) 0:02:54.326 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.020) 0:02:54.346 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.027) 0:02:54.374 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.025) 0:02:54.400 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.046) 0:02:54.447 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.031) 0:02:54.478 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 27 January 2024 01:21:23 +0000 (0:00:00.823) 0:02:55.301 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 27 January 2024 01:21:23 +0000 (0:00:00.085) 0:02:55.387 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 27 January 2024 01:21:23 +0000 (0:00:00.035) 0:02:55.422 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 27 January 2024 01:21:23 +0000 (0:00:00.037) 0:02:55.460 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 27 January 2024 01:21:23 +0000 (0:00:00.045) 0:02:55.506 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 27 January 2024 01:21:24 +0000 (0:00:00.375) 0:02:55.882 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 27 January 2024 01:21:24 +0000 (0:00:00.021) 0:02:55.903 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 27 January 2024 01:21:24 +0000 (0:00:00.119) 0:02:56.023 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 27 January 2024 01:21:24 +0000 (0:00:00.059) 0:02:56.082 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 27 January 2024 01:21:24 +0000 (0:00:00.034) 0:02:56.117 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 27 January 2024 01:21:24 +0000 (0:00:00.030) 0:02:56.147 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 27 January 2024 01:21:24 +0000 (0:00:00.038) 0:02:56.185 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 27 January 2024 01:21:24 +0000 (0:00:00.029) 0:02:56.215 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 27 January 2024 01:21:24 +0000 (0:00:00.023) 0:02:56.238 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 27 January 2024 01:21:24 +0000 (0:00:00.023) 0:02:56.262 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 27 January 2024 01:21:24 +0000 (0:00:00.454) 0:02:56.717 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 27 January 2024 01:21:25 +0000 (0:00:00.022) 0:02:56.739 ****** 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.006007", "end": "2024-01-27 01:21:25.177510", "rc": 0, "start": "2024-01-27 01:21:25.171503" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 27 January 2024 01:21:25 +0000 (0:00:00.198) 0:02:56.938 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 27 January 2024 01:21:26 +0000 (0:00:00.804) 0:02:57.743 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 27 January 2024 01:21:26 +0000 (0:00:00.028) 0:02:57.771 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 27 January 2024 01:21:26 +0000 (0:00:00.020) 0:02:57.792 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 27 January 2024 01:21:26 +0000 (0:00:00.106) 0:02:57.898 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 27 January 2024 01:21:26 +0000 (0:00:00.049) 0:02:57.948 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318359.2950737, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1706318359.2320745, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 507511040, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1706318359.2320745, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 156, "uid": 996, "version": "752581353", "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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 27 January 2024 01:21:26 +0000 (0:00:00.183) 0:02:58.131 ****** ok: [sut] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 156, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 27 January 2024 01:21:26 +0000 (0:00:00.161) 0:02:58.293 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 27 January 2024 01:21:26 +0000 (0:00:00.028) 0:02:58.321 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:21:26 +0000 (0:00:00.034) 0:02:58.355 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003554", "end": "2024-01-27 01:21:26.758102", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:26.754548" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:21:26 +0000 (0:00:00.170) 0:02:58.525 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:21:26 +0000 (0:00:00.026) 0:02:58.552 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 27 January 2024 01:21:26 +0000 (0:00:00.025) 0:02:58.577 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318484.398424, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1706318484.4054239, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 511705344, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1706318484.4054239, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "18446744072892641141", "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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 27 January 2024 01:21:26 +0000 (0:00:00.152) 0:02:58.729 ****** ok: [sut] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/log", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 27 January 2024 01:21:27 +0000 (0:00:00.153) 0:02:58.883 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 27 January 2024 01:21:27 +0000 (0:00:00.025) 0:02:58.909 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:21:27 +0000 (0:00:00.032) 0:02:58.942 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003752", "end": "2024-01-27 01:21:27.332843", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:27.329091" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:21:27 +0000 (0:00:00.189) 0:02:59.132 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:21:27 +0000 (0:00:00.027) 0:02:59.159 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 27 January 2024 01:21:27 +0000 (0:00:00.025) 0:02:59.184 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 27 January 2024 01:21:27 +0000 (0:00:00.023) 0:02:59.208 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 27 January 2024 01:21:27 +0000 (0:00:00.359) 0:02:59.568 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:06:48 UTC", "ActiveEnterTimestampMonotonic": "12263985", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket network.target systemd-sysctl.service basic.target system.slice dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:06:48 UTC", "AssertTimestampMonotonic": "11522259", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:06:48 UTC", "ConditionTimestampMonotonic": "11522253", "Conflicts": "shutdown.target cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "949", "ExecMainStartTimestamp": "Sat 2024-01-27 01:06:48 UTC", "ExecMainStartTimestampMonotonic": "11536081", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-27 01:06:48 UTC", "InactiveExitTimestampMonotonic": "11536139", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "949", "MemoryAccounting": "no", "MemoryCurrent": "20434944", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service system.slice dbus.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "5", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:06:48 UTC", "WatchdogTimestampMonotonic": "12263925", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 27 January 2024 01:21:28 +0000 (0:00:00.219) 0:02:59.788 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.112276", "end": "2024-01-27 01:21:28.283072", "rc": 0, "start": "2024-01-27 01:21:28.170796" } 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 27 January 2024 01:21:28 +0000 (0:00:00.259) 0:03:00.047 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 27 January 2024 01:21:28 +0000 (0:00:00.024) 0:03:00.071 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 27 January 2024 01:21:28 +0000 (0:00:00.020) 0:03:00.092 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 27 January 2024 01:21:28 +0000 (0:00:00.019) 0:03:00.111 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 27 January 2024 01:21:28 +0000 (0:00:00.144) 0:03:00.256 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 27 January 2024 01:21:28 +0000 (0:00:00.354) 0:03:00.611 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 27 January 2024 01:21:28 +0000 (0:00:00.044) 0:03:00.656 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:21:21 UTC", "ActiveEnterTimestampMonotonic": "885081755", "ActiveExitTimestamp": "Sat 2024-01-27 01:21:01 UTC", "ActiveExitTimestampMonotonic": "864713272", "ActiveState": "active", "After": "-.mount network.target auditd.service systemd-journald.socket system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:21:21 UTC", "AssertTimestampMonotonic": "885072615", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:21:21 UTC", "ConditionTimestampMonotonic": "885072613", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9670", "ExecMainStartTimestamp": "Sat 2024-01-27 01:21:21 UTC", "ExecMainStartTimestampMonotonic": "885081694", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:21:21 UTC] ; stop_time=[n/a] ; pid=9670 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:21:01 UTC", "InactiveEnterTimestampMonotonic": "865273705", "InactiveExitTimestamp": "Sat 2024-01-27 01:21:21 UTC", "InactiveExitTimestampMonotonic": "885081755", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9670", "MemoryAccounting": "no", "MemoryCurrent": "620396544", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "133", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:21:21 UTC", "WatchdogTimestampMonotonic": "885081727", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 27 January 2024 01:21:29 +0000 (0:00:00.314) 0:03:00.971 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003522", "end": "2024-01-27 01:21:29.361863", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:29.358341" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 27 January 2024 01:21:29 +0000 (0:00:00.147) 0:03:01.118 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003466", "end": "2024-01-27 01:21:29.504803", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:29.501337" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 27 January 2024 01:21:29 +0000 (0:00:00.143) 0:03:01.262 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 27 January 2024 01:21:29 +0000 (0:00:00.031) 0:03:01.293 ****** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 994, "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": 6911, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 27 January 2024 01:21:30 +0000 (0:00:01.186) 0:03:02.479 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 27 January 2024 01:21:30 +0000 (0:00:00.232) 0:03:02.712 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 27 January 2024 01:21:31 +0000 (0:00:00.023) 0:03:02.735 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 27 January 2024 01:21:31 +0000 (0:00:00.695) 0:03:03.431 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 27 January 2024 01:21:31 +0000 (0:00:00.026) 0:03:03.457 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 27 January 2024 01:21:31 +0000 (0:00:00.092) 0:03:03.550 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 27 January 2024 01:21:31 +0000 (0:00:00.023) 0:03:03.573 ****** 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.005530", "end": "2024-01-27 01:21:31.963840", "rc": 0, "start": "2024-01-27 01:21:31.958310" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 27 January 2024 01:21:31 +0000 (0:00:00.145) 0:03:03.719 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 27 January 2024 01:21:32 +0000 (0:00:00.022) 0:03:03.741 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 27 January 2024 01:21:32 +0000 (0:00:00.693) 0:03:04.435 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 27 January 2024 01:21:32 +0000 (0:00:00.029) 0:03:04.464 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:21:32 +0000 (0:00:00.036) 0:03:04.501 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003575", "end": "2024-01-27 01:21:32.894728", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:32.891153" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:21:32 +0000 (0:00:00.156) 0:03:04.657 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:21:32 +0000 (0:00:00.032) 0:03:04.690 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 27 January 2024 01:21:32 +0000 (0:00:00.020) 0:03:04.710 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 27 January 2024 01:21:33 +0000 (0:00:00.019) 0:03:04.730 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 27 January 2024 01:21:33 +0000 (0:00:00.019) 0:03:04.750 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:21:33 +0000 (0:00:00.099) 0:03:04.849 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003587", "end": "2024-01-27 01:21:33.243692", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:33.240105" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:21:33 +0000 (0:00:00.150) 0:03:05.000 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:21:33 +0000 (0:00:00.024) 0:03:05.024 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 27 January 2024 01:21:33 +0000 (0:00:00.021) 0:03:05.046 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 27 January 2024 01:21:33 +0000 (0:00:00.025) 0:03:05.071 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:21:33 +0000 (0:00:00.063) 0:03:05.135 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003545", "end": "2024-01-27 01:21:33.559735", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:33.556190" } STDOUT: enabled = False TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:21:33 +0000 (0:00:00.183) 0:03:05.319 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:21:33 +0000 (0:00:00.025) 0:03:05.344 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 27 January 2024 01:21:33 +0000 (0:00:00.023) 0:03:05.368 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-fts is not installed" ] } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 27 January 2024 01:21:34 +0000 (0:00:00.436) 0:03:05.804 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "powershell is not installed" ] } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 27 January 2024 01:21:34 +0000 (0:00:00.346) 0:03:06.150 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003447", "end": "2024-01-27 01:21:34.546299", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:21:34.542852" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 27 January 2024 01:21:34 +0000 (0:00:00.154) 0:03:06.305 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 27 January 2024 01:21:34 +0000 (0:00:00.030) 0:03:06.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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 27 January 2024 01:21:34 +0000 (0:00:00.108) 0:03:06.443 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:21:34 +0000 (0:00:00.035) 0:03:06.478 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003553", "end": "2024-01-27 01:21:34.869495", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:34.865942" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:21:34 +0000 (0:00:00.164) 0:03:06.643 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:21:34 +0000 (0:00:00.027) 0:03:06.670 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 27 January 2024 01:21:34 +0000 (0:00:00.025) 0:03:06.696 ****** included: /WORKDIR/git-weekly-cizbi4e07v/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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.055) 0:03:06.751 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003492", "end": "2024-01-27 01:21:35.143214", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:35.139722" } STDOUT: writethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.152) 0:03:06.904 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.026) 0:03:06.931 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.046) 0:03:06.977 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.030) 0:03:07.008 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.019) 0:03:07.028 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.023) 0:03:07.051 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.037) 0:03:07.088 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.053) 0:03:07.142 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.032) 0:03:07.174 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.026) 0:03:07.201 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.138) 0:03:07.339 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.052) 0:03:07.392 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.025) 0:03:07.417 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.039) 0:03:07.456 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.034) 0:03:07.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 : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.026) 0:03:07.517 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.035) 0:03:07.552 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.037) 0:03:07.590 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.025) 0:03:07.615 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.040) 0:03:07.655 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 27 January 2024 01:21:35 +0000 (0:00:00.060) 0:03:07.716 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.039) 0:03:07.756 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.028) 0:03:07.784 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.044) 0:03:07.829 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.051) 0:03:07.881 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.034) 0:03:07.915 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.048) 0:03:07.964 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.051) 0:03:08.015 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.027) 0:03:08.043 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.023) 0:03:08.067 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.102) 0:03:08.169 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.051) 0:03:08.221 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.023) 0:03:08.244 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.023) 0:03:08.268 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.024) 0:03:08.292 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.035) 0:03:08.327 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.027) 0:03:08.355 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.024) 0:03:08.379 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.022) 0:03:08.401 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.039) 0:03:08.441 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.020) 0:03:08.461 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.022) 0:03:08.484 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.034) 0:03:08.519 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.020) 0:03:08.539 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.021) 0:03:08.560 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.021) 0:03:08.581 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.022) 0:03:08.604 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.019) 0:03:08.624 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.021) 0:03:08.646 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 27 January 2024 01:21:36 +0000 (0:00:00.020) 0:03:08.666 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 27 January 2024 01:21:37 +0000 (0:00:00.091) 0:03:08.757 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 27 January 2024 01:21:37 +0000 (0:00:00.029) 0:03:08.787 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 27 January 2024 01:21:37 +0000 (0:00:00.022) 0:03:08.809 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 27 January 2024 01:21:37 +0000 (0:00:00.022) 0:03:08.831 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 27 January 2024 01:21:37 +0000 (0:00:00.022) 0:03:08.854 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 27 January 2024 01:21:37 +0000 (0:00:00.058) 0:03:08.913 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 27 January 2024 01:21:37 +0000 (0:00:00.042) 0:03:08.955 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 27 January 2024 01:21:37 +0000 (0:00:00.025) 0:03:08.981 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 27 January 2024 01:21:37 +0000 (0:00:00.023) 0:03:09.004 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 27 January 2024 01:21:37 +0000 (0:00:00.021) 0:03:09.026 ****** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 27 January 2024 01:21:37 +0000 (0:00:00.208) 0:03:09.234 ****** 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-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 27 January 2024 01:21:37 +0000 (0:00:00.040) 0:03:09.275 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify disabled settings] ************************************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/tests_idempotency.yml:88 Saturday 27 January 2024 01:21:37 +0000 (0:00:00.021) 0:03:09.296 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:8 Saturday 27 January 2024 01:21:37 +0000 (0:00:00.309) 0:03:09.605 ****** 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.005529", "end": "2024-01-27 01:21:38.022720", "rc": 0, "start": "2024-01-27 01:21:38.017191" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:23 Saturday 27 January 2024 01:21:38 +0000 (0:00:00.192) 0:03:09.798 ****** 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.005664", "end": "2024-01-27 01:21:38.241611", "rc": 0, "start": "2024-01-27 01:21:38.235947" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:35 Saturday 27 January 2024 01:21:38 +0000 (0:00:00.217) 0:03:10.015 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:39 Saturday 27 January 2024 01:21:38 +0000 (0:00:00.041) 0:03:10.057 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:21:38 +0000 (0:00:00.073) 0:03:10.131 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004671", "end": "2024-01-27 01:21:38.527228", "rc": 0, "start": "2024-01-27 01:21:38.522557" } STDOUT: ipaddress = 127.0.0.1 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:21:38 +0000 (0:00:00.167) 0:03:10.298 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:21:38 +0000 (0:00:00.040) 0:03:10.338 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 127.0.0.1] ***************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:21:38 +0000 (0:00:00.047) 0:03:10.385 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:21:38 +0000 (0:00:00.046) 0:03:10.432 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004887", "end": "2024-01-27 01:21:38.866298", "rc": 0, "start": "2024-01-27 01:21:38.861411" } STDOUT: tcpport = 1435 TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:21:38 +0000 (0:00:00.205) 0:03:10.638 ****** 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-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:21:38 +0000 (0:00:00.055) 0:03:10.694 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1435] ********************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:21:39 +0000 (0:00:00.052) 0:03:10.746 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:21:39 +0000 (0:00:00.047) 0:03:10.794 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004860", "end": "2024-01-27 01:21:39.195537", "rc": 0, "start": "2024-01-27 01:21:39.190677" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:21:39 +0000 (0:00:00.173) 0:03:10.968 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:21:39 +0000 (0:00:00.059) 0:03:11.027 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/data] ******************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:21:39 +0000 (0:00:00.174) 0:03:11.202 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:21:39 +0000 (0:00:00.038) 0:03:11.240 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004841", "end": "2024-01-27 01:21:39.654276", "rc": 0, "start": "2024-01-27 01:21:39.649435" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:21:39 +0000 (0:00:00.194) 0:03:11.434 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:21:39 +0000 (0:00:00.091) 0:03:11.526 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/log] ******************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:21:39 +0000 (0:00:00.056) 0:03:11.583 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:21:39 +0000 (0:00:00.038) 0:03:11.621 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004743", "end": "2024-01-27 01:21:40.017372", "rc": 0, "start": "2024-01-27 01:21:40.012629" } STDOUT: enabled = False TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:21:40 +0000 (0:00:00.165) 0:03:11.786 ****** 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-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:21:40 +0000 (0:00:00.041) 0:03:11.827 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:21:40 +0000 (0:00:00.054) 0:03:11.881 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:55 Saturday 27 January 2024 01:21:40 +0000 (0:00:00.058) 0:03:11.940 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318359.2950737, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1706318359.2320745, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 507511040, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1706318359.2320745, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 156, "uid": 996, "version": "752581353", "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-cizbi4e07v/tests/tasks/verify_settings.yml:60 Saturday 27 January 2024 01:21:40 +0000 (0:00:00.284) 0:03:12.224 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:70 Saturday 27 January 2024 01:21:40 +0000 (0:00:00.054) 0:03:12.279 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318484.398424, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1706318484.4054239, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 511705344, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1706318484.4054239, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "18446744072892641141", "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-cizbi4e07v/tests/tasks/verify_settings.yml:75 Saturday 27 January 2024 01:21:40 +0000 (0:00:00.205) 0:03:12.485 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:85 Saturday 27 January 2024 01:21:40 +0000 (0:00:00.027) 0:03:12.512 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 27 January 2024 01:21:40 +0000 (0:00:00.042) 0:03:12.555 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:21:21 UTC", "ActiveEnterTimestampMonotonic": "885081755", "ActiveExitTimestamp": "Sat 2024-01-27 01:21:01 UTC", "ActiveExitTimestampMonotonic": "864713272", "ActiveState": "active", "After": "-.mount network.target auditd.service systemd-journald.socket system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:21:21 UTC", "AssertTimestampMonotonic": "885072615", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:21:21 UTC", "ConditionTimestampMonotonic": "885072613", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9670", "ExecMainStartTimestamp": "Sat 2024-01-27 01:21:21 UTC", "ExecMainStartTimestampMonotonic": "885081694", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:21:21 UTC] ; stop_time=[n/a] ; pid=9670 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:21:01 UTC", "InactiveEnterTimestampMonotonic": "865273705", "InactiveExitTimestamp": "Sat 2024-01-27 01:21:21 UTC", "InactiveExitTimestampMonotonic": "885081755", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9670", "MemoryAccounting": "no", "MemoryCurrent": "622198784", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "136", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:21:21 UTC", "WatchdogTimestampMonotonic": "885081727", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 27 January 2024 01:21:41 +0000 (0:00:00.283) 0:03:12.839 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003617", "end": "2024-01-27 01:21:41.279055", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:41.275438" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 27 January 2024 01:21:41 +0000 (0:00:00.298) 0:03:13.137 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003375", "end": "2024-01-27 01:21:41.536935", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:41.533560" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 27 January 2024 01:21:41 +0000 (0:00:00.171) 0:03:13.308 ****** 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-cizbi4e07v/tests/tasks/verify_settings.yml:93 Saturday 27 January 2024 01:21:41 +0000 (0:00:00.028) 0:03:13.336 ****** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 994, "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": 6911, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:99 Saturday 27 January 2024 01:21:42 +0000 (0:00:01.177) 0:03:14.514 ****** 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.023633", "end": "2024-01-27 01:21:42.929451", "rc": 0, "start": "2024-01-27 01:21:42.905818" } 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 (Red Hat Enterprise Linux Server 7.9 (Maipo)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:113 Saturday 27 January 2024 01:21:42 +0000 (0:00:00.174) 0:03:14.688 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:117 Saturday 27 January 2024 01:21:42 +0000 (0:00:00.026) 0:03:14.714 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_package.yml:7 Saturday 27 January 2024 01:21:43 +0000 (0:00:00.036) 0:03:14.751 ****** 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-cizbi4e07v/tests/tasks/verify_package.yml:12 Saturday 27 January 2024 01:21:43 +0000 (0:00:00.691) 0:03:15.443 ****** 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-cizbi4e07v/tests/tasks/verify_package.yml:17 Saturday 27 January 2024 01:21:43 +0000 (0:00:00.040) 0:03:15.483 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:124 Saturday 27 January 2024 01:21:43 +0000 (0:00:00.051) 0:03:15.535 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_package.yml:7 Saturday 27 January 2024 01:21:43 +0000 (0:00:00.165) 0:03:15.701 ****** 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-cizbi4e07v/tests/tasks/verify_package.yml:12 Saturday 27 January 2024 01:21:44 +0000 (0:00:00.783) 0:03:16.484 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_package.yml:17 Saturday 27 January 2024 01:21:44 +0000 (0:00:00.110) 0:03:16.595 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:135 Saturday 27 January 2024 01:21:44 +0000 (0:00:00.063) 0:03:16.658 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.005239", "end": "2024-01-27 01:21:45.107781", "rc": 0, "start": "2024-01-27 01:21:45.102542" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:140 Saturday 27 January 2024 01:21:45 +0000 (0:00:00.218) 0:03:16.876 ****** 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-cizbi4e07v/tests/tasks/verify_settings.yml:145 Saturday 27 January 2024 01:21:45 +0000 (0:00:00.062) 0:03:16.938 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:151 Saturday 27 January 2024 01:21:45 +0000 (0:00:00.058) 0:03:16.997 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:21:45 +0000 (0:00:00.057) 0:03:17.054 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004718", "end": "2024-01-27 01:21:45.498152", "rc": 0, "start": "2024-01-27 01:21:45.493434" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:21:45 +0000 (0:00:00.278) 0:03:17.332 ****** 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-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:21:45 +0000 (0:00:00.029) 0:03:17.362 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:21:45 +0000 (0:00:00.044) 0:03:17.406 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:157 Saturday 27 January 2024 01:21:45 +0000 (0:00:00.032) 0:03:17.439 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:21:45 +0000 (0:00:00.040) 0:03:17.480 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004781", "end": "2024-01-27 01:21:45.916262", "rc": 0, "start": "2024-01-27 01:21:45.911481" } STDOUT: writethrough = 0 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:21:46 +0000 (0:00:00.318) 0:03:17.798 ****** 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-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:21:46 +0000 (0:00:00.040) 0:03:17.839 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:21:46 +0000 (0:00:00.044) 0:03:17.883 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:167 Saturday 27 January 2024 01:21:46 +0000 (0:00:00.031) 0:03:17.914 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:178 Saturday 27 January 2024 01:21:46 +0000 (0:00:00.027) 0:03:17.942 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:190 Saturday 27 January 2024 01:21:46 +0000 (0:00:00.025) 0:03:17.968 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:198 Saturday 27 January 2024 01:21:46 +0000 (0:00:00.033) 0:03:18.001 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:208 Saturday 27 January 2024 01:21:46 +0000 (0:00:00.031) 0:03:18.033 ****** 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-cizbi4e07v/tests/tasks/verify_settings.yml:213 Saturday 27 January 2024 01:21:46 +0000 (0:00:00.029) 0:03:18.062 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:221 Saturday 27 January 2024 01:21:46 +0000 (0:00:00.031) 0:03:18.094 ****** 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-cizbi4e07v/tests/tasks/tests_idempotency.yml:105 Saturday 27 January 2024 01:21:46 +0000 (0:00:00.025) 0:03:18.120 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/check_header.yml:4 Saturday 27 January 2024 01:21:46 +0000 (0:00:00.270) 0:03:18.390 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003476", "end": "2024-01-27 01:21:46.959717", "rc": 0, "start": "2024-01-27 01:21:46.956241" } 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-cizbi4e07v/tests/tests_idempotency_2017.yml:18 Saturday 27 January 2024 01:21:47 +0000 (0:00:00.492) 0:03:18.882 ****** included: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/cleanup.yml:2 Saturday 27 January 2024 01:21:47 +0000 (0:00:00.062) 0:03:18.944 ****** 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-cizbi4e07v/tests/tasks/cleanup.yml:6 Saturday 27 January 2024 01:21:48 +0000 (0:00:00.830) 0:03:19.775 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/cleanup.yml:14 Saturday 27 January 2024 01:21:48 +0000 (0:00:00.082) 0:03:19.858 ****** ok: [sut] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/cleanup.yml:18 Saturday 27 January 2024 01:21:48 +0000 (0:00:00.168) 0:03:20.027 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 27 January 2024 01:21:48 +0000 (0:00:00.091) 0:03:20.118 ****** included: /WORKDIR/git-weekly-cizbi4e07v/.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-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 27 January 2024 01:21:48 +0000 (0:00:00.054) 0:03:20.173 ****** 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-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 27 January 2024 01:21:48 +0000 (0:00:00.035) 0:03:20.208 ****** 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-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 27 January 2024 01:21:48 +0000 (0:00:00.169) 0:03:20.378 ****** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 27 January 2024 01:21:48 +0000 (0:00:00.036) 0:03:20.414 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 27 January 2024 01:21:49 +0000 (0:00:00.543) 0:03:20.958 ****** 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-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 27 January 2024 01:21:49 +0000 (0:00:00.032) 0:03:20.990 ****** 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-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 27 January 2024 01:21:49 +0000 (0:00:00.074) 0:03:21.065 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:17:43 UTC", "ActiveEnterTimestampMonotonic": "667305196", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service system.slice dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:17:43 UTC", "AssertTimestampMonotonic": "666661342", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:17:43 UTC", "ConditionTimestampMonotonic": "666661341", "Conflicts": "shutdown.target iptables.service ipset.service ebtables.service ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "5186", "ExecMainStartTimestamp": "Sat 2024-01-27 01:17:43 UTC", "ExecMainStartTimestampMonotonic": "666670616", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-27 01:17:43 UTC", "InactiveExitTimestampMonotonic": "666670645", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "5186", "MemoryAccounting": "no", "MemoryCurrent": "30830592", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "2", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-01-27 01:17:43 UTC", "WatchdogTimestampMonotonic": "667305144", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 27 January 2024 01:21:49 +0000 (0:00:00.263) 0:03:21.329 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:17:43 UTC", "ActiveEnterTimestampMonotonic": "667305196", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service system.slice dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:17:43 UTC", "AssertTimestampMonotonic": "666661342", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:17:43 UTC", "ConditionTimestampMonotonic": "666661341", "Conflicts": "shutdown.target iptables.service ipset.service ebtables.service ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "5186", "ExecMainStartTimestamp": "Sat 2024-01-27 01:17:43 UTC", "ExecMainStartTimestampMonotonic": "666670616", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-27 01:17:43 UTC", "InactiveExitTimestampMonotonic": "666670645", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "5186", "MemoryAccounting": "no", "MemoryCurrent": "30830592", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "2", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-01-27 01:17:43 UTC", "WatchdogTimestampMonotonic": "667305144", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 27 January 2024 01:21:49 +0000 (0:00:00.252) 0:03:21.581 ****** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python2", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 27 January 2024 01:21:49 +0000 (0:00:00.034) 0:03:21.615 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.42.81 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 27 January 2024 01:21:50 +0000 (0:00:00.361) 0:03:21.977 ****** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 27 January 2024 01:21:50 +0000 (0:00:00.050) 0:03:22.028 ****** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 27 January 2024 01:21:50 +0000 (0:00:00.028) 0:03:22.056 ****** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 27 January 2024 01:21:50 +0000 (0:00:00.027) 0:03:22.084 ****** 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-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 27 January 2024 01:21:50 +0000 (0:00:00.037) 0:03:22.121 ****** 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-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 27 January 2024 01:21:50 +0000 (0:00:00.062) 0:03:22.183 ****** 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-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 27 January 2024 01:21:50 +0000 (0:00:00.043) 0:03:22.227 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.42.81 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 27 January 2024 01:21:50 +0000 (0:00:00.344) 0:03:22.572 ****** ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-cizbi4e07v/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 27 January 2024 01:21:50 +0000 (0:00:00.028) 0:03:22.601 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/cleanup.yml:27 Saturday 27 January 2024 01:21:50 +0000 (0:00:00.024) 0:03:22.625 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/cleanup.yml:35 Saturday 27 January 2024 01:21:51 +0000 (0:00:00.118) 0:03:22.744 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/cleanup.yml:39 Saturday 27 January 2024 01:21:51 +0000 (0:00:00.025) 0:03:22.770 ****** ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/cleanup.yml:45 Saturday 27 January 2024 01:21:51 +0000 (0:00:00.171) 0:03:22.942 ****** changed: [sut] => { "changed": true, "changes": { "removed": [ "mssql-server", "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "adutil is not installed", "mssql-server-fts is not installed", "mssql-server-ha is not installed", "powershell is not installed", "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:14.0.3465.1-1 will be erased\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be erased\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n--> Finding unneeded leftover dependencies\n---> Marking msodbcsql17 to be removed - no longer needed by mssql-tools\n---> Marking unixODBC to be removed - no longer needed by unixODBC-devel\n---> Marking cyrus-sasl to be removed - no longer needed by mssql-server\n---> Marking gdb to be removed - no longer needed by mssql-server\n---> Marking libsss_nss_idmap to be removed - no longer needed by mssql-server\n---> Marking libatomic to be removed - no longer needed by mssql-server\n---> Marking bzip2 to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl-gssapi to be removed - no longer needed by mssql-server\n---> Marking libtool-ltdl to be removed - no longer needed by unixODBC\nFound and removing 9 unneeded dependencies\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be erased\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be erased\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be erased\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 will be erased\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be erased\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be erased\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server x86_64 14.0.3465.1-1 @packages-microsoft-com-mssql-server-2017\n 1.0 G\n mssql-tools x86_64 17.10.1.1-1 @packages-microsoft-com-prod 714 k\n unixODBC-devel x86_64 2.3.11-1.rh @packages-microsoft-com-prod 223 k\nRemoving for dependencies:\n bzip2 x86_64 1.0.6-13.el7 @rhel-Server 86 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 @rhel-Server 141 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 @rhel-Server 36 k\n gdb x86_64 7.6.1-120.el7 @rhel-Server 7.0 M\n libatomic x86_64 4.8.5-44.el7 @rhel-Server 26 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 @rhel-Server 82 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 @rhel-Server 66 k\n msodbcsql17 x86_64 17.10.5.1-1 @packages-microsoft-com-prod 2.2 M\n unixODBC x86_64 2.3.11-1.rh @packages-microsoft-com-prod 648 k\n\nTransaction Summary\n================================================================================\nRemove 3 Packages (+9 Dependent packages)\n\nInstalled size: 1.0 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-14.0.3465.1-1.x86_64 1/12 \n Erasing : unixODBC-devel-2.3.11-1.rh.x86_64 2/12 \n Erasing : mssql-tools-17.10.1.1-1.x86_64 3/12 \n Erasing : msodbcsql17-17.10.5.1-1.x86_64 4/12 \nODBC Driver 17 for SQL Server has been deleted (if it existed at all) because its usage count became zero\n Erasing : unixODBC-2.3.11-1.rh.x86_64 5/12 \nwarning: /etc/odbcinst.ini saved as /etc/odbcinst.ini.rpmsave\n Erasing : libtool-ltdl-2.4.2-22.el7_3.x86_64 6/12 \n Erasing : libatomic-4.8.5-44.el7.x86_64 7/12 \n Erasing : bzip2-1.0.6-13.el7.x86_64 8/12 \n Erasing : gdb-7.6.1-120.el7.x86_64 9/12 \n Erasing : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 10/12 \n Erasing : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Erasing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 12/12 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/12 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 2/12 \n Verifying : bzip2-1.0.6-13.el7.x86_64 3/12 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 4/12 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 5/12 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 6/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 7/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 8/12 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 9/12 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 10/12 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Verifying : libatomic-4.8.5-44.el7.x86_64 12/12 \n\nRemoved:\n mssql-server.x86_64 0:14.0.3465.1-1 mssql-tools.x86_64 0:17.10.1.1-1 \n unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Removed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 \n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 \n msodbcsql17.x86_64 0:17.10.5.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/cleanup.yml:58 Saturday 27 January 2024 01:21:53 +0000 (0:00:02.357) 0:03:25.299 ****** 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.009598", "end": "2024-01-27 01:21:53.704152", "rc": 0, "start": "2024-01-27 01:21:53.694554" } 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/ef8248ed-e0d0-4223-9828-500dd0e1f84e’ 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-3862072290-3894215636-2455466324-500/42e7704ae40b0d75de00736cc66b813a_54871cf5-8c86-48df-a9ab-bf8589232ea8’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-3862072290-3894215636-2455466324-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-3862072290-3894215636-2455466324-500/11c2f02d-27f5-491b-a573-ab7b099040fd’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-3862072290-3894215636-2455466324-500/Preferred’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-3862072290-3894215636-2455466324-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_133507919580810000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133507919587330000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507919656930000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133507919660450000.xel’ removed ‘/var/opt/mssql/log/log_1.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507920285580000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133507920288320000.xel’ removed ‘/var/opt/mssql/log/log_2.trc’ removed ‘/var/opt/mssql/log/FDLAUNCHERRORLOG’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507920653670000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133507920657090000.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_133507920717430000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133507920719940000.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_133507920840940000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133507920843890000.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’ removed ‘/etc/systemd/system/multi-user.target.wants/mssql-server.service’ TASK [Stop the mssql-server service] ******************************************* task path: /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/cleanup.yml:72 Saturday 27 January 2024 01:21:53 +0000 (0:00:00.163) 0:03:25.463 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:01.042864", "end": "2024-01-27 01:21:54.890434", "rc": 0, "start": "2024-01-27 01:21:53.847570" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=344 changed=39 unreachable=0 failed=0 skipped=507 rescued=0 ignored=1 Saturday 27 January 2024 01:21:54 +0000 (0:00:01.178) 0:03:26.641 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 42.87s /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure the package mssql-server-fts --------- 29.42s /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure the package powershell --------------- 10.83s /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Set up MSSQL --------------------------------- 8.45s /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 7.67s /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Change the password of sa user --------------- 5.29s /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 linux-system-roles.mssql : Change the edition of MSSQL ------------------ 5.15s /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Remove related packages ------------------------------------------------- 2.36s /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/cleanup.yml:45 --------------------- linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.11s /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles --- 1.83s /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 linux-system-roles.mssql : Check if a custom tcpport setting exist ------ 1.45s /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 linux-system-roles.mssql : Ensure the package mssql-server-fts ---------- 1.26s /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure the package powershell ---------------- 1.25s /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.24s /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.19s /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Stop the mssql-server service ------------------------------------------- 1.18s /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/cleanup.yml:72 --------------------- Wait for mssql-server to prepare for client connections ----------------- 1.18s /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Check if a custom tcpport setting exist ------ 1.16s /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 linux-system-roles.mssql : Get the setting control alternatewritethrough --- 1.15s /WORKDIR/git-weekly-cizbi4e07v/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wait for mssql-server to prepare for client connections ----------------- 1.15s /WORKDIR/git-weekly-cizbi4e07v/tests/tasks/verify_settings.yml:93 ------------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---