# 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-cir5v406ck/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-cir5v406ck/tests/tests_idempotency_2017.yml:15 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.022) 0:00:00.022 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/tasks/tests_idempotency.yml:2 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.011) 0:00:00.034 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.021) 0:00:00.055 ***** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.366) 0:00:00.422 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.010) 0:00:00.433 ***** 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-cir5v406ck/tests/tasks/tests_idempotency.yml:5 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.009) 0:00:00.442 ***** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.142) 0:00:00.584 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.009) 0:00:00.594 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.011) 0:00:00.605 ***** 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-cir5v406ck/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-cir5v406ck/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-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.024) 0:00:00.630 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.008) 0:00:00.638 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.007) 0:00:00.646 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.007) 0:00:00.654 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.007) 0:00:00.662 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.009) 0:00:00.672 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.007) 0:00:00.679 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.007) 0:00:00.687 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.009) 0:00:00.697 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.008) 0:00:00.705 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.011) 0:00:00.716 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.007) 0:00:00.724 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.007) 0:00:00.732 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.007) 0:00:00.740 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.009) 0:00:00.749 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 30 December 2023 01:32:36 +0000 (0:00:00.008) 0:00:00.758 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 30 December 2023 01:32:37 +0000 (0:00:00.760) 0:00:01.518 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 30 December 2023 01:32:37 +0000 (0:00:00.036) 0:00:01.554 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 30 December 2023 01:32:37 +0000 (0:00:00.022) 0:00:01.576 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 30 December 2023 01:32:37 +0000 (0:00:00.018) 0:00:01.595 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 30 December 2023 01:32:37 +0000 (0:00:00.035) 0:00:01.630 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 30 December 2023 01:32:38 +0000 (0:00:00.403) 0:00:02.033 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 30 December 2023 01:32:38 +0000 (0:00:00.019) 0:00:02.052 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 30 December 2023 01:32:38 +0000 (0:00:00.018) 0:00:02.071 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 30 December 2023 01:32:38 +0000 (0:00:00.018) 0:00:02.090 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 30 December 2023 01:32:38 +0000 (0:00:00.240) 0:00:02.330 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 30 December 2023 01:32:38 +0000 (0:00:00.018) 0:00:02.349 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 30 December 2023 01:32:38 +0000 (0:00:00.027) 0:00:02.376 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 30 December 2023 01:32:38 +0000 (0:00:00.026) 0:00:02.402 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 30 December 2023 01:32:38 +0000 (0:00:00.020) 0:00:02.422 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 30 December 2023 01:32:38 +0000 (0:00:00.019) 0:00:02.442 ***** 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.15 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.15 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 46 MB/s | 203 MB 00:04 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libsss_nss_idmap-1.16.5-10.el7_9.15.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 : libatomic-4.8.5-44.el7.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 : libatomic-4.8.5-44.el7.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 : libsss_nss_idmap-1.16.5-10.el7_9.15.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.15 \n\nComplete!\n" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 30 December 2023 01:33:18 +0000 (0:00:39.762) 0:00:42.204 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 30 December 2023 01:33:18 +0000 (0:00:00.017) 0:00:42.222 ***** 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.005584", "end": "2023-12-30 01:33:18.464905", "rc": 0, "start": "2023-12-30 01:33:18.459321" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 30 December 2023 01:33:18 +0000 (0:00:00.203) 0:00:42.426 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 30 December 2023 01:33:19 +0000 (0:00:00.811) 0:00:43.237 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 30 December 2023 01:33:19 +0000 (0:00:00.024) 0:00:43.262 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 30 December 2023 01:33:19 +0000 (0:00:00.022) 0:00:43.285 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 30 December 2023 01:33:23 +0000 (0:00:04.576) 0:00:47.861 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 30 December 2023 01:33:23 +0000 (0:00:00.063) 0:00:47.924 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 30 December 2023 01:33:24 +0000 (0:00:00.188) 0:00:48.113 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 30 December 2023 01:33:24 +0000 (0:00:00.203) 0:00:48.316 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 30 December 2023 01:33:24 +0000 (0:00:00.024) 0:00:48.341 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:33:24 +0000 (0:00:00.033) 0:00:48.374 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003587", "end": "2023-12-30 01:33:24.554688", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:33:24.551101" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:33:24 +0000 (0:00:00.145) 0:00:48.519 ***** 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.049774", "end": "2023-12-30 01:33:24.748620", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:33:24.698846" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:33:24 +0000 (0:00:00.197) 0:00:48.716 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 30 December 2023 01:33:24 +0000 (0:00:00.021) 0:00:48.738 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 30 December 2023 01:33:24 +0000 (0:00:00.146) 0:00:48.885 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 30 December 2023 01:33:25 +0000 (0:00:00.211) 0:00:49.097 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 30 December 2023 01:33:25 +0000 (0:00:00.024) 0:00:49.122 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:33:25 +0000 (0:00:00.032) 0:00:49.154 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003498", "end": "2023-12-30 01:33:25.334165", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:33:25.330667" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:33:25 +0000 (0:00:00.170) 0:00:49.325 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/tmp/mssql_log" ], "delta": "0:00:00.056238", "end": "2023-12-30 01:33:25.571803", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:33:25.515565" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:33:25 +0000 (0:00:00.216) 0:00:49.542 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 30 December 2023 01:33:25 +0000 (0:00:00.022) 0:00:49.564 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 30 December 2023 01:33:25 +0000 (0:00:00.021) 0:00:49.586 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 30 December 2023 01:33:26 +0000 (0:00:00.427) 0:00:50.013 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:24:25 UTC", "ActiveEnterTimestampMonotonic": "10844864", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service system.slice network.target systemd-journald.socket systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:24:24 UTC", "AssertTimestampMonotonic": "10107673", "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 2023-12-30 01:24:24 UTC", "ConditionTimestampMonotonic": "10107670", "Conflicts": "cpupower.service shutdown.target", "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": "946", "ExecMainStartTimestamp": "Sat 2023-12-30 01:24:24 UTC", "ExecMainStartTimestampMonotonic": "10112696", "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 2023-12-30 01:24:24 UTC", "InactiveExitTimestampMonotonic": "10112740", "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": "946", "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": "dbus.service polkit.service 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": "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 2023-12-30 01:24:25 UTC", "WatchdogTimestampMonotonic": "10844730", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 30 December 2023 01:33:26 +0000 (0:00:00.405) 0:00:50.419 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.128124", "end": "2023-12-30 01:33:26.715046", "rc": 0, "start": "2023-12-30 01:33:26.586922" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 30 December 2023 01:33:26 +0000 (0:00:00.260) 0:00:50.679 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 30 December 2023 01:33:26 +0000 (0:00:00.019) 0:00:50.698 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 30 December 2023 01:33:26 +0000 (0:00:00.019) 0:00:50.718 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 30 December 2023 01:33:26 +0000 (0:00:00.019) 0:00:50.738 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 30 December 2023 01:33:26 +0000 (0:00:00.186) 0:00:50.924 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 30 December 2023 01:33:31 +0000 (0:00:04.254) 0:00:55.178 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 30 December 2023 01:33:31 +0000 (0:00:00.022) 0:00:55.201 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 30 December 2023 01:33:31 +0000 (0:00:00.020) 0:00:55.221 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 30 December 2023 01:33:31 +0000 (0:00:00.020) 0:00:55.242 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 30 December 2023 01:33:31 +0000 (0:00:00.020) 0:00:55.263 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 30 December 2023 01:33:31 +0000 (0:00:00.022) 0:00:55.285 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 30 December 2023 01:33:31 +0000 (0:00:00.022) 0:00:55.308 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 30 December 2023 01:33:31 +0000 (0:00:00.020) 0:00:55.329 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 30 December 2023 01:33:31 +0000 (0:00:00.020) 0:00:55.349 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 30 December 2023 01:33:31 +0000 (0:00:00.043) 0:00:55.392 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 30 December 2023 01:33:31 +0000 (0:00:00.019) 0:00:55.412 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 30 December 2023 01:33:31 +0000 (0:00:00.021) 0:00:55.434 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 30 December 2023 01:33:31 +0000 (0:00:00.019) 0:00:55.453 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:33:31 +0000 (0:00:00.035) 0:00:55.489 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004303", "end": "2023-12-30 01:33:32.663005", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:33:31.658702" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:33:32 +0000 (0:00:01.138) 0:00:56.627 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "0.0.0.0" ], "delta": "0:00:00.049672", "end": "2023-12-30 01:33:32.849114", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:33:32.799442" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:33:32 +0000 (0:00:00.189) 0:00:56.816 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 30 December 2023 01:33:32 +0000 (0:00:00.019) 0:00:56.836 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 30 December 2023 01:33:32 +0000 (0:00:00.020) 0:00:56.856 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 30 December 2023 01:33:32 +0000 (0:00:00.021) 0:00:56.878 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:33:32 +0000 (0:00:00.032) 0:00:56.910 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003155", "end": "2023-12-30 01:33:33.083965", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:33:33.080810" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:33:33 +0000 (0:00:00.164) 0:00:57.074 ***** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049043", "end": "2023-12-30 01:33:33.294278", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:33:33.245235" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:33:33 +0000 (0:00:00.188) 0:00:57.263 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 30 December 2023 01:33:33 +0000 (0:00:00.019) 0:00:57.282 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 30 December 2023 01:33:33 +0000 (0:00:00.019) 0:00:57.301 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:33:33 +0000 (0:00:00.037) 0:00:57.339 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003112", "end": "2023-12-30 01:33:33.510929", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:33:33.507817" } STDOUT: enabled = false TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:33:33 +0000 (0:00:00.136) 0:00:57.475 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "True" ], "delta": "0:00:00.049155", "end": "2023-12-30 01:33:33.695561", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:33:33.646406" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:33:33 +0000 (0:00:00.198) 0:00:57.674 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 30 December 2023 01:33:33 +0000 (0:00:00.021) 0:00:57.696 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 30 December 2023 01:33:57 +0000 (0:00:23.504) 0:01:21.201 ***** 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.10-1.rh will be installed\n--> Processing Dependency: libicu for package: powershell-7.3.10-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.10-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 24 MB/s | 72 MB 00:03 \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.10-1.rh.x86_64 2/2 \n Verifying : powershell-7.3.10-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.10-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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 30 December 2023 01:34:08 +0000 (0:00:11.414) 0:01:32.615 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004294", "end": "2023-12-30 01:34:09.790913", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:34:08.786619" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 30 December 2023 01:34:09 +0000 (0:00:01.138) 0:01:33.753 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "on" ], "delta": "0:00:00.048925", "end": "2023-12-30 01:34:09.975594", "rc": 0, "start": "2023-12-30 01:34:09.926669" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 30 December 2023 01:34:09 +0000 (0:00:00.185) 0:01:33.939 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 30 December 2023 01:34:10 +0000 (0:00:00.023) 0:01:33.962 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:34:10 +0000 (0:00:00.057) 0:01:34.019 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003127", "end": "2023-12-30 01:34:10.193165", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:34:10.190038" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:34:10 +0000 (0:00:00.136) 0:01:34.156 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.alternatewritethrough", "0" ], "delta": "0:00:00.049041", "end": "2023-12-30 01:34:10.379912", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:10.330871" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:34:10 +0000 (0:00:00.190) 0:01:34.346 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 30 December 2023 01:34:10 +0000 (0:00:00.021) 0:01:34.367 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:34:10 +0000 (0:00:00.035) 0:01:34.403 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003123", "end": "2023-12-30 01:34:10.576621", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:34:10.573498" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:34:10 +0000 (0:00:00.137) 0:01:34.540 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "1" ], "delta": "0:00:00.049917", "end": "2023-12-30 01:34:10.766021", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:10.716104" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:34:10 +0000 (0:00:00.192) 0:01:34.733 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 30 December 2023 01:34:10 +0000 (0:00:00.020) 0:01:34.754 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 30 December 2023 01:34:10 +0000 (0:00:00.020) 0:01:34.774 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 30 December 2023 01:34:10 +0000 (0:00:00.019) 0:01:34.794 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 30 December 2023 01:34:10 +0000 (0:00:00.024) 0:01:34.818 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 30 December 2023 01:34:10 +0000 (0:00:00.019) 0:01:34.838 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 30 December 2023 01:34:10 +0000 (0:00:00.019) 0:01:34.858 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 30 December 2023 01:34:10 +0000 (0:00:00.019) 0:01:34.878 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 30 December 2023 01:34:10 +0000 (0:00:00.020) 0:01:34.898 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 30 December 2023 01:34:10 +0000 (0:00:00.029) 0:01:34.927 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.051) 0:01:34.979 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.019) 0:01:34.999 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.021) 0:01:35.020 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.021) 0:01:35.042 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.020) 0:01:35.062 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.019) 0:01:35.082 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.020) 0:01:35.102 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.019) 0:01:35.122 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.021) 0:01:35.143 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.020) 0:01:35.163 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.019) 0:01:35.183 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.019) 0:01:35.202 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.018) 0:01:35.221 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.018) 0:01:35.239 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.017) 0:01:35.257 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.018) 0:01:35.276 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.017) 0:01:35.293 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.018) 0:01:35.311 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.018) 0:01:35.330 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.018) 0:01:35.348 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.018) 0:01:35.367 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.046) 0:01:35.413 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.019) 0:01:35.433 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.019) 0:01:35.453 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.019) 0:01:35.472 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.026) 0:01:35.498 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.019) 0:01:35.518 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.021) 0:01:35.540 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.026) 0:01:35.567 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.020) 0:01:35.587 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.019) 0:01:35.606 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.020) 0:01:35.627 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.019) 0:01:35.647 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.019) 0:01:35.666 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.019) 0:01:35.686 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.021) 0:01:35.708 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.020) 0:01:35.728 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.021) 0:01:35.749 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.025) 0:01:35.775 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.038) 0:01:35.813 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.027) 0:01:35.840 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.020) 0:01:35.860 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.021) 0:01:35.881 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 30 December 2023 01:34:11 +0000 (0:00:00.052) 0:01:35.934 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 30 December 2023 01:34:12 +0000 (0:00:00.021) 0:01:35.955 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 30 December 2023 01:34:12 +0000 (0:00:00.026) 0:01:35.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 [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 30 December 2023 01:34:12 +0000 (0:00:00.020) 0:01:36.002 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 30 December 2023 01:34:12 +0000 (0:00:00.020) 0:01:36.023 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 30 December 2023 01:34:12 +0000 (0:00:00.021) 0:01:36.044 ***** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 30 December 2023 01:34:12 +0000 (0:00:00.204) 0:01:36.249 ***** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:33:23 UTC", "ActiveEnterTimestampMonotonic": "549028759", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket network.target -.mount basic.target system.slice auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:33:23 UTC", "AssertTimestampMonotonic": "549021160", "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 2023-12-30 01:33:23 UTC", "ConditionTimestampMonotonic": "549021159", "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": "6807", "ExecMainStartTimestamp": "Sat 2023-12-30 01:33:23 UTC", "ExecMainStartTimestampMonotonic": "549028692", "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 2023-12-30 01:33:23 UTC", "InactiveExitTimestampMonotonic": "549028759", "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": "6807", "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": "-.mount system.slice 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 2023-12-30 01:33:23 UTC", "WatchdogTimestampMonotonic": "549028731", "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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 30 December 2023 01:34:13 +0000 (0:00:01.407) 0:01:37.656 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 30 December 2023 01:34:13 +0000 (0:00:00.022) 0:01:37.678 ***** 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-cir5v406ck/tests/tasks/tests_idempotency.yml:22 Saturday 30 December 2023 01:34:13 +0000 (0:00:00.019) 0:01:37.698 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql-sever-increase-start-limit.yml:3 Saturday 30 December 2023 01:34:13 +0000 (0:00:00.099) 0:01:37.797 ***** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql-sever-increase-start-limit.yml:10 Saturday 30 December 2023 01:34:14 +0000 (0:00:00.184) 0:01:37.982 ***** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql-sever-increase-start-limit.yml:17 Saturday 30 December 2023 01:34:14 +0000 (0:00:00.137) 0:01:38.119 ***** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Run again with the same settings - should report not changed] ************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/tests_idempotency.yml:25 Saturday 30 December 2023 01:34:14 +0000 (0:00:00.288) 0:01:38.407 ***** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 30 December 2023 01:34:14 +0000 (0:00:00.169) 0:01:38.577 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 30 December 2023 01:34:14 +0000 (0:00:00.030) 0:01:38.607 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 30 December 2023 01:34:14 +0000 (0:00:00.024) 0:01:38.632 ***** 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-cir5v406ck/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-cir5v406ck/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-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 30 December 2023 01:34:14 +0000 (0:00:00.036) 0:01:38.669 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 30 December 2023 01:34:14 +0000 (0:00:00.018) 0:01:38.688 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 30 December 2023 01:34:14 +0000 (0:00:00.059) 0:01:38.747 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 30 December 2023 01:34:14 +0000 (0:00:00.020) 0:01:38.767 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 30 December 2023 01:34:14 +0000 (0:00:00.021) 0:01:38.789 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 30 December 2023 01:34:14 +0000 (0:00:00.021) 0:01:38.810 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 30 December 2023 01:34:14 +0000 (0:00:00.020) 0:01:38.831 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 30 December 2023 01:34:14 +0000 (0:00:00.020) 0:01:38.852 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 30 December 2023 01:34:14 +0000 (0:00:00.020) 0:01:38.872 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 30 December 2023 01:34:14 +0000 (0:00:00.019) 0:01:38.892 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 30 December 2023 01:34:14 +0000 (0:00:00.024) 0:01:38.916 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 30 December 2023 01:34:14 +0000 (0:00:00.019) 0:01:38.936 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 30 December 2023 01:34:15 +0000 (0:00:00.020) 0:01:38.956 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 30 December 2023 01:34:15 +0000 (0:00:00.020) 0:01:38.977 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 30 December 2023 01:34:15 +0000 (0:00:00.020) 0:01:38.998 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 30 December 2023 01:34:15 +0000 (0:00:00.023) 0:01:39.021 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 30 December 2023 01:34:15 +0000 (0:00:00.720) 0:01:39.742 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 30 December 2023 01:34:15 +0000 (0:00:00.145) 0:01:39.888 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 30 December 2023 01:34:15 +0000 (0:00:00.034) 0:01:39.922 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 30 December 2023 01:34:16 +0000 (0:00:00.023) 0:01:39.946 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 30 December 2023 01:34:16 +0000 (0:00:00.050) 0:01:39.996 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 30 December 2023 01:34:16 +0000 (0:00:00.339) 0:01:40.336 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 30 December 2023 01:34:16 +0000 (0:00:00.020) 0:01:40.357 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 30 December 2023 01:34:16 +0000 (0:00:00.021) 0:01:40.379 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 30 December 2023 01:34:16 +0000 (0:00:00.021) 0:01:40.401 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 30 December 2023 01:34:16 +0000 (0:00:00.028) 0:01:40.430 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 30 December 2023 01:34:16 +0000 (0:00:00.021) 0:01:40.451 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 30 December 2023 01:34:16 +0000 (0:00:00.024) 0:01:40.475 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 30 December 2023 01:34:16 +0000 (0:00:00.021) 0:01:40.496 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 30 December 2023 01:34:16 +0000 (0:00:00.021) 0:01:40.518 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 30 December 2023 01:34:16 +0000 (0:00:00.021) 0:01:40.539 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 30 December 2023 01:34:16 +0000 (0:00:00.352) 0:01:40.892 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 30 December 2023 01:34:16 +0000 (0:00:00.021) 0:01:40.914 ***** 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.005912", "end": "2023-12-30 01:34:17.140441", "rc": 0, "start": "2023-12-30 01:34:17.134529" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 30 December 2023 01:34:17 +0000 (0:00:00.236) 0:01:41.150 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 30 December 2023 01:34:17 +0000 (0:00:00.787) 0:01:41.938 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 30 December 2023 01:34:18 +0000 (0:00:00.054) 0:01:41.993 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 30 December 2023 01:34:18 +0000 (0:00:00.050) 0:01:42.043 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 30 December 2023 01:34:18 +0000 (0:00:00.073) 0:01:42.117 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 30 December 2023 01:34:18 +0000 (0:00:00.056) 0:01:42.174 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900004.3512933, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1703900004.3522933, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 289407296, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1703900004.3512933, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 996, "version": "18446744071773648571", "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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 30 December 2023 01:34:18 +0000 (0:00:00.194) 0:01:42.369 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 30 December 2023 01:34:18 +0000 (0:00:00.151) 0:01:42.520 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 30 December 2023 01:34:18 +0000 (0:00:00.027) 0:01:42.547 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:34:18 +0000 (0:00:00.049) 0:01:42.597 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003458", "end": "2023-12-30 01:34:18.785607", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:18.782149" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:34:18 +0000 (0:00:00.173) 0:01:42.771 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:34:18 +0000 (0:00:00.049) 0:01:42.820 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 30 December 2023 01:34:18 +0000 (0:00:00.117) 0:01:42.938 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900005.1323123, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1703900005.1333125, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 310378816, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1703900005.1323123, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 996, "version": "1132159756", "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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 30 December 2023 01:34:19 +0000 (0:00:00.142) 0:01:43.080 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 30 December 2023 01:34:19 +0000 (0:00:00.203) 0:01:43.283 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 30 December 2023 01:34:19 +0000 (0:00:00.027) 0:01:43.311 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:34:19 +0000 (0:00:00.036) 0:01:43.347 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003145", "end": "2023-12-30 01:34:19.541685", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:19.538540" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:34:19 +0000 (0:00:00.160) 0:01:43.508 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:34:19 +0000 (0:00:00.033) 0:01:43.542 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 30 December 2023 01:34:19 +0000 (0:00:00.025) 0:01:43.567 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 30 December 2023 01:34:19 +0000 (0:00:00.020) 0:01:43.587 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 30 December 2023 01:34:19 +0000 (0:00:00.334) 0:01:43.922 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:24:25 UTC", "ActiveEnterTimestampMonotonic": "10844864", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service systemd-journald.socket network.target systemd-sysctl.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:24:24 UTC", "AssertTimestampMonotonic": "10107673", "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 2023-12-30 01:24:24 UTC", "ConditionTimestampMonotonic": "10107670", "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": "946", "ExecMainStartTimestamp": "Sat 2023-12-30 01:24:24 UTC", "ExecMainStartTimestampMonotonic": "10112696", "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 2023-12-30 01:24:24 UTC", "InactiveExitTimestampMonotonic": "10112740", "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": "946", "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": "dbus.service basic.target polkit.service system.slice", "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 2023-12-30 01:24:25 UTC", "WatchdogTimestampMonotonic": "10844730", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 30 December 2023 01:34:20 +0000 (0:00:00.216) 0:01:44.138 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.104881", "end": "2023-12-30 01:34:20.413342", "rc": 0, "start": "2023-12-30 01:34:20.308461" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 30 December 2023 01:34:20 +0000 (0:00:00.239) 0:01:44.377 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 30 December 2023 01:34:20 +0000 (0:00:00.020) 0:01:44.398 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 30 December 2023 01:34:20 +0000 (0:00:00.060) 0:01:44.459 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 30 December 2023 01:34:20 +0000 (0:00:00.023) 0:01:44.483 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 30 December 2023 01:34:20 +0000 (0:00:00.137) 0:01:44.621 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 30 December 2023 01:34:21 +0000 (0:00:00.328) 0:01:44.949 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 30 December 2023 01:34:21 +0000 (0:00:00.037) 0:01:44.986 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:34:13 UTC", "ActiveEnterTimestampMonotonic": "598930764", "ActiveExitTimestamp": "Sat 2023-12-30 01:34:12 UTC", "ActiveExitTimestampMonotonic": "597750420", "ActiveState": "active", "After": "auditd.service systemd-journald.socket -.mount basic.target system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:34:13 UTC", "AssertTimestampMonotonic": "598922032", "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 2023-12-30 01:34:13 UTC", "ConditionTimestampMonotonic": "598922031", "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": "7362", "ExecMainStartTimestamp": "Sat 2023-12-30 01:34:13 UTC", "ExecMainStartTimestampMonotonic": "598930692", "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 2023-12-30 01:34:13 UTC", "InactiveEnterTimestampMonotonic": "598916730", "InactiveExitTimestamp": "Sat 2023-12-30 01:34:13 UTC", "InactiveExitTimestampMonotonic": "598930764", "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": "7362", "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": "basic.target system.slice -.mount", "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 2023-12-30 01:34:13 UTC", "WatchdogTimestampMonotonic": "598930740", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 30 December 2023 01:34:21 +0000 (0:00:00.216) 0:01:45.203 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002968", "end": "2023-12-30 01:34:21.384129", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:34:21.381161" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 30 December 2023 01:34:21 +0000 (0:00:00.150) 0:01:45.353 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003024", "end": "2023-12-30 01:34:21.527204", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:21.524180" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 30 December 2023 01:34:21 +0000 (0:00:00.136) 0:01:45.490 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 30 December 2023 01:34:21 +0000 (0:00:00.028) 0:01:45.519 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 30 December 2023 01:34:22 +0000 (0:00:01.250) 0:01:46.769 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 30 December 2023 01:34:23 +0000 (0:00:00.282) 0:01:47.052 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 30 December 2023 01:34:23 +0000 (0:00:00.023) 0:01:47.075 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 30 December 2023 01:34:23 +0000 (0:00:00.646) 0:01:47.721 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 30 December 2023 01:34:23 +0000 (0:00:00.023) 0:01:47.745 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 30 December 2023 01:34:23 +0000 (0:00:00.020) 0:01:47.766 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 30 December 2023 01:34:23 +0000 (0:00:00.021) 0:01:47.787 ***** 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.005273", "end": "2023-12-30 01:34:23.962530", "rc": 0, "start": "2023-12-30 01:34:23.957257" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 30 December 2023 01:34:23 +0000 (0:00:00.139) 0:01:47.926 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 30 December 2023 01:34:24 +0000 (0:00:00.022) 0:01:47.949 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 30 December 2023 01:34:24 +0000 (0:00:00.676) 0:01:48.625 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 30 December 2023 01:34:24 +0000 (0:00:00.024) 0:01:48.650 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:34:24 +0000 (0:00:00.046) 0:01:48.696 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003104", "end": "2023-12-30 01:34:24.873917", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:24.870813" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:34:24 +0000 (0:00:00.142) 0:01:48.838 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:34:24 +0000 (0:00:00.025) 0:01:48.864 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 30 December 2023 01:34:24 +0000 (0:00:00.024) 0:01:48.889 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 30 December 2023 01:34:24 +0000 (0:00:00.022) 0:01:48.911 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 30 December 2023 01:34:24 +0000 (0:00:00.020) 0:01:48.932 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:34:25 +0000 (0:00:00.035) 0:01:48.967 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003002", "end": "2023-12-30 01:34:25.138779", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:34:25.135777" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:34:25 +0000 (0:00:00.134) 0:01:49.102 ***** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049613", "end": "2023-12-30 01:34:25.324129", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:25.274516" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:34:25 +0000 (0:00:00.189) 0:01:49.291 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 30 December 2023 01:34:25 +0000 (0:00:00.019) 0:01:49.311 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 30 December 2023 01:34:25 +0000 (0:00:00.019) 0:01:49.331 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:34:25 +0000 (0:00:00.039) 0:01:49.370 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003061", "end": "2023-12-30 01:34:25.542519", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:25.539458" } STDOUT: enabled = True TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:34:25 +0000 (0:00:00.147) 0:01:49.518 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting sqlagent enabled] *********** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:34:25 +0000 (0:00:00.025) 0:01:49.543 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 30 December 2023 01:34:25 +0000 (0:00:00.022) 0:01:49.566 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 30 December 2023 01:34:25 +0000 (0:00:00.329) 0:01:49.895 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "powershell-7.3.10-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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 30 December 2023 01:34:26 +0000 (0:00:00.335) 0:01:50.231 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003166", "end": "2023-12-30 01:34:26.403166", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:26.400000" } STDOUT: traceflag0 = 3979 TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 30 December 2023 01:34:26 +0000 (0:00:00.134) 0:01:50.366 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 30 December 2023 01:34:26 +0000 (0:00:00.023) 0:01:50.390 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 30 December 2023 01:34:26 +0000 (0:00:00.022) 0:01:50.412 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:34:26 +0000 (0:00:00.050) 0:01:50.462 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003206", "end": "2023-12-30 01:34:26.643134", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:26.639928" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:34:26 +0000 (0:00:00.152) 0:01:50.615 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:34:26 +0000 (0:00:00.025) 0:01:50.641 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 30 December 2023 01:34:26 +0000 (0:00:00.020) 0:01:50.661 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:34:26 +0000 (0:00:00.035) 0:01:50.697 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003156", "end": "2023-12-30 01:34:26.870755", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:26.867599" } STDOUT: writethrough = 1 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:34:26 +0000 (0:00:00.137) 0:01:50.834 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:34:26 +0000 (0:00:00.026) 0:01:50.860 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 30 December 2023 01:34:26 +0000 (0:00:00.021) 0:01:50.882 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 30 December 2023 01:34:26 +0000 (0:00:00.020) 0:01:50.902 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 30 December 2023 01:34:26 +0000 (0:00:00.020) 0:01:50.923 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.025) 0:01:50.948 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.021) 0:01:50.969 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.020) 0:01:50.990 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.021) 0:01:51.012 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.020) 0:01:51.032 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.022) 0:01:51.054 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.020) 0:01:51.075 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.021) 0:01:51.096 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.022) 0:01:51.119 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.023) 0:01:51.143 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.022) 0:01:51.165 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.024) 0:01:51.189 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.024) 0:01:51.214 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.023) 0:01:51.237 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.060) 0:01:51.297 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.020) 0:01:51.318 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.020) 0:01:51.338 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.022) 0:01:51.360 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.020) 0:01:51.381 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.020) 0:01:51.402 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.020) 0:01:51.422 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.021) 0:01:51.443 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.020) 0:01:51.464 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.021) 0:01:51.485 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.027) 0:01:51.513 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.022) 0:01:51.535 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.023) 0:01:51.558 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.020) 0:01:51.579 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.020) 0:01:51.600 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.020) 0:01:51.620 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.020) 0:01:51.640 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.025) 0:01:51.665 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.021) 0:01:51.686 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.020) 0:01:51.707 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.072) 0:01:51.780 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.020) 0:01:51.800 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.021) 0:01:51.821 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.021) 0:01:51.843 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.022) 0:01:51.866 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.021) 0:01:51.887 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.020) 0:01:51.908 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 30 December 2023 01:34:27 +0000 (0:00:00.022) 0:01:51.930 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.021) 0:01:51.952 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.022) 0:01:51.974 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.020) 0:01:51.995 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.021) 0:01:52.017 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.029) 0:01:52.046 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.020) 0:01:52.067 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.028) 0:01:52.096 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.020) 0:01:52.117 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.021) 0:01:52.139 ***** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.024) 0:01:52.163 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.021) 0:01:52.184 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.021) 0:01:52.206 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.057) 0:01:52.264 ***** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.168) 0:01:52.432 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.020) 0:01:52.452 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/tests_idempotency.yml:40 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.021) 0:01:52.474 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:8 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.123) 0:01:52.597 ***** 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.005301", "end": "2023-12-30 01:34:28.772865", "rc": 0, "start": "2023-12-30 01:34:28.767564" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:23 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.138) 0:01:52.736 ***** 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.004995", "end": "2023-12-30 01:34:28.909076", "rc": 0, "start": "2023-12-30 01:34:28.904081" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:35 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.135) 0:01:52.871 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:39 Saturday 30 December 2023 01:34:28 +0000 (0:00:00.023) 0:01:52.894 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:7 Saturday 30 December 2023 01:34:29 +0000 (0:00:00.055) 0:01:52.950 ***** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004083", "end": "2023-12-30 01:34:29.120691", "rc": 0, "start": "2023-12-30 01:34:29.116608" } STDOUT: ipaddress = 0.0.0.0 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:14 Saturday 30 December 2023 01:34:29 +0000 (0:00:00.134) 0:01:53.084 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:25 Saturday 30 December 2023 01:34:29 +0000 (0:00:00.027) 0:01:53.112 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 0.0.0.0] ******************************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:40 Saturday 30 December 2023 01:34:29 +0000 (0:00:00.059) 0:01:53.171 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:7 Saturday 30 December 2023 01:34:29 +0000 (0:00:00.021) 0:01:53.193 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004226", "end": "2023-12-30 01:34:29.365274", "rc": 0, "start": "2023-12-30 01:34:29.361048" } TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:14 Saturday 30 December 2023 01:34:29 +0000 (0:00:00.134) 0:01:53.328 ***** 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-cir5v406ck/tests/tasks/mssql_conf_verify.yml:25 Saturday 30 December 2023 01:34:29 +0000 (0:00:00.024) 0:01:53.353 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1433] ********************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:40 Saturday 30 December 2023 01:34:29 +0000 (0:00:00.021) 0:01:53.374 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:7 Saturday 30 December 2023 01:34:29 +0000 (0:00:00.026) 0:01:53.400 ***** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004320", "end": "2023-12-30 01:34:29.572925", "rc": 0, "start": "2023-12-30 01:34:29.568605" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:14 Saturday 30 December 2023 01:34:29 +0000 (0:00:00.137) 0:01:53.538 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:25 Saturday 30 December 2023 01:34:29 +0000 (0:00:00.028) 0:01:53.567 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_data] *********************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:40 Saturday 30 December 2023 01:34:29 +0000 (0:00:00.024) 0:01:53.591 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:7 Saturday 30 December 2023 01:34:29 +0000 (0:00:00.024) 0:01:53.616 ***** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004309", "end": "2023-12-30 01:34:29.789220", "rc": 0, "start": "2023-12-30 01:34:29.784911" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:14 Saturday 30 December 2023 01:34:29 +0000 (0:00:00.143) 0:01:53.759 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:25 Saturday 30 December 2023 01:34:29 +0000 (0:00:00.028) 0:01:53.788 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_log] ************************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:40 Saturday 30 December 2023 01:34:29 +0000 (0:00:00.022) 0:01:53.811 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:7 Saturday 30 December 2023 01:34:29 +0000 (0:00:00.021) 0:01:53.832 ***** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004339", "end": "2023-12-30 01:34:30.009070", "rc": 0, "start": "2023-12-30 01:34:30.004731" } STDOUT: enabled = True TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:14 Saturday 30 December 2023 01:34:30 +0000 (0:00:00.141) 0:01:53.973 ***** 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-cir5v406ck/tests/tasks/mssql_conf_verify.yml:25 Saturday 30 December 2023 01:34:30 +0000 (0:00:00.023) 0:01:53.997 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:40 Saturday 30 December 2023 01:34:30 +0000 (0:00:00.030) 0:01:54.027 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:55 Saturday 30 December 2023 01:34:30 +0000 (0:00:00.057) 0:01:54.085 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900004.3512933, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1703900004.3522933, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 289407296, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1703900004.3512933, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 996, "version": "18446744071773648571", "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-cir5v406ck/tests/tasks/verify_settings.yml:60 Saturday 30 December 2023 01:34:30 +0000 (0:00:00.140) 0:01:54.226 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:70 Saturday 30 December 2023 01:34:30 +0000 (0:00:00.026) 0:01:54.252 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900005.1323123, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1703900005.1333125, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 310378816, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1703900005.1323123, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 996, "version": "1132159756", "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-cir5v406ck/tests/tasks/verify_settings.yml:75 Saturday 30 December 2023 01:34:30 +0000 (0:00:00.140) 0:01:54.393 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:85 Saturday 30 December 2023 01:34:30 +0000 (0:00:00.025) 0:01:54.418 ***** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 30 December 2023 01:34:30 +0000 (0:00:00.038) 0:01:54.456 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:34:13 UTC", "ActiveEnterTimestampMonotonic": "598930764", "ActiveExitTimestamp": "Sat 2023-12-30 01:34:12 UTC", "ActiveExitTimestampMonotonic": "597750420", "ActiveState": "active", "After": "auditd.service systemd-journald.socket -.mount basic.target system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:34:13 UTC", "AssertTimestampMonotonic": "598922032", "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 2023-12-30 01:34:13 UTC", "ConditionTimestampMonotonic": "598922031", "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": "7362", "ExecMainStartTimestamp": "Sat 2023-12-30 01:34:13 UTC", "ExecMainStartTimestampMonotonic": "598930692", "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 2023-12-30 01:34:13 UTC", "InactiveEnterTimestampMonotonic": "598916730", "InactiveExitTimestamp": "Sat 2023-12-30 01:34:13 UTC", "InactiveExitTimestampMonotonic": "598930764", "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": "7362", "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": "basic.target system.slice -.mount", "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 2023-12-30 01:34:13 UTC", "WatchdogTimestampMonotonic": "598930740", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 30 December 2023 01:34:30 +0000 (0:00:00.201) 0:01:54.658 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003167", "end": "2023-12-30 01:34:30.831210", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:34:30.828043" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 30 December 2023 01:34:30 +0000 (0:00:00.135) 0:01:54.793 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002977", "end": "2023-12-30 01:34:30.963021", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:30.960044" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 30 December 2023 01:34:30 +0000 (0:00:00.134) 0:01:54.927 ***** 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-cir5v406ck/tests/tasks/verify_settings.yml:93 Saturday 30 December 2023 01:34:31 +0000 (0:00:00.026) 0:01:54.954 ***** 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-cir5v406ck/tests/tasks/verify_settings.yml:99 Saturday 30 December 2023 01:34:32 +0000 (0:00:01.143) 0:01:56.098 ***** 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.021290", "end": "2023-12-30 01:34:32.290669", "rc": 0, "start": "2023-12-30 01:34:32.269379" } 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-cir5v406ck/tests/tasks/verify_settings.yml:113 Saturday 30 December 2023 01:34:32 +0000 (0:00:00.256) 0:01:56.354 ***** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:117 Saturday 30 December 2023 01:34:32 +0000 (0:00:00.030) 0:01:56.385 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_package.yml:7 Saturday 30 December 2023 01:34:32 +0000 (0:00:00.039) 0:01:56.425 ***** 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-cir5v406ck/tests/tasks/verify_package.yml:12 Saturday 30 December 2023 01:34:33 +0000 (0:00:00.642) 0:01:57.067 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_package.yml:17 Saturday 30 December 2023 01:34:33 +0000 (0:00:00.029) 0:01:57.097 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:124 Saturday 30 December 2023 01:34:33 +0000 (0:00:00.024) 0:01:57.121 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_package.yml:7 Saturday 30 December 2023 01:34:33 +0000 (0:00:00.033) 0:01:57.155 ***** 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-cir5v406ck/tests/tasks/verify_package.yml:12 Saturday 30 December 2023 01:34:33 +0000 (0:00:00.674) 0:01:57.830 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_package.yml:17 Saturday 30 December 2023 01:34:33 +0000 (0:00:00.032) 0:01:57.862 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:135 Saturday 30 December 2023 01:34:33 +0000 (0:00:00.026) 0:01:57.889 ***** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004348", "end": "2023-12-30 01:34:34.063528", "rc": 0, "start": "2023-12-30 01:34:34.059180" } STDOUT: traceflag0 = 3979 TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:140 Saturday 30 December 2023 01:34:34 +0000 (0:00:00.150) 0:01:58.040 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:145 Saturday 30 December 2023 01:34:34 +0000 (0:00:00.029) 0:01:58.070 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:151 Saturday 30 December 2023 01:34:34 +0000 (0:00:00.024) 0:01:58.094 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:7 Saturday 30 December 2023 01:34:34 +0000 (0:00:00.037) 0:01:58.132 ***** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004320", "end": "2023-12-30 01:34:34.313311", "rc": 0, "start": "2023-12-30 01:34:34.308991" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:14 Saturday 30 December 2023 01:34:34 +0000 (0:00:00.155) 0:01:58.287 ***** 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-cir5v406ck/tests/tasks/mssql_conf_verify.yml:25 Saturday 30 December 2023 01:34:34 +0000 (0:00:00.042) 0:01:58.330 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:40 Saturday 30 December 2023 01:34:34 +0000 (0:00:00.042) 0:01:58.373 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:157 Saturday 30 December 2023 01:34:34 +0000 (0:00:00.035) 0:01:58.409 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:7 Saturday 30 December 2023 01:34:34 +0000 (0:00:00.049) 0:01:58.458 ***** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004397", "end": "2023-12-30 01:34:34.682210", "rc": 0, "start": "2023-12-30 01:34:34.677813" } STDOUT: writethrough = 1 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:14 Saturday 30 December 2023 01:34:34 +0000 (0:00:00.201) 0:01:58.660 ***** 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-cir5v406ck/tests/tasks/mssql_conf_verify.yml:25 Saturday 30 December 2023 01:34:34 +0000 (0:00:00.028) 0:01:58.689 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:40 Saturday 30 December 2023 01:34:34 +0000 (0:00:00.032) 0:01:58.722 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:167 Saturday 30 December 2023 01:34:34 +0000 (0:00:00.023) 0:01:58.746 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:178 Saturday 30 December 2023 01:34:34 +0000 (0:00:00.106) 0:01:58.852 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:190 Saturday 30 December 2023 01:34:34 +0000 (0:00:00.026) 0:01:58.879 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:198 Saturday 30 December 2023 01:34:34 +0000 (0:00:00.023) 0:01:58.902 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:208 Saturday 30 December 2023 01:34:34 +0000 (0:00:00.022) 0:01:58.924 ***** 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-cir5v406ck/tests/tasks/verify_settings.yml:213 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.026) 0:01:58.950 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:221 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.023) 0:01:58.974 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run to edit settings] **************************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/tests_idempotency.yml:56 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.031) 0:01:59.006 ***** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.316) 0:01:59.323 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.134) 0:01:59.457 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.026) 0:01:59.484 ***** 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-cir5v406ck/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-cir5v406ck/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-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.050) 0:01:59.534 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.040) 0:01:59.575 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.023) 0:01:59.598 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.029) 0:01:59.628 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.020) 0:01:59.648 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.042) 0:01:59.691 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.030) 0:01:59.721 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.023) 0:01:59.745 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.022) 0:01:59.768 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.020) 0:01:59.788 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.026) 0:01:59.815 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.021) 0:01:59.836 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.029) 0:01:59.866 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.021) 0:01:59.887 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.033) 0:01:59.920 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 30 December 2023 01:34:35 +0000 (0:00:00.023) 0:01:59.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 [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 30 December 2023 01:34:36 +0000 (0:00:00.738) 0:02:00.682 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 30 December 2023 01:34:36 +0000 (0:00:00.069) 0:02:00.751 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 30 December 2023 01:34:36 +0000 (0:00:00.024) 0:02:00.776 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 30 December 2023 01:34:36 +0000 (0:00:00.025) 0:02:00.801 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 30 December 2023 01:34:36 +0000 (0:00:00.041) 0:02:00.843 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 30 December 2023 01:34:37 +0000 (0:00:00.312) 0:02:01.155 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 30 December 2023 01:34:37 +0000 (0:00:00.022) 0:02:01.177 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 30 December 2023 01:34:37 +0000 (0:00:00.029) 0:02:01.207 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 30 December 2023 01:34:37 +0000 (0:00:00.025) 0:02:01.232 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 30 December 2023 01:34:37 +0000 (0:00:00.032) 0:02:01.265 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 30 December 2023 01:34:37 +0000 (0:00:00.022) 0:02:01.287 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 30 December 2023 01:34:37 +0000 (0:00:00.020) 0:02:01.308 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 30 December 2023 01:34:37 +0000 (0:00:00.019) 0:02:01.328 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 30 December 2023 01:34:37 +0000 (0:00:00.020) 0:02:01.349 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 30 December 2023 01:34:37 +0000 (0:00:00.020) 0:02:01.370 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 30 December 2023 01:34:37 +0000 (0:00:00.411) 0:02:01.781 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 30 December 2023 01:34:37 +0000 (0:00:00.020) 0:02:01.802 ***** 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.004963", "end": "2023-12-30 01:34:37.975504", "rc": 0, "start": "2023-12-30 01:34:37.970541" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 30 December 2023 01:34:37 +0000 (0:00:00.137) 0:02:01.939 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 30 December 2023 01:34:38 +0000 (0:00:00.760) 0:02:02.700 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 30 December 2023 01:34:38 +0000 (0:00:00.041) 0:02:02.741 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 30 December 2023 01:34:38 +0000 (0:00:00.027) 0:02:02.769 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 30 December 2023 01:34:38 +0000 (0:00:00.025) 0:02:02.795 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 30 December 2023 01:34:38 +0000 (0:00:00.046) 0:02:02.841 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900003.357269, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1703900003.2982676, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 113246528, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1703900003.2982676, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 156, "uid": 996, "version": "852852398", "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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 30 December 2023 01:34:39 +0000 (0:00:00.144) 0:02:02.985 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 30 December 2023 01:34:39 +0000 (0:00:00.142) 0:02:03.128 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 30 December 2023 01:34:39 +0000 (0:00:00.029) 0:02:03.158 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:34:39 +0000 (0:00:00.079) 0:02:03.238 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003010", "end": "2023-12-30 01:34:39.411935", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:39.408925" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:34:39 +0000 (0:00:00.139) 0:02:03.378 ***** 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.049072", "end": "2023-12-30 01:34:39.600289", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:39.551217" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:34:39 +0000 (0:00:00.196) 0:02:03.574 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 30 December 2023 01:34:39 +0000 (0:00:00.029) 0:02:03.604 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900057.038419, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1703900057.037419, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 117440832, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1703900057.037419, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1855514658", "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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 30 December 2023 01:34:39 +0000 (0:00:00.147) 0:02:03.751 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 30 December 2023 01:34:39 +0000 (0:00:00.149) 0:02:03.900 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 30 December 2023 01:34:39 +0000 (0:00:00.029) 0:02:03.930 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:34:40 +0000 (0:00:00.039) 0:02:03.969 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003298", "end": "2023-12-30 01:34:40.144181", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:40.140883" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:34:40 +0000 (0:00:00.141) 0:02:04.111 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/var/opt/mssql/log" ], "delta": "0:00:00.051648", "end": "2023-12-30 01:34:40.339074", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:40.287426" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:34:40 +0000 (0:00:00.196) 0:02:04.308 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 30 December 2023 01:34:40 +0000 (0:00:00.033) 0:02:04.342 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 30 December 2023 01:34:40 +0000 (0:00:00.021) 0:02:04.363 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 30 December 2023 01:34:40 +0000 (0:00:00.382) 0:02:04.745 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:24:25 UTC", "ActiveEnterTimestampMonotonic": "10844864", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service systemd-journald.socket network.target systemd-sysctl.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:24:24 UTC", "AssertTimestampMonotonic": "10107673", "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 2023-12-30 01:24:24 UTC", "ConditionTimestampMonotonic": "10107670", "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": "946", "ExecMainStartTimestamp": "Sat 2023-12-30 01:24:24 UTC", "ExecMainStartTimestampMonotonic": "10112696", "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 2023-12-30 01:24:24 UTC", "InactiveExitTimestampMonotonic": "10112740", "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": "946", "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": "dbus.service basic.target polkit.service system.slice", "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 2023-12-30 01:24:25 UTC", "WatchdogTimestampMonotonic": "10844730", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 30 December 2023 01:34:41 +0000 (0:00:00.209) 0:02:04.954 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.104192", "end": "2023-12-30 01:34:41.240998", "rc": 0, "start": "2023-12-30 01:34:41.136806" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 30 December 2023 01:34:41 +0000 (0:00:00.257) 0:02:05.212 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 30 December 2023 01:34:41 +0000 (0:00:00.022) 0:02:05.235 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 30 December 2023 01:34:41 +0000 (0:00:00.023) 0:02:05.258 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 30 December 2023 01:34:41 +0000 (0:00:00.024) 0:02:05.283 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 30 December 2023 01:34:41 +0000 (0:00:00.136) 0:02:05.420 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 30 December 2023 01:34:41 +0000 (0:00:00.326) 0:02:05.746 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 30 December 2023 01:34:41 +0000 (0:00:00.037) 0:02:05.784 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:34:13 UTC", "ActiveEnterTimestampMonotonic": "598930764", "ActiveExitTimestamp": "Sat 2023-12-30 01:34:12 UTC", "ActiveExitTimestampMonotonic": "597750420", "ActiveState": "active", "After": "auditd.service systemd-journald.socket -.mount basic.target system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:34:13 UTC", "AssertTimestampMonotonic": "598922032", "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 2023-12-30 01:34:13 UTC", "ConditionTimestampMonotonic": "598922031", "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": "7362", "ExecMainStartTimestamp": "Sat 2023-12-30 01:34:13 UTC", "ExecMainStartTimestampMonotonic": "598930692", "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 2023-12-30 01:34:13 UTC", "InactiveEnterTimestampMonotonic": "598916730", "InactiveExitTimestamp": "Sat 2023-12-30 01:34:13 UTC", "InactiveExitTimestampMonotonic": "598930764", "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": "7362", "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": "basic.target system.slice -.mount", "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 2023-12-30 01:34:13 UTC", "WatchdogTimestampMonotonic": "598930740", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 30 December 2023 01:34:42 +0000 (0:00:00.202) 0:02:05.986 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003138", "end": "2023-12-30 01:34:42.158717", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:34:42.155579" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 30 December 2023 01:34:42 +0000 (0:00:00.136) 0:02:06.122 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003316", "end": "2023-12-30 01:34:42.296949", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:42.293633" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 30 December 2023 01:34:42 +0000 (0:00:00.140) 0:02:06.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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 30 December 2023 01:34:42 +0000 (0:00:00.035) 0:02:06.298 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 30 December 2023 01:34:43 +0000 (0:00:01.158) 0:02:07.456 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 30 December 2023 01:34:43 +0000 (0:00:00.182) 0:02:07.639 ***** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:34:13 UTC", "ActiveEnterTimestampMonotonic": "598930764", "ActiveExitTimestamp": "Sat 2023-12-30 01:34:12 UTC", "ActiveExitTimestampMonotonic": "597750420", "ActiveState": "active", "After": "auditd.service systemd-journald.socket -.mount basic.target system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:34:13 UTC", "AssertTimestampMonotonic": "598922032", "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 2023-12-30 01:34:13 UTC", "ConditionTimestampMonotonic": "598922031", "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": "7362", "ExecMainStartTimestamp": "Sat 2023-12-30 01:34:13 UTC", "ExecMainStartTimestampMonotonic": "598930692", "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 2023-12-30 01:34:13 UTC", "InactiveEnterTimestampMonotonic": "598916730", "InactiveExitTimestamp": "Sat 2023-12-30 01:34:13 UTC", "InactiveExitTimestampMonotonic": "598930764", "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": "7362", "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": "basic.target system.slice -.mount", "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 2023-12-30 01:34:13 UTC", "WatchdogTimestampMonotonic": "598930740", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 30 December 2023 01:34:44 +0000 (0:00:00.864) 0:02:08.503 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 30 December 2023 01:34:45 +0000 (0:00:00.653) 0:02:09.156 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 30 December 2023 01:34:50 +0000 (0:00:04.982) 0:02:14.139 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 30 December 2023 01:34:50 +0000 (0:00:00.020) 0:02:14.160 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 30 December 2023 01:34:50 +0000 (0:00:00.021) 0:02:14.182 ***** 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.004796", "end": "2023-12-30 01:34:50.356178", "rc": 0, "start": "2023-12-30 01:34:50.351382" } STDOUT: false TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 30 December 2023 01:34:50 +0000 (0:00:00.188) 0:02:14.370 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:34:13 UTC", "ActiveEnterTimestampMonotonic": "598930764", "ActiveExitTimestamp": "Sat 2023-12-30 01:34:43 UTC", "ActiveExitTimestampMonotonic": "629130158", "ActiveState": "inactive", "After": "auditd.service systemd-journald.socket -.mount basic.target system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:34:13 UTC", "AssertTimestampMonotonic": "598922032", "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 2023-12-30 01:34:13 UTC", "ConditionTimestampMonotonic": "598922031", "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 2023-12-30 01:34:44 UTC", "ExecMainExitTimestampMonotonic": "629758392", "ExecMainPID": "7362", "ExecMainStartTimestamp": "Sat 2023-12-30 01:34:13 UTC", "ExecMainStartTimestampMonotonic": "598930692", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-30 01:34:13 UTC] ; stop_time=[Sat 2023-12-30 01:34:44 UTC] ; pid=7362 ; 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 2023-12-30 01:34:44 UTC", "InactiveEnterTimestampMonotonic": "629758491", "InactiveExitTimestamp": "Sat 2023-12-30 01:34:13 UTC", "InactiveExitTimestampMonotonic": "598930764", "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": "basic.target system.slice -.mount", "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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 30 December 2023 01:34:50 +0000 (0:00:00.215) 0:02:14.586 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 30 December 2023 01:34:51 +0000 (0:00:00.653) 0:02:15.239 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 30 December 2023 01:34:56 +0000 (0:00:05.070) 0:02:20.310 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:34:56 +0000 (0:00:00.037) 0:02:20.347 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003134", "end": "2023-12-30 01:34:56.516825", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:56.513691" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:34:56 +0000 (0:00:00.137) 0:02:20.484 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.049246", "end": "2023-12-30 01:34:56.706043", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:56.656797" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:34:56 +0000 (0:00:00.195) 0:02:20.679 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 30 December 2023 01:34:56 +0000 (0:00:00.021) 0:02:20.701 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 30 December 2023 01:34:56 +0000 (0:00:00.065) 0:02:20.766 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 30 December 2023 01:34:56 +0000 (0:00:00.021) 0:02:20.788 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:34:56 +0000 (0:00:00.034) 0:02:20.822 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003123", "end": "2023-12-30 01:34:56.993696", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:34:56.990573" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:34:57 +0000 (0:00:00.136) 0:02:20.959 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1435" ], "delta": "0:00:00.050290", "end": "2023-12-30 01:34:57.182257", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:57.131967" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:34:57 +0000 (0:00:00.196) 0:02:21.155 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 30 December 2023 01:34:57 +0000 (0:00:00.023) 0:02:21.179 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 30 December 2023 01:34:57 +0000 (0:00:00.023) 0:02:21.202 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:34:57 +0000 (0:00:00.053) 0:02:21.255 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003166", "end": "2023-12-30 01:34:57.429756", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:57.426590" } STDOUT: enabled = True TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:34:57 +0000 (0:00:00.140) 0:02:21.396 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "False" ], "delta": "0:00:00.048801", "end": "2023-12-30 01:34:57.618034", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:57.569233" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:34:57 +0000 (0:00:00.191) 0:02:21.587 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 30 December 2023 01:34:57 +0000 (0:00:00.022) 0:02:21.609 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 30 December 2023 01:34:58 +0000 (0:00:01.164) 0:02:22.774 ***** 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.10-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.10-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.10-1.rh.x86_64 1/1 \n Verifying : powershell-7.3.10-1.rh.x86_64 1/1 \n\nRemoved:\n powershell.x86_64 0:7.3.10-1.rh \n\nComplete!\n" ] } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 30 December 2023 01:34:59 +0000 (0:00:01.110) 0:02:23.884 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003310", "end": "2023-12-30 01:35:00.056073", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:00.052763" } STDOUT: traceflag0 = 3979 TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 30 December 2023 01:35:00 +0000 (0:00:00.142) 0:02:24.027 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 30 December 2023 01:35:00 +0000 (0:00:00.022) 0:02:24.049 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "off" ], "delta": "0:00:00.049344", "end": "2023-12-30 01:35:00.273503", "rc": 0, "start": "2023-12-30 01:35:00.224159" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 30 December 2023 01:35:00 +0000 (0:00:00.189) 0:02:24.239 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:35:00 +0000 (0:00:00.036) 0:02:24.276 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003242", "end": "2023-12-30 01:35:00.451432", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:00.448190" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:35:00 +0000 (0:00:00.147) 0:02:24.423 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:35:00 +0000 (0:00:00.027) 0:02:24.451 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 30 December 2023 01:35:00 +0000 (0:00:00.023) 0:02:24.474 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:35:00 +0000 (0:00:00.037) 0:02:24.511 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003174", "end": "2023-12-30 01:35:00.682517", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:00.679343" } STDOUT: writethrough = 1 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:35:00 +0000 (0:00:00.193) 0:02:24.705 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "0" ], "delta": "0:00:00.049257", "end": "2023-12-30 01:35:00.929025", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:00.879768" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:35:00 +0000 (0:00:00.194) 0:02:24.900 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 30 December 2023 01:35:00 +0000 (0:00:00.023) 0:02:24.923 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.021) 0:02:24.945 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.020) 0:02:24.966 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.024) 0:02:24.990 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.020) 0:02:25.011 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.022) 0:02:25.033 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.021) 0:02:25.055 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.021) 0:02:25.076 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.022) 0:02:25.098 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.021) 0:02:25.120 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.022) 0:02:25.142 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.023) 0:02:25.165 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.023) 0:02:25.189 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.021) 0:02:25.210 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.022) 0:02:25.233 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.023) 0:02:25.256 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.028) 0:02:25.285 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.097) 0:02:25.383 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.021) 0:02:25.404 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.025) 0:02:25.430 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.021) 0:02:25.452 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.020) 0:02:25.472 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.033) 0:02:25.506 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.020) 0:02:25.527 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.021) 0:02:25.548 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.022) 0:02:25.570 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.021) 0:02:25.591 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.024) 0:02:25.616 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.020) 0:02:25.636 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.022) 0:02:25.659 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.020) 0:02:25.679 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.020) 0:02:25.700 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.020) 0:02:25.720 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.020) 0:02:25.741 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.023) 0:02:25.764 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.021) 0:02:25.786 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.020) 0:02:25.806 ***** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 30 December 2023 01:35:01 +0000 (0:00:00.133) 0:02:25.940 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.021) 0:02:25.961 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.020) 0:02:25.982 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.021) 0:02:26.004 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.020) 0:02:26.025 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.021) 0:02:26.046 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.021) 0:02:26.068 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.022) 0:02:26.090 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.028) 0:02:26.118 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.020) 0:02:26.139 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.022) 0:02:26.161 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.020) 0:02:26.182 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.027) 0:02:26.210 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.020) 0:02:26.231 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.021) 0:02:26.252 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.021) 0:02:26.274 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.020) 0:02:26.294 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.024) 0:02:26.319 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.020) 0:02:26.339 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.087) 0:02:26.427 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.022) 0:02:26.449 ***** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.159) 0:02:26.608 ***** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:34:13 UTC", "ActiveEnterTimestampMonotonic": "598930764", "ActiveExitTimestamp": "Sat 2023-12-30 01:34:43 UTC", "ActiveExitTimestampMonotonic": "629130158", "ActiveState": "inactive", "After": "auditd.service systemd-journald.socket -.mount basic.target system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:34:13 UTC", "AssertTimestampMonotonic": "598922032", "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 2023-12-30 01:34:13 UTC", "ConditionTimestampMonotonic": "598922031", "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 2023-12-30 01:34:44 UTC", "ExecMainExitTimestampMonotonic": "629758392", "ExecMainPID": "7362", "ExecMainStartTimestamp": "Sat 2023-12-30 01:34:13 UTC", "ExecMainStartTimestampMonotonic": "598930692", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-30 01:34:13 UTC] ; stop_time=[Sat 2023-12-30 01:34:44 UTC] ; pid=7362 ; 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 2023-12-30 01:34:44 UTC", "InactiveEnterTimestampMonotonic": "629758491", "InactiveExitTimestamp": "Sat 2023-12-30 01:34:13 UTC", "InactiveExitTimestampMonotonic": "598930764", "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": "basic.target system.slice -.mount", "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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.257) 0:02:26.866 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.021) 0:02:26.888 ***** 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-cir5v406ck/tests/tasks/tests_idempotency.yml:73 Saturday 30 December 2023 01:35:02 +0000 (0:00:00.021) 0:02:26.910 ***** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.395) 0:02:27.305 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.031) 0:02:27.337 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.025) 0:02:27.362 ***** 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-cir5v406ck/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-cir5v406ck/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-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.036) 0:02:27.399 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.019) 0:02:27.418 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.021) 0:02:27.440 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.021) 0:02:27.461 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.021) 0:02:27.482 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.020) 0:02:27.502 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.018) 0:02:27.521 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.019) 0:02:27.541 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.020) 0:02:27.561 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.020) 0:02:27.581 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.032) 0:02:27.614 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.020) 0:02:27.635 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.020) 0:02:27.655 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.020) 0:02:27.676 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.019) 0:02:27.696 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 30 December 2023 01:35:03 +0000 (0:00:00.108) 0:02:27.804 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 30 December 2023 01:35:04 +0000 (0:00:00.710) 0:02:28.514 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 30 December 2023 01:35:04 +0000 (0:00:00.055) 0:02:28.570 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 30 December 2023 01:35:04 +0000 (0:00:00.021) 0:02:28.591 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 30 December 2023 01:35:04 +0000 (0:00:00.023) 0:02:28.614 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 30 December 2023 01:35:04 +0000 (0:00:00.045) 0:02:28.660 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 30 December 2023 01:35:05 +0000 (0:00:00.430) 0:02:29.090 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 30 December 2023 01:35:05 +0000 (0:00:00.022) 0:02:29.113 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 30 December 2023 01:35:05 +0000 (0:00:00.023) 0:02:29.136 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 30 December 2023 01:35:05 +0000 (0:00:00.023) 0:02:29.159 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 30 December 2023 01:35:05 +0000 (0:00:00.035) 0:02:29.195 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 30 December 2023 01:35:05 +0000 (0:00:00.023) 0:02:29.218 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 30 December 2023 01:35:05 +0000 (0:00:00.092) 0:02:29.311 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 30 December 2023 01:35:05 +0000 (0:00:00.020) 0:02:29.332 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 30 December 2023 01:35:05 +0000 (0:00:00.021) 0:02:29.353 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 30 December 2023 01:35:05 +0000 (0:00:00.022) 0:02:29.375 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 30 December 2023 01:35:05 +0000 (0:00:00.442) 0:02:29.818 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 30 December 2023 01:35:05 +0000 (0:00:00.027) 0:02:29.845 ***** 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.012287", "end": "2023-12-30 01:35:06.081228", "rc": 0, "start": "2023-12-30 01:35:06.068941" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 30 December 2023 01:35:06 +0000 (0:00:00.204) 0:02:30.050 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 30 December 2023 01:35:06 +0000 (0:00:00.830) 0:02:30.880 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 30 December 2023 01:35:06 +0000 (0:00:00.027) 0:02:30.908 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 30 December 2023 01:35:06 +0000 (0:00:00.021) 0:02:30.929 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 30 December 2023 01:35:07 +0000 (0:00:00.021) 0:02:30.951 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 30 December 2023 01:35:07 +0000 (0:00:00.115) 0:02:31.066 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900003.357269, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1703900003.2982676, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 113246528, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1703900003.2982676, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 156, "uid": 996, "version": "852852398", "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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 30 December 2023 01:35:07 +0000 (0:00:00.147) 0:02:31.213 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 30 December 2023 01:35:07 +0000 (0:00:00.142) 0:02:31.356 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 30 December 2023 01:35:07 +0000 (0:00:00.026) 0:02:31.383 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:35:07 +0000 (0:00:00.035) 0:02:31.419 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003071", "end": "2023-12-30 01:35:07.592748", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:07.589677" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:35:07 +0000 (0:00:00.140) 0:02:31.560 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:35:07 +0000 (0:00:00.026) 0:02:31.587 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 30 December 2023 01:35:07 +0000 (0:00:00.023) 0:02:31.610 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900105.7880304, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1703900105.79703, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 117440832, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1703900105.79703, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1855514658", "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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 30 December 2023 01:35:07 +0000 (0:00:00.141) 0:02:31.752 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 30 December 2023 01:35:07 +0000 (0:00:00.142) 0:02:31.894 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 30 December 2023 01:35:07 +0000 (0:00:00.027) 0:02:31.921 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:35:08 +0000 (0:00:00.035) 0:02:31.957 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003251", "end": "2023-12-30 01:35:08.134003", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:08.130752" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:35:08 +0000 (0:00:00.144) 0:02:32.101 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:35:08 +0000 (0:00:00.028) 0:02:32.130 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 30 December 2023 01:35:08 +0000 (0:00:00.117) 0:02:32.248 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 30 December 2023 01:35:08 +0000 (0:00:00.025) 0:02:32.273 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 30 December 2023 01:35:08 +0000 (0:00:00.332) 0:02:32.606 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:24:25 UTC", "ActiveEnterTimestampMonotonic": "10844864", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service systemd-journald.socket network.target systemd-sysctl.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:24:24 UTC", "AssertTimestampMonotonic": "10107673", "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 2023-12-30 01:24:24 UTC", "ConditionTimestampMonotonic": "10107670", "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": "946", "ExecMainStartTimestamp": "Sat 2023-12-30 01:24:24 UTC", "ExecMainStartTimestampMonotonic": "10112696", "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 2023-12-30 01:24:24 UTC", "InactiveExitTimestampMonotonic": "10112740", "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": "946", "MemoryAccounting": "no", "MemoryCurrent": "18366464", "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": "dbus.service basic.target polkit.service system.slice", "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 2023-12-30 01:24:25 UTC", "WatchdogTimestampMonotonic": "10844730", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 30 December 2023 01:35:08 +0000 (0:00:00.209) 0:02:32.816 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.104225", "end": "2023-12-30 01:35:09.085125", "rc": 0, "start": "2023-12-30 01:35:08.980900" } 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 30 December 2023 01:35:09 +0000 (0:00:00.249) 0:02:33.065 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 30 December 2023 01:35:09 +0000 (0:00:00.025) 0:02:33.090 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 30 December 2023 01:35:09 +0000 (0:00:00.029) 0:02:33.120 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 30 December 2023 01:35:09 +0000 (0:00:00.051) 0:02:33.172 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 30 December 2023 01:35:09 +0000 (0:00:00.169) 0:02:33.342 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 30 December 2023 01:35:09 +0000 (0:00:00.391) 0:02:33.733 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 30 December 2023 01:35:09 +0000 (0:00:00.038) 0:02:33.771 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:35:02 UTC", "ActiveEnterTimestampMonotonic": "648115757", "ActiveExitTimestamp": "Sat 2023-12-30 01:34:43 UTC", "ActiveExitTimestampMonotonic": "629130158", "ActiveState": "active", "After": "auditd.service systemd-journald.socket -.mount basic.target system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:35:02 UTC", "AssertTimestampMonotonic": "648108218", "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 2023-12-30 01:35:02 UTC", "ConditionTimestampMonotonic": "648108216", "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": "9307", "ExecMainStartTimestamp": "Sat 2023-12-30 01:35:02 UTC", "ExecMainStartTimestampMonotonic": "648115700", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-30 01:35:02 UTC] ; stop_time=[n/a] ; pid=9307 ; 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 2023-12-30 01:34:44 UTC", "InactiveEnterTimestampMonotonic": "629758491", "InactiveExitTimestamp": "Sat 2023-12-30 01:35:02 UTC", "InactiveExitTimestampMonotonic": "648115757", "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": "9307", "MemoryAccounting": "no", "MemoryCurrent": "620445696", "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": "basic.target system.slice -.mount", "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 2023-12-30 01:35:02 UTC", "WatchdogTimestampMonotonic": "648115732", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 30 December 2023 01:35:10 +0000 (0:00:00.209) 0:02:33.980 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003108", "end": "2023-12-30 01:35:10.156664", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:10.153556" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 30 December 2023 01:35:10 +0000 (0:00:00.225) 0:02:34.206 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003122", "end": "2023-12-30 01:35:10.379157", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:10.376035" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 30 December 2023 01:35:10 +0000 (0:00:00.139) 0:02:34.346 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 30 December 2023 01:35:10 +0000 (0:00:00.031) 0:02:34.377 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 30 December 2023 01:35:11 +0000 (0:00:01.140) 0:02:35.518 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 30 December 2023 01:35:11 +0000 (0:00:00.173) 0:02:35.692 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 30 December 2023 01:35:11 +0000 (0:00:00.025) 0:02:35.717 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 30 December 2023 01:35:12 +0000 (0:00:00.672) 0:02:36.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 : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 30 December 2023 01:35:12 +0000 (0:00:00.030) 0:02:36.419 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 30 December 2023 01:35:12 +0000 (0:00:00.021) 0:02:36.441 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 30 December 2023 01:35:12 +0000 (0:00:00.023) 0:02:36.465 ***** 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.004962", "end": "2023-12-30 01:35:12.638501", "rc": 0, "start": "2023-12-30 01:35:12.633539" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 30 December 2023 01:35:12 +0000 (0:00:00.237) 0:02:36.702 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 30 December 2023 01:35:12 +0000 (0:00:00.027) 0:02:36.730 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 30 December 2023 01:35:13 +0000 (0:00:00.660) 0:02:37.390 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 30 December 2023 01:35:13 +0000 (0:00:00.024) 0:02:37.415 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:35:13 +0000 (0:00:00.039) 0:02:37.454 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003269", "end": "2023-12-30 01:35:13.625050", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:13.621781" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:35:13 +0000 (0:00:00.136) 0:02:37.591 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:35:13 +0000 (0:00:00.026) 0:02:37.618 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 30 December 2023 01:35:13 +0000 (0:00:00.020) 0:02:37.638 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 30 December 2023 01:35:13 +0000 (0:00:00.022) 0:02:37.661 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 30 December 2023 01:35:13 +0000 (0:00:00.021) 0:02:37.683 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:35:13 +0000 (0:00:00.037) 0:02:37.720 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003136", "end": "2023-12-30 01:35:13.889530", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:13.886394" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:35:13 +0000 (0:00:00.136) 0:02:37.856 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:35:14 +0000 (0:00:00.104) 0:02:37.960 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 30 December 2023 01:35:14 +0000 (0:00:00.031) 0:02:37.991 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 30 December 2023 01:35:14 +0000 (0:00:00.034) 0:02:38.025 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:35:14 +0000 (0:00:00.048) 0:02:38.074 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003095", "end": "2023-12-30 01:35:14.246465", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:14.243370" } STDOUT: enabled = False TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:35:14 +0000 (0:00:00.149) 0:02:38.224 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:35:14 +0000 (0:00:00.029) 0:02:38.254 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 30 December 2023 01:35:14 +0000 (0:00:00.022) 0:02:38.276 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 30 December 2023 01:35:14 +0000 (0:00:00.384) 0:02:38.660 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 30 December 2023 01:35:15 +0000 (0:00:00.311) 0:02:38.971 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003241", "end": "2023-12-30 01:35:15.157356", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:35:15.154115" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 30 December 2023 01:35:15 +0000 (0:00:00.160) 0:02:39.132 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 30 December 2023 01:35:15 +0000 (0:00:00.033) 0:02:39.165 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 30 December 2023 01:35:15 +0000 (0:00:00.025) 0:02:39.191 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:35:15 +0000 (0:00:00.041) 0:02:39.232 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003222", "end": "2023-12-30 01:35:15.408380", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:15.405158" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:35:15 +0000 (0:00:00.272) 0:02:39.505 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:35:15 +0000 (0:00:00.034) 0:02:39.540 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 30 December 2023 01:35:15 +0000 (0:00:00.026) 0:02:39.566 ***** included: /WORKDIR/git-weekly-cir5v406ck/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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 30 December 2023 01:35:15 +0000 (0:00:00.040) 0:02:39.606 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003054", "end": "2023-12-30 01:35:15.781347", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:15.778293" } STDOUT: writethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 30 December 2023 01:35:15 +0000 (0:00:00.142) 0:02:39.749 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 30 December 2023 01:35:15 +0000 (0:00:00.027) 0:02:39.776 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 30 December 2023 01:35:15 +0000 (0:00:00.028) 0:02:39.804 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 30 December 2023 01:35:15 +0000 (0:00:00.024) 0:02:39.829 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 30 December 2023 01:35:15 +0000 (0:00:00.032) 0:02:39.862 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 30 December 2023 01:35:15 +0000 (0:00:00.032) 0:02:39.895 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 30 December 2023 01:35:15 +0000 (0:00:00.021) 0:02:39.916 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 30 December 2023 01:35:15 +0000 (0:00:00.021) 0:02:39.937 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.021) 0:02:39.959 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.026) 0:02:39.985 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.024) 0:02:40.010 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.023) 0:02:40.033 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.021) 0:02:40.055 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.028) 0:02:40.083 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.111) 0:02:40.194 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.042) 0:02:40.237 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.023) 0:02:40.260 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.034) 0:02:40.294 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.045) 0:02:40.340 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.061) 0:02:40.402 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.030) 0:02:40.433 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.032) 0:02:40.466 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.035) 0:02:40.501 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.039) 0:02:40.540 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.022) 0:02:40.562 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.032) 0:02:40.595 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.033) 0:02:40.629 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.021) 0:02:40.650 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.021) 0:02:40.671 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.022) 0:02:40.694 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.022) 0:02:40.717 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.023) 0:02:40.740 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.024) 0:02:40.765 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.123) 0:02:40.888 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.021) 0:02:40.909 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 30 December 2023 01:35:16 +0000 (0:00:00.022) 0:02:40.931 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.032) 0:02:40.964 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.033) 0:02:40.997 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.024) 0:02:41.022 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.029) 0:02:41.052 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.023) 0:02:41.076 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.023) 0:02:41.099 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.022) 0:02:41.122 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.021) 0:02:41.143 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.028) 0:02:41.172 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.024) 0:02:41.196 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.032) 0:02:41.229 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.020) 0:02:41.250 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.022) 0:02:41.273 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.034) 0:02:41.308 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.022) 0:02:41.330 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.055) 0:02:41.385 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.020) 0:02:41.406 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.099) 0:02:41.505 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.021) 0:02:41.527 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.029) 0:02:41.557 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.026) 0:02:41.583 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.022) 0:02:41.606 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.023) 0:02:41.629 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.022) 0:02:41.651 ***** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.171) 0:02:41.823 ***** 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-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.031) 0:02:41.854 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify disabled settings] ************************************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/tests_idempotency.yml:88 Saturday 30 December 2023 01:35:17 +0000 (0:00:00.028) 0:02:41.882 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:8 Saturday 30 December 2023 01:35:18 +0000 (0:00:00.199) 0:02:42.082 ***** 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.005259", "end": "2023-12-30 01:35:18.267251", "rc": 0, "start": "2023-12-30 01:35:18.261992" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:23 Saturday 30 December 2023 01:35:18 +0000 (0:00:00.246) 0:02:42.329 ***** 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.004980", "end": "2023-12-30 01:35:18.510355", "rc": 0, "start": "2023-12-30 01:35:18.505375" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:35 Saturday 30 December 2023 01:35:18 +0000 (0:00:00.148) 0:02:42.477 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:39 Saturday 30 December 2023 01:35:18 +0000 (0:00:00.025) 0:02:42.502 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:7 Saturday 30 December 2023 01:35:18 +0000 (0:00:00.055) 0:02:42.558 ***** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004211", "end": "2023-12-30 01:35:18.737343", "rc": 0, "start": "2023-12-30 01:35:18.733132" } STDOUT: ipaddress = 127.0.0.1 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:14 Saturday 30 December 2023 01:35:18 +0000 (0:00:00.146) 0:02:42.704 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:25 Saturday 30 December 2023 01:35:18 +0000 (0:00:00.029) 0:02:42.734 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 127.0.0.1] ***************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:40 Saturday 30 December 2023 01:35:18 +0000 (0:00:00.021) 0:02:42.755 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:7 Saturday 30 December 2023 01:35:18 +0000 (0:00:00.022) 0:02:42.778 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004253", "end": "2023-12-30 01:35:18.949329", "rc": 0, "start": "2023-12-30 01:35:18.945076" } STDOUT: tcpport = 1435 TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:14 Saturday 30 December 2023 01:35:18 +0000 (0:00:00.138) 0:02:42.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-cir5v406ck/tests/tasks/mssql_conf_verify.yml:25 Saturday 30 December 2023 01:35:19 +0000 (0:00:00.028) 0:02:42.945 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1435] ********************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:40 Saturday 30 December 2023 01:35:19 +0000 (0:00:00.024) 0:02:42.969 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:7 Saturday 30 December 2023 01:35:19 +0000 (0:00:00.027) 0:02:42.996 ***** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004175", "end": "2023-12-30 01:35:19.165976", "rc": 0, "start": "2023-12-30 01:35:19.161801" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:14 Saturday 30 December 2023 01:35:19 +0000 (0:00:00.138) 0:02:43.135 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:25 Saturday 30 December 2023 01:35:19 +0000 (0:00:00.029) 0:02:43.165 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/data] ******************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:40 Saturday 30 December 2023 01:35:19 +0000 (0:00:00.023) 0:02:43.188 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:7 Saturday 30 December 2023 01:35:19 +0000 (0:00:00.022) 0:02:43.210 ***** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004290", "end": "2023-12-30 01:35:19.381684", "rc": 0, "start": "2023-12-30 01:35:19.377394" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:14 Saturday 30 December 2023 01:35:19 +0000 (0:00:00.228) 0:02:43.439 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:25 Saturday 30 December 2023 01:35:19 +0000 (0:00:00.029) 0:02:43.468 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/log] ******************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:40 Saturday 30 December 2023 01:35:19 +0000 (0:00:00.024) 0:02:43.493 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:7 Saturday 30 December 2023 01:35:19 +0000 (0:00:00.022) 0:02:43.515 ***** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004225", "end": "2023-12-30 01:35:19.689164", "rc": 0, "start": "2023-12-30 01:35:19.684939" } STDOUT: enabled = False TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:14 Saturday 30 December 2023 01:35:19 +0000 (0:00:00.140) 0:02:43.656 ***** 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-cir5v406ck/tests/tasks/mssql_conf_verify.yml:25 Saturday 30 December 2023 01:35:19 +0000 (0:00:00.024) 0:02:43.680 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:40 Saturday 30 December 2023 01:35:19 +0000 (0:00:00.030) 0:02:43.710 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:55 Saturday 30 December 2023 01:35:19 +0000 (0:00:00.024) 0:02:43.735 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900003.357269, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1703900003.2982676, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 113246528, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1703900003.2982676, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 156, "uid": 996, "version": "852852398", "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-cir5v406ck/tests/tasks/verify_settings.yml:60 Saturday 30 December 2023 01:35:19 +0000 (0:00:00.141) 0:02:43.876 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:70 Saturday 30 December 2023 01:35:19 +0000 (0:00:00.025) 0:02:43.902 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900105.7880304, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1703900105.79703, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 117440832, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1703900105.79703, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1855514658", "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-cir5v406ck/tests/tasks/verify_settings.yml:75 Saturday 30 December 2023 01:35:20 +0000 (0:00:00.142) 0:02:44.045 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:85 Saturday 30 December 2023 01:35:20 +0000 (0:00:00.025) 0:02:44.070 ***** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 30 December 2023 01:35:20 +0000 (0:00:00.037) 0:02:44.107 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:35:02 UTC", "ActiveEnterTimestampMonotonic": "648115757", "ActiveExitTimestamp": "Sat 2023-12-30 01:34:43 UTC", "ActiveExitTimestampMonotonic": "629130158", "ActiveState": "active", "After": "auditd.service systemd-journald.socket -.mount basic.target system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:35:02 UTC", "AssertTimestampMonotonic": "648108218", "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 2023-12-30 01:35:02 UTC", "ConditionTimestampMonotonic": "648108216", "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": "9307", "ExecMainStartTimestamp": "Sat 2023-12-30 01:35:02 UTC", "ExecMainStartTimestampMonotonic": "648115700", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-30 01:35:02 UTC] ; stop_time=[n/a] ; pid=9307 ; 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 2023-12-30 01:34:44 UTC", "InactiveEnterTimestampMonotonic": "629758491", "InactiveExitTimestamp": "Sat 2023-12-30 01:35:02 UTC", "InactiveExitTimestampMonotonic": "648115757", "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": "9307", "MemoryAccounting": "no", "MemoryCurrent": "621826048", "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": "basic.target system.slice -.mount", "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": "135", "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 2023-12-30 01:35:02 UTC", "WatchdogTimestampMonotonic": "648115732", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 30 December 2023 01:35:20 +0000 (0:00:00.206) 0:02:44.313 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003067", "end": "2023-12-30 01:35:20.483946", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:20.480879" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 30 December 2023 01:35:20 +0000 (0:00:00.137) 0:02:44.450 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003200", "end": "2023-12-30 01:35:20.632778", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:20.629578" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 30 December 2023 01:35:20 +0000 (0:00:00.148) 0:02:44.599 ***** 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-cir5v406ck/tests/tasks/verify_settings.yml:93 Saturday 30 December 2023 01:35:20 +0000 (0:00:00.028) 0:02:44.627 ***** 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-cir5v406ck/tests/tasks/verify_settings.yml:99 Saturday 30 December 2023 01:35:21 +0000 (0:00:01.245) 0:02:45.873 ***** 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.021851", "end": "2023-12-30 01:35:22.064393", "rc": 0, "start": "2023-12-30 01:35:22.042542" } 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-cir5v406ck/tests/tasks/verify_settings.yml:113 Saturday 30 December 2023 01:35:22 +0000 (0:00:00.161) 0:02:46.034 ***** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:117 Saturday 30 December 2023 01:35:22 +0000 (0:00:00.024) 0:02:46.059 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_package.yml:7 Saturday 30 December 2023 01:35:22 +0000 (0:00:00.038) 0:02:46.097 ***** 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-cir5v406ck/tests/tasks/verify_package.yml:12 Saturday 30 December 2023 01:35:22 +0000 (0:00:00.642) 0:02:46.739 ***** 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-cir5v406ck/tests/tasks/verify_package.yml:17 Saturday 30 December 2023 01:35:22 +0000 (0:00:00.023) 0:02:46.762 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:124 Saturday 30 December 2023 01:35:22 +0000 (0:00:00.030) 0:02:46.792 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_package.yml:7 Saturday 30 December 2023 01:35:22 +0000 (0:00:00.036) 0:02:46.829 ***** 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-cir5v406ck/tests/tasks/verify_package.yml:12 Saturday 30 December 2023 01:35:23 +0000 (0:00:00.742) 0:02:47.572 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_package.yml:17 Saturday 30 December 2023 01:35:23 +0000 (0:00:00.026) 0:02:47.598 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:135 Saturday 30 December 2023 01:35:23 +0000 (0:00:00.035) 0:02:47.633 ***** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004435", "end": "2023-12-30 01:35:23.810872", "rc": 0, "start": "2023-12-30 01:35:23.806437" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:140 Saturday 30 December 2023 01:35:23 +0000 (0:00:00.166) 0:02:47.799 ***** 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-cir5v406ck/tests/tasks/verify_settings.yml:145 Saturday 30 December 2023 01:35:23 +0000 (0:00:00.049) 0:02:47.848 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:151 Saturday 30 December 2023 01:35:23 +0000 (0:00:00.046) 0:02:47.895 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:7 Saturday 30 December 2023 01:35:24 +0000 (0:00:00.062) 0:02:47.957 ***** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004516", "end": "2023-12-30 01:35:24.136795", "rc": 0, "start": "2023-12-30 01:35:24.132279" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:14 Saturday 30 December 2023 01:35:24 +0000 (0:00:00.157) 0:02:48.114 ***** 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-cir5v406ck/tests/tasks/mssql_conf_verify.yml:25 Saturday 30 December 2023 01:35:24 +0000 (0:00:00.038) 0:02:48.153 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:40 Saturday 30 December 2023 01:35:24 +0000 (0:00:00.035) 0:02:48.189 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:157 Saturday 30 December 2023 01:35:24 +0000 (0:00:00.022) 0:02:48.211 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:7 Saturday 30 December 2023 01:35:24 +0000 (0:00:00.039) 0:02:48.251 ***** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004495", "end": "2023-12-30 01:35:24.437998", "rc": 0, "start": "2023-12-30 01:35:24.433503" } STDOUT: writethrough = 0 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:14 Saturday 30 December 2023 01:35:24 +0000 (0:00:00.173) 0:02:48.424 ***** 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-cir5v406ck/tests/tasks/mssql_conf_verify.yml:25 Saturday 30 December 2023 01:35:24 +0000 (0:00:00.026) 0:02:48.451 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/mssql_conf_verify.yml:40 Saturday 30 December 2023 01:35:24 +0000 (0:00:00.043) 0:02:48.494 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:167 Saturday 30 December 2023 01:35:24 +0000 (0:00:00.031) 0:02:48.526 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:178 Saturday 30 December 2023 01:35:24 +0000 (0:00:00.151) 0:02:48.677 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:190 Saturday 30 December 2023 01:35:24 +0000 (0:00:00.027) 0:02:48.705 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:198 Saturday 30 December 2023 01:35:24 +0000 (0:00:00.031) 0:02:48.736 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:208 Saturday 30 December 2023 01:35:24 +0000 (0:00:00.041) 0:02:48.778 ***** 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-cir5v406ck/tests/tasks/verify_settings.yml:213 Saturday 30 December 2023 01:35:24 +0000 (0:00:00.036) 0:02:48.814 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:221 Saturday 30 December 2023 01:35:24 +0000 (0:00:00.026) 0:02:48.841 ***** 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-cir5v406ck/tests/tasks/tests_idempotency.yml:105 Saturday 30 December 2023 01:35:24 +0000 (0:00:00.071) 0:02:48.912 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/check_header.yml:4 Saturday 30 December 2023 01:35:25 +0000 (0:00:00.271) 0:02:49.183 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003254", "end": "2023-12-30 01:35:25.415168", "rc": 0, "start": "2023-12-30 01:35:25.411914" } 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-cir5v406ck/tests/tests_idempotency_2017.yml:18 Saturday 30 December 2023 01:35:25 +0000 (0:00:00.200) 0:02:49.383 ***** included: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/cleanup.yml:2 Saturday 30 December 2023 01:35:25 +0000 (0:00:00.093) 0:02:49.477 ***** 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-cir5v406ck/tests/tasks/cleanup.yml:6 Saturday 30 December 2023 01:35:26 +0000 (0:00:00.871) 0:02:50.348 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/cleanup.yml:14 Saturday 30 December 2023 01:35:26 +0000 (0:00:00.028) 0:02:50.377 ***** ok: [sut] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/cleanup.yml:18 Saturday 30 December 2023 01:35:26 +0000 (0:00:00.037) 0:02:50.415 ***** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 30 December 2023 01:35:26 +0000 (0:00:00.085) 0:02:50.500 ***** included: /WORKDIR/git-weekly-cir5v406ck/.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-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 30 December 2023 01:35:26 +0000 (0:00:00.062) 0:02:50.562 ***** 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-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 30 December 2023 01:35:26 +0000 (0:00:00.029) 0:02:50.592 ***** 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-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 30 December 2023 01:35:26 +0000 (0:00:00.146) 0:02:50.738 ***** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 30 December 2023 01:35:26 +0000 (0:00:00.025) 0:02:50.763 ***** 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-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 30 December 2023 01:35:27 +0000 (0:00:00.349) 0:02:51.113 ***** 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-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 30 December 2023 01:35:27 +0000 (0:00:00.037) 0:02:51.150 ***** 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-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 30 December 2023 01:35:27 +0000 (0:00:00.031) 0:02:51.182 ***** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:32:24 UTC", "ActiveEnterTimestampMonotonic": "489935390", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target polkit.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:32:24 UTC", "AssertTimestampMonotonic": "489506032", "Before": "shutdown.target network-pre.target multi-user.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 2023-12-30 01:32:24 UTC", "ConditionTimestampMonotonic": "489506030", "Conflicts": "ip6tables.service shutdown.target ebtables.service ipset.service iptables.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": "5854", "ExecMainStartTimestamp": "Sat 2023-12-30 01:32:24 UTC", "ExecMainStartTimestampMonotonic": "489520469", "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 2023-12-30 01:32:24 UTC", "InactiveExitTimestampMonotonic": "489520508", "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": "5854", "MemoryAccounting": "no", "MemoryCurrent": "30306304", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.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": "basic.target system.slice", "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 2023-12-30 01:32:24 UTC", "WatchdogTimestampMonotonic": "489935321", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 30 December 2023 01:35:27 +0000 (0:00:00.283) 0:02:51.465 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:32:24 UTC", "ActiveEnterTimestampMonotonic": "489935390", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target polkit.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:32:24 UTC", "AssertTimestampMonotonic": "489506032", "Before": "shutdown.target network-pre.target multi-user.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 2023-12-30 01:32:24 UTC", "ConditionTimestampMonotonic": "489506030", "Conflicts": "ip6tables.service shutdown.target ebtables.service ipset.service iptables.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": "5854", "ExecMainStartTimestamp": "Sat 2023-12-30 01:32:24 UTC", "ExecMainStartTimestampMonotonic": "489520469", "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 2023-12-30 01:32:24 UTC", "InactiveExitTimestampMonotonic": "489520508", "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": "5854", "MemoryAccounting": "no", "MemoryCurrent": "30306304", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.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": "basic.target system.slice", "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 2023-12-30 01:32:24 UTC", "WatchdogTimestampMonotonic": "489935321", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 30 December 2023 01:35:27 +0000 (0:00:00.213) 0:02:51.679 ***** 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-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 30 December 2023 01:35:27 +0000 (0:00:00.040) 0:02:51.719 ***** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.11.177 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 30 December 2023 01:35:28 +0000 (0:00:00.283) 0:02:52.003 ***** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 30 December 2023 01:35:28 +0000 (0:00:00.024) 0:02:52.028 ***** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 30 December 2023 01:35:28 +0000 (0:00:00.029) 0:02:52.058 ***** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 30 December 2023 01:35:28 +0000 (0:00:00.055) 0:02:52.113 ***** 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-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 30 December 2023 01:35:28 +0000 (0:00:00.046) 0:02:52.160 ***** 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-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 30 December 2023 01:35:28 +0000 (0:00:00.053) 0:02:52.213 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-weekly-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 30 December 2023 01:35:28 +0000 (0:00:00.028) 0:02:52.242 ***** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.11.177 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 30 December 2023 01:35:28 +0000 (0:00:00.422) 0:02:52.664 ***** ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-cir5v406ck/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 30 December 2023 01:35:28 +0000 (0:00:00.043) 0:02:52.708 ***** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/cleanup.yml:27 Saturday 30 December 2023 01:35:28 +0000 (0:00:00.051) 0:02:52.759 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/cleanup.yml:35 Saturday 30 December 2023 01:35:28 +0000 (0:00:00.070) 0:02:52.830 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/cleanup.yml:39 Saturday 30 December 2023 01:35:28 +0000 (0:00:00.083) 0:02:52.913 ***** ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/cleanup.yml:45 Saturday 30 December 2023 01:35:29 +0000 (0:00:00.411) 0:02:53.324 ***** 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 libsss_nss_idmap to be removed - no longer needed by mssql-server\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 cyrus-sasl-gssapi 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 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.15 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.15 @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.15.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 : libatomic-4.8.5-44.el7.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 : libsss_nss_idmap-1.16.5-10.el7_9.15.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.15 \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-cir5v406ck/tests/tasks/cleanup.yml:58 Saturday 30 December 2023 01:35:31 +0000 (0:00:02.179) 0:02:55.504 ***** 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.009278", "end": "2023-12-30 01:35:31.685424", "rc": 0, "start": "2023-12-30 01:35:31.676146" } 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/debc35b0-16f9-435a-bdf3-2ef56a23f8eb’ 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-3207040864-3879602021-2691902529-500/42e7704ae40b0d75de00736cc66b813a_83125449-b623-4b97-8201-3f4e80db1a31’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-3207040864-3879602021-2691902529-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-3207040864-3879602021-2691902529-500/ef65e44b-7b26-48e4-8766-dc3f56bae64d’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-3207040864-3879602021-2691902529-500/Preferred’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-3207040864-3879602021-2691902529-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_133483736023100000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133483736028470000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133483736063460000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133483736067790000.xel’ removed ‘/var/opt/mssql/log/log_1.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133483736563130000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133483736565860000.xel’ removed ‘/var/opt/mssql/log/log_2.trc’ removed ‘/var/opt/mssql/log/FDLAUNCHERRORLOG’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133483736878250000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133483736880400000.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_133483736939710000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133483736941900000.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_133483737053900000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133483737057790000.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-cir5v406ck/tests/tasks/cleanup.yml:72 Saturday 30 December 2023 01:35:31 +0000 (0:00:00.156) 0:02:55.660 ***** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.399567", "end": "2023-12-30 01:35:32.230978", "rc": 0, "start": "2023-12-30 01:35:31.831411" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=341 changed=36 unreachable=0 failed=0 skipped=510 rescued=0 ignored=1 Saturday 30 December 2023 01:35:32 +0000 (0:00:00.568) 0:02:56.229 ***** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 39.76s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure the package mssql-server-fts --------- 23.50s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure the package powershell --------------- 11.41s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Change the edition of MSSQL ------------------ 5.07s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 linux-system-roles.mssql : Change the password of sa user --------------- 4.98s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 linux-system-roles.mssql : Set up MSSQL --------------------------------- 4.58s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 4.25s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Remove related packages ------------------------------------------------- 2.18s /WORKDIR/git-weekly-cir5v406ck/tests/tasks/cleanup.yml:45 --------------------- linux-system-roles.mssql : Restart the mssql-server service ------------- 1.41s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.25s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Wait for mssql-server to prepare for client connections ----------------- 1.25s /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Ensure the package mssql-server-fts ---------- 1.16s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.16s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Wait for mssql-server to prepare for client connections ----------------- 1.14s /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.14s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 linux-system-roles.mssql : Check if the 3979 trace flag is enabled ------ 1.14s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 linux-system-roles.mssql : Get the setting network ipaddress ------------ 1.14s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 linux-system-roles.mssql : Ensure the package powershell ---------------- 1.11s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Gather package facts ---------------------------------------------------- 0.87s /WORKDIR/git-weekly-cir5v406ck/tests/tasks/cleanup.yml:2 ---------------------- linux-system-roles.mssql : Ensure that the mssql-server service is stopped --- 0.86s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---