# 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_2019.yml ******************************************* 1 plays in /WORKDIR/git-weekly-cir5v406ck/tests/tests_idempotency_2019.yml PLAY [Ensure that the role is idempotent] ************************************** META: ran handlers TASK [Run tests_idempotency with SQL Server 2019] ****************************** task path: /WORKDIR/git-weekly-cir5v406ck/tests/tests_idempotency_2019.yml:15 Saturday 30 December 2023 01:32:39 +0000 (0:00:00.023) 0:00:00.023 ***** 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:39 +0000 (0:00:00.011) 0:00:00.035 ***** 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:39 +0000 (0:00:00.022) 0:00:00.057 ***** 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:39 +0000 (0:00:00.363) 0:00:00.421 ***** 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:39 +0000 (0:00:00.010) 0:00:00.431 ***** 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:39 +0000 (0:00:00.010) 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:40 +0000 (0:00:00.149) 0:00:00.591 ***** 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:40 +0000 (0:00:00.009) 0:00:00.601 ***** 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:40 +0000 (0:00:00.009) 0:00:00.610 ***** 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:40 +0000 (0:00:00.026) 0:00:00.636 ***** 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:40 +0000 (0:00:00.008) 0:00:00.645 ***** 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:40 +0000 (0:00:00.009) 0:00:00.654 ***** 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:40 +0000 (0:00:00.009) 0:00:00.664 ***** 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:40 +0000 (0:00:00.007) 0:00:00.671 ***** 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:40 +0000 (0:00:00.009) 0:00:00.681 ***** 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:40 +0000 (0:00:00.007) 0:00:00.688 ***** 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:40 +0000 (0:00:00.007) 0:00:00.696 ***** 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:40 +0000 (0:00:00.007) 0:00:00.704 ***** 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:40 +0000 (0:00:00.007) 0:00:00.712 ***** 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:40 +0000 (0:00:00.012) 0:00:00.725 ***** 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:40 +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_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:40 +0000 (0:00:00.008) 0:00:00.741 ***** 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:40 +0000 (0:00:00.007) 0:00:00.749 ***** 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:40 +0000 (0:00:00.009) 0:00:00.758 ***** 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:40 +0000 (0:00:00.008) 0:00:00.766 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set 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:41 +0000 (0:00:00.762) 0:00:01.529 ***** 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:41 +0000 (0:00:00.043) 0:00:01.573 ***** 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:41 +0000 (0:00:00.019) 0:00:01.592 ***** 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:41 +0000 (0:00:00.025) 0:00:01.618 ***** 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:41 +0000 (0:00:00.033) 0:00:01.651 ***** 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:41 +0000 (0:00:00.417) 0:00:02.069 ***** 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:41 +0000 (0:00:00.017) 0:00:02.086 ***** 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 2019] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 30 December 2023 01:32:41 +0000 (0:00:00.019) 0:00:02.105 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 30 December 2023 01:32:41 +0000 (0:00:00.019) 0:00:02.125 ***** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2019", "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:41 +0000 (0:00:00.234) 0:00:02.359 ***** 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:41 +0000 (0:00:00.017) 0:00:02.377 ***** 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:41 +0000 (0:00:00.017) 0:00:02.395 ***** 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:41 +0000 (0:00:00.017) 0:00:02.412 ***** 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:41 +0000 (0:00:00.017) 0:00:02.430 ***** 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:41 +0000 (0:00:00.019) 0:00:02.449 ***** 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:15.0.4345.5-2 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: gdb for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: python3 for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: lsof for package: mssql-server-15.0.4345.5-2.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---> Package lsof.x86_64 0:4.87-6.el7 will be installed\n---> Package python3.x86_64 0:3.6.8-21.el7_9 will be installed\n--> Processing Dependency: python3-libs(x86-64) = 3.6.8-21.el7_9 for package: python3-3.6.8-21.el7_9.x86_64\n--> Processing Dependency: python3-setuptools for package: python3-3.6.8-21.el7_9.x86_64\n--> Processing Dependency: python3-pip for package: python3-3.6.8-21.el7_9.x86_64\n--> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: python3-3.6.8-21.el7_9.x86_64\n--> Running transaction check\n---> Package python3-libs.x86_64 0:3.6.8-21.el7_9 will be installed\n---> Package python3-pip.noarch 0:9.0.3-8.el7 will be installed\n---> Package python3-setuptools.noarch 0:39.2.0-10.el7 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 15.0.4345.5-2 packages-microsoft-com-mssql-server-2019\n 229 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 lsof x86_64 4.87-6.el7 rhel-Server 331 k\n python3 x86_64 3.6.8-21.el7_9 rhel-Server 71 k\n python3-libs x86_64 3.6.8-21.el7_9 rhel-Server 6.9 M\n python3-pip noarch 9.0.3-8.el7 rhel-Server 1.6 M\n python3-setuptools noarch 39.2.0-10.el7 rhel-Server 629 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+11 Dependent packages)\n\nTotal download size: 241 M\nInstalled size: 1.2 G\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 46 MB/s | 241 MB 00:05 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : python3-libs-3.6.8-21.el7_9.x86_64 1/12 \n Installing : python3-setuptools-39.2.0-10.el7.noarch 2/12 \n Installing : python3-pip-9.0.3-8.el7.noarch 3/12 \n Installing : python3-3.6.8-21.el7_9.x86_64 4/12 \n Installing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 5/12 \n Installing : libatomic-4.8.5-44.el7.x86_64 6/12 \n Installing : cyrus-sasl-2.1.26-24.el7_9.x86_64 7/12 \n Installing : gdb-7.6.1-120.el7.x86_64 8/12 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 9/12 \n Installing : lsof-4.87-6.el7.x86_64 10/12 \n Installing : bzip2-1.0.6-13.el7.x86_64 11/12 \n Installing : mssql-server-15.0.4345.5-2.x86_64 12/12 \n\n+--------------------------------------------------------------+\nPlease run 'sudo /opt/mssql/bin/mssql-conf setup'\nto complete the setup of Microsoft SQL Server\n+--------------------------------------------------------------+\n\n Verifying : python3-3.6.8-21.el7_9.x86_64 1/12 \n Verifying : bzip2-1.0.6-13.el7.x86_64 2/12 \n Verifying : mssql-server-15.0.4345.5-2.x86_64 3/12 \n Verifying : lsof-4.87-6.el7.x86_64 4/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 5/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 6/12 \n Verifying : python3-libs-3.6.8-21.el7_9.x86_64 7/12 \n Verifying : python3-setuptools-39.2.0-10.el7.noarch 8/12 \n Verifying : python3-pip-9.0.3-8.el7.noarch 9/12 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 10/12 \n Verifying : libatomic-4.8.5-44.el7.x86_64 11/12 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 12/12 \n\nInstalled:\n mssql-server.x86_64 0:15.0.4345.5-2 \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 lsof.x86_64 0:4.87-6.el7 \n python3.x86_64 0:3.6.8-21.el7_9 \n python3-libs.x86_64 0:3.6.8-21.el7_9 \n python3-pip.noarch 0:9.0.3-8.el7 \n python3-setuptools.noarch 0:39.2.0-10.el7 \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:29 +0000 (0:00:47.846) 0:00:50.295 ***** 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:29 +0000 (0:00:00.022) 0:00:50.317 ***** 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.005600", "end": "2023-12-30 01:33:30.035021", "rc": 0, "start": "2023-12-30 01:33:30.029421" } 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:30 +0000 (0:00:00.226) 0:00:50.544 ***** 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:30 +0000 (0:00:00.879) 0:00:51.424 ***** 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:30 +0000 (0:00:00.027) 0:00:51.451 ***** 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:30 +0000 (0:00:00.023) 0:00:51.475 ***** 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:36 +0000 (0:00:05.685) 0:00:57.160 ***** 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:36 +0000 (0:00:00.044) 0:00:57.205 ***** 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:36 +0000 (0:00:00.249) 0:00:57.454 ***** 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:37 +0000 (0:00:00.216) 0:00:57.670 ***** 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:37 +0000 (0:00:00.026) 0:00:57.697 ***** 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:37 +0000 (0:00:00.034) 0:00:57.731 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003354", "end": "2023-12-30 01:33:37.367544", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:33:37.364190" } 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:37 +0000 (0:00:00.147) 0:00:57.879 ***** 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.132482", "end": "2023-12-30 01:33:37.689171", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:33:37.556689" } 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:37 +0000 (0:00:00.326) 0:00:58.206 ***** 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:37 +0000 (0:00:00.022) 0:00:58.228 ***** 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:37 +0000 (0:00:00.142) 0:00:58.371 ***** 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:38 +0000 (0:00:00.207) 0:00:58.578 ***** 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:38 +0000 (0:00:00.027) 0:00:58.606 ***** 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:38 +0000 (0:00:00.049) 0:00:58.655 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003730", "end": "2023-12-30 01:33:38.295540", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:33:38.291810" } 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:38 +0000 (0:00:00.162) 0:00:58.818 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/tmp/mssql_log" ], "delta": "0:00:00.135233", "end": "2023-12-30 01:33:38.613218", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:33:38.477985" } 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:38 +0000 (0:00:00.343) 0:00:59.161 ***** 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:38 +0000 (0:00:00.020) 0:00:59.182 ***** 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:38 +0000 (0:00:00.020) 0:00:59.202 ***** changed: [sut] => { "changed": true, "changes": { "installed": [ "tuned-profiles-mssql" ] }, "rc": 0, "results": [ "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package tuned-profiles-mssql.noarch 0:2.11.0-12.el7_9 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n tuned-profiles-mssql noarch 2.11.0-12.el7_9 rhel-Server-optional 30 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 30 k\nInstalled size: 1.1 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : tuned-profiles-mssql-2.11.0-12.el7_9.noarch 1/1 \n Verifying : tuned-profiles-mssql-2.11.0-12.el7_9.noarch 1/1 \n\nInstalled:\n tuned-profiles-mssql.noarch 0:2.11.0-12.el7_9 \n\nComplete!\n" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 30 December 2023 01:33:41 +0000 (0:00:02.428) 0:01:01.631 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:24:35 UTC", "ActiveEnterTimestampMonotonic": "11953627", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target network.target systemd-journald.socket system.slice systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:24:34 UTC", "AssertTimestampMonotonic": "11214984", "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:34 UTC", "ConditionTimestampMonotonic": "11214979", "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": "947", "ExecMainStartTimestamp": "Sat 2023-12-30 01:24:34 UTC", "ExecMainStartTimestampMonotonic": "11226995", "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:34 UTC", "InactiveExitTimestampMonotonic": "11227080", "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": "947", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice dbus.service polkit.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-30 01:24:35 UTC", "WatchdogTimestampMonotonic": "11953420", "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:41 +0000 (0:00:00.339) 0:01:01.971 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.112549", "end": "2023-12-30 01:33:41.701041", "rc": 0, "start": "2023-12-30 01:33:41.588492" } STDOUT: Current active profile: virtual-guest TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 30 December 2023 01:33:41 +0000 (0:00:00.241) 0:01:02.212 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "profile", "virtual-guest", "mssql" ], "delta": "0:00:00.492037", "end": "2023-12-30 01:33:42.324446", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:33:41.832409" } STDERR: Cannot load profile(s) 'virtual-guest mssql': Cannot find profile 'throughput-performance' in '['/etc/tuned', '/usr/lib/tuned']'. MSG: non-zero return code TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 30 December 2023 01:33:42 +0000 (0:00:00.659) 0:01:02.871 ***** changed: [sut] => { "backup": "", "changed": true, "found": 1 } MSG: 1 line(s) removed TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 30 December 2023 01:33:42 +0000 (0:00:00.211) 0:01:03.083 ***** changed: [sut] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest", "mssql" ], "delta": "0:00:01.635774", "end": "2023-12-30 01:33:44.350714", "rc": 0, "start": "2023-12-30 01:33:42.714940" } 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:44 +0000 (0:00:01.782) 0:01:04.866 ***** 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:44 +0000 (0:00:00.138) 0:01:05.004 ***** 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 2.6 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:49 +0000 (0:00:04.737) 0:01:09.742 ***** 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:49 +0000 (0:00:00.021) 0:01:09.763 ***** 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:49 +0000 (0:00:00.020) 0:01:09.783 ***** 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:49 +0000 (0:00:00.020) 0:01:09.804 ***** 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:49 +0000 (0:00:00.020) 0:01:09.824 ***** 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:49 +0000 (0:00:00.054) 0:01:09.879 ***** 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:49 +0000 (0:00:00.025) 0:01:09.904 ***** 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:49 +0000 (0:00:00.021) 0:01:09.926 ***** 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:49 +0000 (0:00:00.022) 0:01:09.948 ***** 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:49 +0000 (0:00:00.022) 0:01:09.971 ***** 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:49 +0000 (0:00:00.020) 0:01:09.991 ***** 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:49 +0000 (0:00:00.022) 0:01:10.014 ***** 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:49 +0000 (0:00:00.020) 0:01:10.034 ***** 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:49 +0000 (0:00:00.036) 0:01:10.070 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003030", "end": "2023-12-30 01:33:49.694509", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:33:49.691479" } 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:49 +0000 (0:00:00.136) 0:01:10.206 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "0.0.0.0" ], "delta": "0:00:00.129792", "end": "2023-12-30 01:33:49.980179", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:33:49.850387" } 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:50 +0000 (0:00:00.292) 0:01:10.498 ***** 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:50 +0000 (0:00:00.021) 0:01:10.519 ***** 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:50 +0000 (0:00:00.023) 0:01:10.542 ***** 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:50 +0000 (0:00:00.021) 0:01:10.564 ***** 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:50 +0000 (0:00:00.036) 0:01:10.600 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003325", "end": "2023-12-30 01:33:50.225228", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:33:50.221903" } 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:50 +0000 (0:00:00.146) 0:01:10.747 ***** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.130284", "end": "2023-12-30 01:33:50.502467", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:33:50.372183" } 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:50 +0000 (0:00:00.300) 0:01:11.047 ***** 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:50 +0000 (0:00:00.020) 0:01:11.068 ***** 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:50 +0000 (0:00:00.019) 0:01:11.087 ***** 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:50 +0000 (0:00:00.037) 0:01:11.125 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003267", "end": "2023-12-30 01:33:50.750199", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:33:50.746932" } 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:50 +0000 (0:00:00.138) 0:01:11.263 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "True" ], "delta": "0:00:01.865434", "end": "2023-12-30 01:33:52.754500", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:33:50.889066" } 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:52 +0000 (0:00:02.015) 0:01:13.279 ***** 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:52 +0000 (0:00:00.022) 0:01:13.302 ***** 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:15.0.4345.5-2 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 15.0.4345.5-2 packages-microsoft-com-mssql-server-2019 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-15.0.4345.5-2.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-15.0.4345.5-2.x86_64 1/1 \n\nInstalled:\n mssql-server-fts.x86_64 0:15.0.4345.5-2 \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:34:18 +0000 (0:00:25.252) 0:01:38.555 ***** 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 22 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:29 +0000 (0:00:11.734) 0:01:50.289 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003200", "end": "2023-12-30 01:34:29.912999", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:34:29.909799" } 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:29 +0000 (0:00:00.133) 0:01:50.422 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "on" ], "delta": "0:00:00.127599", "end": "2023-12-30 01:34:30.173099", "rc": 0, "start": "2023-12-30 01:34:30.045500" } 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:30 +0000 (0:00:00.261) 0:01:50.684 ***** 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:30 +0000 (0:00:00.019) 0:01:50.704 ***** 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:30 +0000 (0:00:00.055) 0:01:50.759 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003228", "end": "2023-12-30 01:34:30.387035", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:34:30.383807" } 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:30 +0000 (0:00:00.138) 0:01:50.898 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.alternatewritethrough", "0" ], "delta": "0:00:00.126547", "end": "2023-12-30 01:34:30.649092", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:30.522545" } 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:30 +0000 (0:00:00.266) 0:01:51.164 ***** 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:30 +0000 (0:00:00.020) 0:01:51.184 ***** 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:30 +0000 (0:00:00.037) 0:01:51.222 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003116", "end": "2023-12-30 01:34:30.848073", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:34:30.844957" } 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:30 +0000 (0:00:00.136) 0:01:51.359 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "1" ], "delta": "0:00:00.127054", "end": "2023-12-30 01:34:31.112700", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:30.985646" } 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:31 +0000 (0:00:00.269) 0:01:51.628 ***** 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:31 +0000 (0:00:00.020) 0:01:51.649 ***** 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:31 +0000 (0:00:00.018) 0:01:51.667 ***** 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:31 +0000 (0:00:00.018) 0:01:51.686 ***** 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:31 +0000 (0:00:00.021) 0:01:51.708 ***** 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:31 +0000 (0:00:00.019) 0:01:51.728 ***** 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:31 +0000 (0:00:00.019) 0:01:51.748 ***** 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:31 +0000 (0:00:00.019) 0:01:51.767 ***** 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:31 +0000 (0:00:00.018) 0:01:51.786 ***** 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:31 +0000 (0:00:00.052) 0:01:51.839 ***** 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:31 +0000 (0:00:00.019) 0:01:51.858 ***** 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:31 +0000 (0:00:00.018) 0:01:51.876 ***** 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:31 +0000 (0:00:00.021) 0:01:51.897 ***** 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:31 +0000 (0:00:00.022) 0:01:51.920 ***** 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:31 +0000 (0:00:00.020) 0:01:51.941 ***** 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:31 +0000 (0:00:00.019) 0:01:51.961 ***** 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:31 +0000 (0:00:00.020) 0:01:51.981 ***** 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:31 +0000 (0:00:00.019) 0:01:52.001 ***** 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:31 +0000 (0:00:00.019) 0:01:52.021 ***** 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:31 +0000 (0:00:00.018) 0:01:52.040 ***** 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:31 +0000 (0:00:00.020) 0:01:52.060 ***** 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:31 +0000 (0:00:00.022) 0:01:52.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 : 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:31 +0000 (0:00:00.020) 0:01:52.103 ***** 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:31 +0000 (0:00:00.020) 0:01:52.123 ***** 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:31 +0000 (0:00:00.025) 0:01:52.149 ***** 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:31 +0000 (0:00:00.020) 0:01:52.170 ***** 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:31 +0000 (0:00:00.027) 0:01:52.197 ***** 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:31 +0000 (0:00:00.022) 0:01:52.219 ***** 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:31 +0000 (0:00:00.021) 0:01:52.241 ***** 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:31 +0000 (0:00:00.019) 0:01:52.260 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 30 December 2023 01:34:31 +0000 (0:00:00.046) 0:01:52.307 ***** 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:31 +0000 (0:00:00.020) 0:01:52.327 ***** 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:31 +0000 (0:00:00.020) 0:01:52.348 ***** 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:31 +0000 (0:00:00.020) 0:01:52.368 ***** 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:31 +0000 (0:00:00.020) 0:01:52.388 ***** 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:31 +0000 (0:00:00.024) 0:01:52.413 ***** 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:31 +0000 (0:00:00.023) 0:01:52.436 ***** 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:31 +0000 (0:00:00.022) 0:01:52.458 ***** 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:32 +0000 (0:00:00.039) 0:01:52.498 ***** 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:32 +0000 (0:00:00.022) 0:01:52.520 ***** 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:32 +0000 (0:00:00.020) 0:01:52.540 ***** 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:32 +0000 (0:00:00.019) 0:01:52.560 ***** 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:32 +0000 (0:00:00.020) 0:01:52.580 ***** 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:32 +0000 (0:00:00.019) 0:01:52.599 ***** 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:32 +0000 (0:00:00.020) 0:01:52.619 ***** 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:32 +0000 (0:00:00.020) 0:01:52.640 ***** 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:32 +0000 (0:00:00.020) 0:01:52.661 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 30 December 2023 01:34:32 +0000 (0:00:00.019) 0:01:52.681 ***** 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:32 +0000 (0:00:00.022) 0:01:52.704 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 30 December 2023 01:34:32 +0000 (0:00:00.021) 0:01:52.725 ***** 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:32 +0000 (0:00:00.027) 0:01:52.752 ***** 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:32 +0000 (0:00:00.020) 0:01:52.773 ***** 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:32 +0000 (0:00:00.074) 0:01:52.848 ***** 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:32 +0000 (0:00:00.038) 0:01:52.886 ***** 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:32 +0000 (0:00:00.041) 0:01:52.927 ***** 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:32 +0000 (0:00:00.040) 0:01:52.968 ***** 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:32 +0000 (0:00:00.020) 0:01:52.989 ***** 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:32 +0000 (0:00:00.032) 0:01:53.021 ***** 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:32 +0000 (0:00:00.021) 0:01:53.042 ***** 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:32 +0000 (0:00:00.243) 0:01:53.286 ***** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:33:36 UTC", "ActiveEnterTimestampMonotonic": "552967707", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target -.mount system.slice network.target systemd-journald.socket auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:33:36 UTC", "AssertTimestampMonotonic": "552956382", "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:36 UTC", "ConditionTimestampMonotonic": "552956381", "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": "7138", "ExecMainStartTimestamp": "Sat 2023-12-30 01:33:36 UTC", "ExecMainStartTimestampMonotonic": "552967637", "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:36 UTC", "InactiveExitTimestampMonotonic": "552967707", "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": "7138", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitInterval": "120000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-30 01:33:36 UTC", "WatchdogTimestampMonotonic": "552967682", "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:33 +0000 (0:00:00.730) 0:01:54.016 ***** 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:33 +0000 (0:00:00.019) 0:01:54.036 ***** 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:33 +0000 (0:00:00.021) 0:01:54.058 ***** 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:33 +0000 (0:00:00.064) 0:01:54.122 ***** 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:33 +0000 (0:00:00.287) 0:01:54.410 ***** 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:34 +0000 (0:00:00.143) 0:01:54.553 ***** 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:34 +0000 (0:00:00.301) 0:01:54.855 ***** 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:34 +0000 (0:00:00.206) 0:01:55.061 ***** 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:34 +0000 (0:00:00.051) 0:01:55.113 ***** 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:34 +0000 (0:00:00.032) 0:01:55.146 ***** 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:34 +0000 (0:00:00.041) 0:01:55.187 ***** 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:34 +0000 (0:00:00.021) 0:01:55.209 ***** 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:34 +0000 (0:00:00.024) 0:01:55.234 ***** 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:34 +0000 (0:00:00.022) 0:01:55.257 ***** 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:34 +0000 (0:00:00.021) 0:01:55.278 ***** 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:34 +0000 (0:00:00.068) 0:01:55.346 ***** 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:34 +0000 (0:00:00.052) 0:01:55.399 ***** 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:34 +0000 (0:00:00.034) 0:01:55.433 ***** 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:34 +0000 (0:00:00.020) 0:01:55.454 ***** 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:34 +0000 (0:00:00.021) 0:01:55.475 ***** 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.031) 0:01:55.507 ***** 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:55.528 ***** 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.022) 0:01:55.551 ***** 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.020) 0:01:55.571 ***** 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.038) 0:01:55.610 ***** 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.029) 0:01:55.640 ***** 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:35 +0000 (0:00:00.761) 0:01:56.401 ***** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } 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.106) 0:01:56.508 ***** 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.022) 0:01:56.530 ***** 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.023) 0:01:56.553 ***** 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.093) 0:01:56.647 ***** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 30 December 2023 01:34:36 +0000 (0:00:00.371) 0:01:57.018 ***** 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:36 +0000 (0:00:00.044) 0:01:57.063 ***** 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 2019] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 30 December 2023 01:34:36 +0000 (0:00:00.025) 0:01:57.088 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 30 December 2023 01:34:36 +0000 (0:00:00.057) 0:01:57.145 ***** 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:36 +0000 (0:00:00.050) 0:01:57.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:34:36 +0000 (0:00:00.026) 0:01:57.222 ***** 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:36 +0000 (0:00:00.024) 0:01:57.246 ***** 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:36 +0000 (0:00:00.025) 0:01:57.271 ***** 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:36 +0000 (0:00:00.027) 0:01:57.299 ***** 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:36 +0000 (0:00:00.023) 0:01:57.322 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4345.5-2.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.439) 0:01:57.762 ***** 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.033) 0:01:57.796 ***** 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.006053", "end": "2023-12-30 01:34:37.446443", "rc": 0, "start": "2023-12-30 01:34:37.440390" } 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.191) 0:01:57.988 ***** 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.796) 0:01:58.784 ***** 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.027) 0:01:58.812 ***** 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.020) 0:01:58.832 ***** 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.021) 0:01:58.853 ***** 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:38 +0000 (0:00:00.045) 0:01:58.899 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900017.1482174, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1703900017.1492174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 71303536, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1703900017.1482174, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 996, "version": "18446744072356921043", "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:38 +0000 (0:00:00.147) 0:01:59.046 ***** 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:38 +0000 (0:00:00.151) 0:01:59.197 ***** 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:38 +0000 (0:00:00.027) 0:01:59.225 ***** 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:38 +0000 (0:00:00.037) 0:01:59.262 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003358", "end": "2023-12-30 01:34:38.897452", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:38.894094" } 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:38 +0000 (0:00:00.155) 0:01:59.417 ***** 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:38 +0000 (0:00:00.027) 0:01:59.445 ***** 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:38 +0000 (0:00:00.023) 0:01:59.469 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900018.0532036, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1703900018.0532036, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 92275017, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1703900018.0532036, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 996, "version": "18446744072013498657", "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:39 +0000 (0:00:00.167) 0:01:59.636 ***** 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:39 +0000 (0:00:00.180) 0:01:59.816 ***** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "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:39 +0000 (0:00:00.026) 0:01:59.843 ***** 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:39 +0000 (0:00:00.033) 0:01:59.876 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003579", "end": "2023-12-30 01:34:39.523412", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:39.519833" } 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:39 +0000 (0:00:00.162) 0:02:00.039 ***** 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:39 +0000 (0:00:00.026) 0:02:00.066 ***** 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:39 +0000 (0:00:00.023) 0:02:00.089 ***** 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:39 +0000 (0:00:00.022) 0:02:00.112 ***** 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:39 +0000 (0:00:00.326) 0:02:00.438 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:24:35 UTC", "ActiveEnterTimestampMonotonic": "11953627", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket systemd-sysctl.service dbus.service system.slice basic.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:24:34 UTC", "AssertTimestampMonotonic": "11214984", "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:34 UTC", "ConditionTimestampMonotonic": "11214979", "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": "947", "ExecMainStartTimestamp": "Sat 2023-12-30 01:24:34 UTC", "ExecMainStartTimestampMonotonic": "11226995", "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:34 UTC", "InactiveExitTimestampMonotonic": "11227080", "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": "947", "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 system.slice basic.target polkit.service", "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:35 UTC", "WatchdogTimestampMonotonic": "11953420", "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:40 +0000 (0:00:00.231) 0:02:00.670 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.108339", "end": "2023-12-30 01:34:40.395276", "rc": 0, "start": "2023-12-30 01:34:40.286937" } 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:40 +0000 (0:00:00.239) 0:02:00.910 ***** 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:40 +0000 (0:00:00.032) 0:02:00.942 ***** 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:40 +0000 (0:00:00.020) 0:02:00.962 ***** 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:40 +0000 (0:00:00.021) 0:02:00.984 ***** 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:40 +0000 (0:00:00.188) 0:02:01.172 ***** 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.336) 0:02:01.509 ***** 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.038) 0:02:01.548 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:34:33 UTC", "ActiveEnterTimestampMonotonic": "609940792", "ActiveExitTimestamp": "Sat 2023-12-30 01:34:32 UTC", "ActiveExitTimestampMonotonic": "609434812", "ActiveState": "active", "After": "network.target auditd.service basic.target system.slice systemd-journald.socket -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:34:33 UTC", "AssertTimestampMonotonic": "609934246", "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:33 UTC", "ConditionTimestampMonotonic": "609934244", "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": "7814", "ExecMainStartTimestamp": "Sat 2023-12-30 01:34:33 UTC", "ExecMainStartTimestampMonotonic": "609940721", "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:33 UTC", "InactiveEnterTimestampMonotonic": "609925961", "InactiveExitTimestamp": "Sat 2023-12-30 01:34:33 UTC", "InactiveExitTimestampMonotonic": "609940792", "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": "7814", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.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:33 UTC", "WatchdogTimestampMonotonic": "609940767", "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:41 +0000 (0:00:00.224) 0:02:01.773 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003152", "end": "2023-12-30 01:34:41.398715", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:34:41.395563" } 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:41 +0000 (0:00:00.154) 0:02:01.927 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003124", "end": "2023-12-30 01:34:41.551602", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:41.548478" } 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:41 +0000 (0:00:00.137) 0:02:02.064 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:41 +0000 (0:00:00.030) 0:02:02.094 ***** 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": 7714, "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:42 +0000 (0:00:01.239) 0:02:03.334 ***** 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:43 +0000 (0:00:00.244) 0:02:03.578 ***** 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:43 +0000 (0:00:00.058) 0:02:03.637 ***** 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:43 +0000 (0:00:00.654) 0:02:04.291 ***** 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:43 +0000 (0:00:00.027) 0:02:04.319 ***** 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:43 +0000 (0:00:00.021) 0:02:04.340 ***** 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:43 +0000 (0:00:00.021) 0:02:04.361 ***** 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.005077", "end": "2023-12-30 01:34:43.988678", "rc": 0, "start": "2023-12-30 01:34:43.983601" } 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:44 +0000 (0:00:00.165) 0:02:04.527 ***** 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:44 +0000 (0:00:00.027) 0:02:04.555 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the 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:44 +0000 (0:00:00.679) 0:02:05.235 ***** 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:44 +0000 (0:00:00.023) 0:02:05.258 ***** 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:44 +0000 (0:00:00.069) 0:02:05.328 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003387", "end": "2023-12-30 01:34:44.952818", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:44.949431" } 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:44 +0000 (0:00:00.139) 0:02:05.467 ***** 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:45 +0000 (0:00:00.025) 0:02:05.493 ***** 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:45 +0000 (0:00:00.020) 0:02:05.513 ***** 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:45 +0000 (0:00:00.021) 0:02:05.535 ***** 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:45 +0000 (0:00:00.022) 0:02:05.558 ***** 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:45 +0000 (0:00:00.039) 0:02:05.597 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003146", "end": "2023-12-30 01:34:45.233820", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:34:45.230674" } 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:45 +0000 (0:00:00.148) 0:02:05.745 ***** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.132728", "end": "2023-12-30 01:34:45.508752", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:45.376024" } 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:45 +0000 (0:00:00.281) 0:02:06.027 ***** 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:45 +0000 (0:00:00.034) 0:02:06.061 ***** 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:45 +0000 (0:00:00.023) 0:02:06.084 ***** 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:45 +0000 (0:00:00.063) 0:02:06.148 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003081", "end": "2023-12-30 01:34:45.776796", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:45.773715" } 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:45 +0000 (0:00:00.141) 0:02:06.290 ***** 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:45 +0000 (0:00:00.028) 0:02:06.319 ***** 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:45 +0000 (0:00:00.057) 0:02:06.377 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-fts-15.0.4345.5-2.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:46 +0000 (0:00:00.335) 0:02:06.713 ***** 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:46 +0000 (0:00:00.336) 0:02:07.050 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003248", "end": "2023-12-30 01:34:46.676344", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:46.673096" } 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:46 +0000 (0:00:00.141) 0:02:07.191 ***** 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:46 +0000 (0:00:00.024) 0:02:07.215 ***** 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:46 +0000 (0:00:00.022) 0:02:07.238 ***** 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:46 +0000 (0:00:00.036) 0:02:07.275 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003283", "end": "2023-12-30 01:34:46.900386", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:46.897103" } 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:46 +0000 (0:00:00.138) 0:02:07.413 ***** 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:46 +0000 (0:00:00.025) 0:02:07.439 ***** 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:46 +0000 (0:00:00.022) 0:02:07.461 ***** 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:47 +0000 (0:00:00.037) 0:02:07.499 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003159", "end": "2023-12-30 01:34:47.123117", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:47.119958" } 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:47 +0000 (0:00:00.137) 0:02:07.636 ***** 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:47 +0000 (0:00:00.026) 0:02:07.662 ***** 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:47 +0000 (0:00:00.087) 0:02:07.750 ***** 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:47 +0000 (0:00:00.020) 0:02:07.771 ***** 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:47 +0000 (0:00:00.020) 0:02:07.791 ***** 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:47 +0000 (0:00:00.023) 0:02:07.815 ***** 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:47 +0000 (0:00:00.020) 0:02:07.835 ***** 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:47 +0000 (0:00:00.020) 0:02:07.855 ***** 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:47 +0000 (0:00:00.020) 0:02:07.876 ***** 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:47 +0000 (0:00:00.020) 0:02:07.896 ***** 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:47 +0000 (0:00:00.022) 0:02:07.918 ***** 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:47 +0000 (0:00:00.023) 0:02:07.942 ***** 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:47 +0000 (0:00:00.021) 0:02:07.963 ***** 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:47 +0000 (0:00:00.022) 0:02:07.985 ***** 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:47 +0000 (0:00:00.021) 0:02:08.007 ***** 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:47 +0000 (0:00:00.021) 0:02:08.029 ***** 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:47 +0000 (0:00:00.020) 0:02:08.049 ***** 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:47 +0000 (0:00:00.020) 0:02:08.070 ***** 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:47 +0000 (0:00:00.021) 0:02:08.091 ***** 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:47 +0000 (0:00:00.020) 0:02:08.112 ***** 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:47 +0000 (0:00:00.020) 0:02:08.132 ***** 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:47 +0000 (0:00:00.060) 0:02:08.192 ***** 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:47 +0000 (0:00:00.021) 0:02:08.214 ***** 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:47 +0000 (0:00:00.020) 0:02:08.234 ***** 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:47 +0000 (0:00:00.021) 0:02:08.255 ***** 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:47 +0000 (0:00:00.019) 0:02:08.275 ***** 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:47 +0000 (0:00:00.020) 0:02:08.296 ***** 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:47 +0000 (0:00:00.019) 0:02:08.316 ***** 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:47 +0000 (0:00:00.019) 0:02:08.335 ***** 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:47 +0000 (0:00:00.021) 0:02:08.356 ***** 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:47 +0000 (0:00:00.020) 0:02:08.377 ***** 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:47 +0000 (0:00:00.026) 0:02:08.404 ***** 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:47 +0000 (0:00:00.020) 0:02:08.425 ***** 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:47 +0000 (0:00:00.027) 0:02:08.452 ***** 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:47 +0000 (0:00:00.028) 0:02:08.481 ***** 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:48 +0000 (0:00:00.020) 0:02:08.501 ***** 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:48 +0000 (0:00:00.024) 0:02:08.526 ***** 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:48 +0000 (0:00:00.020) 0:02:08.547 ***** 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:48 +0000 (0:00:00.020) 0:02:08.568 ***** 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:48 +0000 (0:00:00.027) 0:02:08.595 ***** 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:48 +0000 (0:00:00.025) 0:02:08.620 ***** 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:48 +0000 (0:00:00.061) 0:02:08.682 ***** 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:48 +0000 (0:00:00.020) 0:02:08.702 ***** 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:48 +0000 (0:00:00.020) 0:02:08.723 ***** 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:48 +0000 (0:00:00.021) 0:02:08.744 ***** 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:48 +0000 (0:00:00.019) 0:02:08.764 ***** 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:48 +0000 (0:00:00.021) 0:02:08.786 ***** 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:48 +0000 (0:00:00.020) 0:02:08.806 ***** 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:48 +0000 (0:00:00.021) 0:02:08.827 ***** 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:48 +0000 (0:00:00.021) 0:02:08.848 ***** 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:48 +0000 (0:00:00.020) 0:02:08.869 ***** 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:48 +0000 (0:00:00.027) 0:02:08.896 ***** 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:48 +0000 (0:00:00.020) 0:02:08.917 ***** 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:48 +0000 (0:00:00.024) 0:02:08.942 ***** 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:48 +0000 (0:00:00.020) 0:02:08.962 ***** 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:48 +0000 (0:00:00.022) 0:02:08.985 ***** 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:48 +0000 (0:00:00.026) 0:02:09.012 ***** 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:48 +0000 (0:00:00.022) 0:02:09.034 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 30 December 2023 01:34:48 +0000 (0:00:00.021) 0:02:09.056 ***** 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:48 +0000 (0:00:00.020) 0:02:09.077 ***** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 30 December 2023 01:34:48 +0000 (0:00:00.206) 0:02:09.283 ***** 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:48 +0000 (0:00:00.021) 0:02:09.305 ***** 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:48 +0000 (0:00:00.021) 0:02:09.326 ***** 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:48 +0000 (0:00:00.116) 0:02:09.442 ***** 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:34:49.067699", "rc": 0, "start": "2023-12-30 01:34:49.062440" } 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:49 +0000 (0:00:00.136) 0:02:09.579 ***** 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.005143", "end": "2023-12-30 01:34:49.207691", "rc": 0, "start": "2023-12-30 01:34:49.202548" } 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:49 +0000 (0:00:00.145) 0:02:09.724 ***** 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:49 +0000 (0:00:00.025) 0:02:09.749 ***** 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:49 +0000 (0:00:00.053) 0:02:09.803 ***** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004384", "end": "2023-12-30 01:34:49.427672", "rc": 0, "start": "2023-12-30 01:34:49.423288" } 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:49 +0000 (0:00:00.137) 0:02:09.940 ***** 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:49 +0000 (0:00:00.027) 0:02:09.968 ***** 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:49 +0000 (0:00:00.020) 0:02:09.989 ***** 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:49 +0000 (0:00:00.060) 0:02:10.049 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004470", "end": "2023-12-30 01:34:49.674286", "rc": 0, "start": "2023-12-30 01:34:49.669816" } 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:49 +0000 (0:00:00.138) 0:02:10.188 ***** 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:49 +0000 (0:00:00.025) 0:02:10.213 ***** 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:49 +0000 (0:00:00.023) 0:02:10.237 ***** 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:49 +0000 (0:00:00.026) 0:02:10.263 ***** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004435", "end": "2023-12-30 01:34:49.893588", "rc": 0, "start": "2023-12-30 01:34:49.889153" } 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:49 +0000 (0:00:00.142) 0:02:10.406 ***** 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:49 +0000 (0:00:00.028) 0:02:10.435 ***** 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:49 +0000 (0:00:00.022) 0:02:10.457 ***** 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:49 +0000 (0:00:00.021) 0:02:10.479 ***** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004484", "end": "2023-12-30 01:34:50.104912", "rc": 0, "start": "2023-12-30 01:34:50.100428" } 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:50 +0000 (0:00:00.138) 0:02:10.617 ***** 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:50 +0000 (0:00:00.027) 0:02:10.645 ***** 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:50 +0000 (0:00:00.021) 0:02:10.667 ***** 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:50 +0000 (0:00:00.022) 0:02:10.689 ***** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004596", "end": "2023-12-30 01:34:50.316451", "rc": 0, "start": "2023-12-30 01:34:50.311855" } 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:50 +0000 (0:00:00.139) 0:02:10.829 ***** 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:50 +0000 (0:00:00.023) 0:02:10.852 ***** 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:50 +0000 (0:00:00.029) 0:02:10.881 ***** 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:50 +0000 (0:00:00.020) 0:02:10.902 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900017.1482174, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1703900017.1492174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 71303536, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1703900017.1482174, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 996, "version": "18446744072356921043", "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:50 +0000 (0:00:00.175) 0:02:11.077 ***** 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:50 +0000 (0:00:00.026) 0:02:11.104 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900018.0532036, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1703900018.0532036, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 92275017, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1703900018.0532036, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 996, "version": "18446744072013498657", "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:50 +0000 (0:00:00.141) 0:02:11.245 ***** 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:50 +0000 (0:00:00.025) 0:02:11.270 ***** 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:50 +0000 (0:00:00.041) 0:02:11.311 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:34:33 UTC", "ActiveEnterTimestampMonotonic": "609940792", "ActiveExitTimestamp": "Sat 2023-12-30 01:34:32 UTC", "ActiveExitTimestampMonotonic": "609434812", "ActiveState": "active", "After": "network.target auditd.service basic.target system.slice systemd-journald.socket -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:34:33 UTC", "AssertTimestampMonotonic": "609934246", "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:33 UTC", "ConditionTimestampMonotonic": "609934244", "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": "7814", "ExecMainStartTimestamp": "Sat 2023-12-30 01:34:33 UTC", "ExecMainStartTimestampMonotonic": "609940721", "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:33 UTC", "InactiveEnterTimestampMonotonic": "609925961", "InactiveExitTimestamp": "Sat 2023-12-30 01:34:33 UTC", "InactiveExitTimestampMonotonic": "609940792", "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": "7814", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.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:33 UTC", "WatchdogTimestampMonotonic": "609940767", "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:51 +0000 (0:00:00.203) 0:02:11.514 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003168", "end": "2023-12-30 01:34:51.142264", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:34:51.139096" } 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:51 +0000 (0:00:00.137) 0:02:11.652 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003292", "end": "2023-12-30 01:34:51.276926", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:51.273634" } 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:51 +0000 (0:00:00.135) 0:02:11.788 ***** 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:51 +0000 (0:00:00.029) 0:02:11.817 ***** 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": 9901, "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:52 +0000 (0:00:01.153) 0:02:12.970 ***** 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.021856", "end": "2023-12-30 01:34:52.632634", "rc": 0, "start": "2023-12-30 01:34:52.610778" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU24) (KB5031908) - 15.0.4345.5 (X64) Dec 4 2023 14:44:16 Copyright (C) 2019 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:52 +0000 (0:00:00.223) 0:02:13.194 ***** 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:52 +0000 (0:00:00.023) 0:02:13.217 ***** 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:52 +0000 (0:00:00.035) 0:02:13.253 ***** 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:53 +0000 (0:00:00.655) 0:02:13.908 ***** 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:53 +0000 (0:00:00.032) 0:02:13.940 ***** 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:53 +0000 (0:00:00.022) 0:02:13.963 ***** 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:53 +0000 (0:00:00.036) 0:02:13.999 ***** 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:54 +0000 (0:00:00.686) 0:02:14.685 ***** 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:54 +0000 (0:00:00.029) 0:02:14.715 ***** 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:54 +0000 (0:00:00.021) 0:02:14.737 ***** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004338", "end": "2023-12-30 01:34:54.362552", "rc": 0, "start": "2023-12-30 01:34:54.358214" } 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:54 +0000 (0:00:00.136) 0:02:14.874 ***** 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:54 +0000 (0:00:00.024) 0:02:14.898 ***** 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:54 +0000 (0:00:00.021) 0:02:14.920 ***** 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:54 +0000 (0:00:00.035) 0:02:14.956 ***** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004381", "end": "2023-12-30 01:34:54.580968", "rc": 0, "start": "2023-12-30 01:34:54.576587" } 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:54 +0000 (0:00:00.136) 0:02:15.093 ***** 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:54 +0000 (0:00:00.022) 0:02:15.115 ***** 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:54 +0000 (0:00:00.026) 0:02:15.142 ***** 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:54 +0000 (0:00:00.020) 0:02:15.163 ***** 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:54 +0000 (0:00:00.037) 0:02:15.200 ***** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004429", "end": "2023-12-30 01:34:54.835544", "rc": 0, "start": "2023-12-30 01:34:54.831115" } 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:54 +0000 (0:00:00.147) 0:02:15.348 ***** 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:54 +0000 (0:00:00.021) 0:02:15.370 ***** 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:54 +0000 (0:00:00.029) 0:02:15.399 ***** 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:54 +0000 (0:00:00.059) 0:02:15.458 ***** 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:54 +0000 (0:00:00.020) 0:02:15.478 ***** 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:55 +0000 (0:00:00.022) 0:02:15.501 ***** 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:55 +0000 (0:00:00.020) 0:02:15.522 ***** 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:55 +0000 (0:00:00.020) 0:02:15.542 ***** 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:55 +0000 (0:00:00.021) 0:02:15.564 ***** 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:55 +0000 (0:00:00.021) 0:02:15.586 ***** 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:55 +0000 (0:00:00.020) 0:02:15.606 ***** 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:55 +0000 (0:00:00.259) 0:02:15.866 ***** 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:55 +0000 (0:00:00.087) 0:02:15.953 ***** 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:55 +0000 (0:00:00.025) 0:02:15.979 ***** 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:55 +0000 (0:00:00.038) 0:02:16.017 ***** 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:55 +0000 (0:00:00.020) 0:02:16.037 ***** 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:55 +0000 (0:00:00.020) 0:02:16.058 ***** 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:55 +0000 (0:00:00.021) 0:02:16.079 ***** 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:55 +0000 (0:00:00.021) 0:02:16.100 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 30 December 2023 01:34:55 +0000 (0:00:00.021) 0:02:16.122 ***** 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:55 +0000 (0:00:00.020) 0:02:16.143 ***** 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:55 +0000 (0:00:00.021) 0:02:16.165 ***** 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:55 +0000 (0:00:00.022) 0:02:16.187 ***** 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:55 +0000 (0:00:00.020) 0:02:16.208 ***** 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:55 +0000 (0:00:00.025) 0:02:16.233 ***** 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:55 +0000 (0:00:00.020) 0:02:16.253 ***** 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:55 +0000 (0:00:00.021) 0:02:16.275 ***** 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:55 +0000 (0:00:00.020) 0:02:16.295 ***** 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:55 +0000 (0:00:00.021) 0:02:16.316 ***** 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:55 +0000 (0:00:00.022) 0:02:16.338 ***** 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:56 +0000 (0:00:00.702) 0:02:17.041 ***** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } 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:56 +0000 (0:00:00.059) 0:02:17.101 ***** 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:56 +0000 (0:00:00.022) 0:02:17.123 ***** 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:56 +0000 (0:00:00.025) 0:02:17.149 ***** 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:56 +0000 (0:00:00.041) 0:02:17.190 ***** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 30 December 2023 01:34:57 +0000 (0:00:00.318) 0:02:17.508 ***** 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:57 +0000 (0:00:00.022) 0:02:17.530 ***** 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 2019] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 30 December 2023 01:34:57 +0000 (0:00:00.023) 0:02:17.554 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 30 December 2023 01:34:57 +0000 (0:00:00.023) 0:02:17.577 ***** 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:57 +0000 (0:00:00.025) 0:02:17.602 ***** 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:57 +0000 (0:00:00.021) 0:02:17.624 ***** 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:57 +0000 (0:00:00.020) 0:02:17.644 ***** 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:57 +0000 (0:00:00.022) 0:02:17.666 ***** 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:57 +0000 (0:00:00.022) 0:02:17.689 ***** 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:57 +0000 (0:00:00.102) 0:02:17.792 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4345.5-2.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:57 +0000 (0:00:00.333) 0:02:18.126 ***** 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:57 +0000 (0:00:00.025) 0:02:18.151 ***** 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.005245", "end": "2023-12-30 01:34:57.780942", "rc": 0, "start": "2023-12-30 01:34:57.775697" } 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:57 +0000 (0:00:00.140) 0:02:18.292 ***** 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:58 +0000 (0:00:00.768) 0:02:19.061 ***** 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:58 +0000 (0:00:00.031) 0:02:19.092 ***** 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:58 +0000 (0:00:00.023) 0:02:19.116 ***** 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:58 +0000 (0:00:00.023) 0:02:19.139 ***** 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:58 +0000 (0:00:00.075) 0:02:19.215 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900016.401229, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1703900016.3682294, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 385876041, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1703900016.3682294, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1780502723", "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:58 +0000 (0:00:00.172) 0:02:19.388 ***** 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": 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:59 +0000 (0:00:00.154) 0:02:19.542 ***** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" } ], "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:59 +0000 (0:00:00.098) 0:02:19.640 ***** 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:59 +0000 (0:00:00.037) 0:02:19.678 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003337", "end": "2023-12-30 01:34:59.308668", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:59.305331" } 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:59 +0000 (0:00:00.144) 0:02:19.822 ***** 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.130786", "end": "2023-12-30 01:34:59.581539", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:34:59.450753" } 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:59 +0000 (0:00:00.296) 0:02:20.119 ***** 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:59 +0000 (0:00:00.040) 0:02:20.160 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900077.4272177, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1703900077.4262178, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 390070351, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1703900077.4262178, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "18446744071776257094", "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:59 +0000 (0:00:00.157) 0:02:20.317 ***** 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:59 +0000 (0:00:00.145) 0:02:20.463 ***** 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:35:00 +0000 (0:00:00.030) 0:02:20.494 ***** 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:00 +0000 (0:00:00.037) 0:02:20.531 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003206", "end": "2023-12-30 01:35:00.160098", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:00.156892" } 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:35:00 +0000 (0:00:00.143) 0:02:20.674 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/var/opt/mssql/log" ], "delta": "0:00:00.131250", "end": "2023-12-30 01:35:00.433038", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:00.301788" } 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:35:00 +0000 (0:00:00.276) 0:02:20.950 ***** 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:00 +0000 (0:00:00.028) 0:02:20.979 ***** 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:00 +0000 (0:00:00.020) 0:02:20.999 ***** 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:00 +0000 (0:00:00.332) 0:02:21.331 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:24:35 UTC", "ActiveEnterTimestampMonotonic": "11953627", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket systemd-sysctl.service dbus.service system.slice basic.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:24:34 UTC", "AssertTimestampMonotonic": "11214984", "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:34 UTC", "ConditionTimestampMonotonic": "11214979", "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": "947", "ExecMainStartTimestamp": "Sat 2023-12-30 01:24:34 UTC", "ExecMainStartTimestampMonotonic": "11226995", "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:34 UTC", "InactiveExitTimestampMonotonic": "11227080", "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": "947", "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 system.slice basic.target polkit.service", "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:35 UTC", "WatchdogTimestampMonotonic": "11953420", "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:01 +0000 (0:00:00.208) 0:02:21.540 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.106607", "end": "2023-12-30 01:35:01.267561", "rc": 0, "start": "2023-12-30 01:35:01.160954" } 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:01 +0000 (0:00:00.243) 0:02:21.783 ***** 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:01 +0000 (0:00:00.022) 0:02:21.806 ***** 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:01 +0000 (0:00:00.042) 0:02:21.849 ***** 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:01 +0000 (0:00:00.025) 0:02:21.874 ***** 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:01 +0000 (0:00:00.154) 0:02:22.029 ***** 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:01 +0000 (0:00:00.332) 0:02:22.361 ***** 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:01 +0000 (0:00:00.040) 0:02:22.401 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:34:33 UTC", "ActiveEnterTimestampMonotonic": "609940792", "ActiveExitTimestamp": "Sat 2023-12-30 01:34:32 UTC", "ActiveExitTimestampMonotonic": "609434812", "ActiveState": "active", "After": "network.target auditd.service basic.target system.slice systemd-journald.socket -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:34:33 UTC", "AssertTimestampMonotonic": "609934246", "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:33 UTC", "ConditionTimestampMonotonic": "609934244", "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": "7814", "ExecMainStartTimestamp": "Sat 2023-12-30 01:34:33 UTC", "ExecMainStartTimestampMonotonic": "609940721", "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:33 UTC", "InactiveEnterTimestampMonotonic": "609925961", "InactiveExitTimestamp": "Sat 2023-12-30 01:34:33 UTC", "InactiveExitTimestampMonotonic": "609940792", "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": "7814", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.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:33 UTC", "WatchdogTimestampMonotonic": "609940767", "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:02 +0000 (0:00:00.221) 0:02:22.623 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003330", "end": "2023-12-30 01:35:02.253672", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:35:02.250342" } 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:35:02 +0000 (0:00:00.141) 0:02:22.765 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003498", "end": "2023-12-30 01:35:02.392208", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:02.388710" } 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:35:02 +0000 (0:00:00.140) 0:02:22.905 ***** 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:02 +0000 (0:00:00.092) 0:02:22.997 ***** 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": 10873, "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:03 +0000 (0:00:01.138) 0:02:24.136 ***** 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:35:03 +0000 (0:00:00.161) 0:02:24.298 ***** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:34:33 UTC", "ActiveEnterTimestampMonotonic": "609940792", "ActiveExitTimestamp": "Sat 2023-12-30 01:34:32 UTC", "ActiveExitTimestampMonotonic": "609434812", "ActiveState": "active", "After": "network.target auditd.service basic.target system.slice systemd-journald.socket -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:34:33 UTC", "AssertTimestampMonotonic": "609934246", "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:33 UTC", "ConditionTimestampMonotonic": "609934244", "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": "7814", "ExecMainStartTimestamp": "Sat 2023-12-30 01:34:33 UTC", "ExecMainStartTimestampMonotonic": "609940721", "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:33 UTC", "InactiveEnterTimestampMonotonic": "609925961", "InactiveExitTimestamp": "Sat 2023-12-30 01:34:33 UTC", "InactiveExitTimestampMonotonic": "609940792", "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": "7814", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.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:33 UTC", "WatchdogTimestampMonotonic": "609940767", "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:35:04 +0000 (0:00:00.452) 0:02:24.750 ***** 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:04 +0000 (0:00:00.677) 0:02:25.427 ***** 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:35:10 +0000 (0:00:05.869) 0:02:31.297 ***** 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:10 +0000 (0:00:00.024) 0:02:31.321 ***** 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:10 +0000 (0:00:00.021) 0:02:31.343 ***** 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.005081", "end": "2023-12-30 01:35:10.971344", "rc": 0, "start": "2023-12-30 01:35:10.966263" } 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:35:10 +0000 (0:00:00.140) 0:02:31.484 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:34:33 UTC", "ActiveEnterTimestampMonotonic": "609940792", "ActiveExitTimestamp": "Sat 2023-12-30 01:35:03 UTC", "ActiveExitTimestampMonotonic": "640436396", "ActiveState": "inactive", "After": "network.target auditd.service basic.target system.slice systemd-journald.socket -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:34:33 UTC", "AssertTimestampMonotonic": "609934246", "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:33 UTC", "ConditionTimestampMonotonic": "609934244", "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:35:04 UTC", "ExecMainExitTimestampMonotonic": "640666032", "ExecMainPID": "7814", "ExecMainStartTimestamp": "Sat 2023-12-30 01:34:33 UTC", "ExecMainStartTimestampMonotonic": "609940721", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-30 01:34:33 UTC] ; stop_time=[Sat 2023-12-30 01:35:04 UTC] ; pid=7814 ; 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:35:04 UTC", "InactiveEnterTimestampMonotonic": "640666141", "InactiveExitTimestamp": "Sat 2023-12-30 01:34:33 UTC", "InactiveExitTimestampMonotonic": "609940792", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.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:35:11 +0000 (0:00:00.273) 0:02:31.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 : 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:11 +0000 (0:00:00.668) 0:02:32.426 ***** 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:35:17 +0000 (0:00:05.884) 0:02:38.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:35:17 +0000 (0:00:00.037) 0:02:38.348 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003310", "end": "2023-12-30 01:35:17.986747", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:17.983437" } 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:35:18 +0000 (0:00:00.161) 0:02:38.509 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.126058", "end": "2023-12-30 01:35:18.262491", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:18.136433" } 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:35:18 +0000 (0:00:00.274) 0:02:38.783 ***** 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:18 +0000 (0:00:00.021) 0:02:38.805 ***** 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:18 +0000 (0:00:00.094) 0:02:38.900 ***** 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:18 +0000 (0:00:00.030) 0:02:38.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 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:18 +0000 (0:00:00.041) 0:02:38.972 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003147", "end": "2023-12-30 01:35:18.595009", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:35:18.591862" } 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:35:18 +0000 (0:00:00.135) 0:02:39.107 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1435" ], "delta": "0:00:00.126458", "end": "2023-12-30 01:35:18.858272", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:18.731814" } 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:35:18 +0000 (0:00:00.267) 0:02:39.375 ***** 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:18 +0000 (0:00:00.020) 0:02:39.395 ***** 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:18 +0000 (0:00:00.021) 0:02:39.416 ***** 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:18 +0000 (0:00:00.038) 0:02:39.455 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003150", "end": "2023-12-30 01:35:19.090063", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:19.086913" } 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:35:19 +0000 (0:00:00.153) 0:02:39.609 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "False" ], "delta": "0:00:00.126575", "end": "2023-12-30 01:35:19.366549", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:19.239974" } 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:35:19 +0000 (0:00:00.273) 0:02:39.882 ***** 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:19 +0000 (0:00:00.021) 0:02:39.904 ***** 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:15.0.4345.5-2 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 15.0.4345.5-2 @packages-microsoft-com-mssql-server-2019 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-15.0.4345.5-2.x86_64 1/1 \n Verifying : mssql-server-fts-15.0.4345.5-2.x86_64 1/1 \n\nRemoved:\n mssql-server-fts.x86_64 0:15.0.4345.5-2 \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:35:20 +0000 (0:00:01.188) 0:02:41.092 ***** 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:35:21 +0000 (0:00:01.129) 0:02:42.222 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003367", "end": "2023-12-30 01:35:21.848428", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:21.845061" } 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:21 +0000 (0:00:00.148) 0:02:42.370 ***** 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:21 +0000 (0:00:00.023) 0:02:42.394 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "off" ], "delta": "0:00:00.126953", "end": "2023-12-30 01:35:22.146935", "rc": 0, "start": "2023-12-30 01:35:22.019982" } 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:22 +0000 (0:00:00.269) 0:02:42.663 ***** 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:22 +0000 (0:00:00.037) 0:02:42.700 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003301", "end": "2023-12-30 01:35:22.331451", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:22.328150" } 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:22 +0000 (0:00:00.145) 0:02:42.845 ***** 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:22 +0000 (0:00:00.025) 0:02:42.871 ***** 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:22 +0000 (0:00:00.021) 0:02:42.892 ***** 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:22 +0000 (0:00:00.084) 0:02:42.977 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003323", "end": "2023-12-30 01:35:22.604023", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:22.600700" } 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:22 +0000 (0:00:00.140) 0:02:43.118 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "0" ], "delta": "0:00:00.126877", "end": "2023-12-30 01:35:22.881642", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:22.754765" } 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:22 +0000 (0:00:00.282) 0:02:43.400 ***** 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:22 +0000 (0:00:00.025) 0:02:43.425 ***** 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:22 +0000 (0:00:00.022) 0:02:43.448 ***** 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:22 +0000 (0:00:00.022) 0:02:43.471 ***** 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:23 +0000 (0:00:00.025) 0:02:43.496 ***** 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:23 +0000 (0:00:00.021) 0:02:43.518 ***** 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:23 +0000 (0:00:00.022) 0:02:43.540 ***** 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:23 +0000 (0:00:00.021) 0:02:43.561 ***** 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:23 +0000 (0:00:00.021) 0:02:43.583 ***** 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:23 +0000 (0:00:00.026) 0:02:43.609 ***** 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:23 +0000 (0:00:00.020) 0:02:43.630 ***** 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:23 +0000 (0:00:00.020) 0:02:43.651 ***** 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:23 +0000 (0:00:00.022) 0:02:43.673 ***** 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:23 +0000 (0:00:00.023) 0:02:43.697 ***** 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:23 +0000 (0:00:00.021) 0:02:43.718 ***** 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:23 +0000 (0:00:00.076) 0:02:43.795 ***** 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:23 +0000 (0:00:00.023) 0:02:43.818 ***** 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:23 +0000 (0:00:00.044) 0:02:43.862 ***** 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:23 +0000 (0:00:00.029) 0:02:43.892 ***** 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:23 +0000 (0:00:00.029) 0:02:43.921 ***** 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:23 +0000 (0:00:00.024) 0:02:43.945 ***** 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:23 +0000 (0:00:00.025) 0:02:43.970 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [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:23 +0000 (0:00:00.029) 0:02:44.000 ***** 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:23 +0000 (0:00:00.034) 0:02:44.034 ***** 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:23 +0000 (0:00:00.032) 0:02:44.066 ***** 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:23 +0000 (0:00:00.023) 0:02:44.090 ***** 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:23 +0000 (0:00:00.021) 0:02:44.112 ***** 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:23 +0000 (0:00:00.028) 0:02:44.140 ***** 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:23 +0000 (0:00:00.024) 0:02:44.164 ***** 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:23 +0000 (0:00:00.022) 0:02:44.187 ***** 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:23 +0000 (0:00:00.023) 0:02:44.210 ***** 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:23 +0000 (0:00:00.021) 0:02:44.232 ***** 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:23 +0000 (0:00:00.021) 0:02:44.254 ***** 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:23 +0000 (0:00:00.023) 0:02:44.278 ***** 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:23 +0000 (0:00:00.114) 0:02:44.392 ***** 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:23 +0000 (0:00:00.049) 0:02:44.442 ***** 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:23 +0000 (0:00:00.038) 0:02:44.480 ***** 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:24 +0000 (0:00:00.044) 0:02:44.524 ***** 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:24 +0000 (0:00:00.031) 0:02:44.556 ***** 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:24 +0000 (0:00:00.022) 0:02:44.578 ***** 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:24 +0000 (0:00:00.021) 0:02:44.600 ***** 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:24 +0000 (0:00:00.021) 0:02:44.622 ***** 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:24 +0000 (0:00:00.024) 0:02:44.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:35:24 +0000 (0:00:00.028) 0:02:44.676 ***** 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:24 +0000 (0:00:00.031) 0:02:44.707 ***** 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:24 +0000 (0:00:00.041) 0:02:44.749 ***** 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:24 +0000 (0:00:00.037) 0:02:44.787 ***** 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:24 +0000 (0:00:00.033) 0:02:44.820 ***** 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:24 +0000 (0:00:00.030) 0:02:44.851 ***** 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:24 +0000 (0:00:00.030) 0:02:44.881 ***** 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:24 +0000 (0:00:00.031) 0:02:44.913 ***** 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:24 +0000 (0:00:00.032) 0:02:44.945 ***** 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:24 +0000 (0:00:00.048) 0:02:44.994 ***** 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:24 +0000 (0:00:00.065) 0:02:45.059 ***** 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:24 +0000 (0:00:00.119) 0:02:45.178 ***** 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:24 +0000 (0:00:00.071) 0:02:45.250 ***** 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:24 +0000 (0:00:00.023) 0:02:45.273 ***** 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:24 +0000 (0:00:00.041) 0:02:45.315 ***** 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:24 +0000 (0:00:00.074) 0:02:45.389 ***** 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:25 +0000 (0:00:00.232) 0:02:45.622 ***** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:34:33 UTC", "ActiveEnterTimestampMonotonic": "609940792", "ActiveExitTimestamp": "Sat 2023-12-30 01:35:03 UTC", "ActiveExitTimestampMonotonic": "640436396", "ActiveState": "inactive", "After": "network.target auditd.service basic.target system.slice systemd-journald.socket -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:34:33 UTC", "AssertTimestampMonotonic": "609934246", "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:33 UTC", "ConditionTimestampMonotonic": "609934244", "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:35:04 UTC", "ExecMainExitTimestampMonotonic": "640666032", "ExecMainPID": "7814", "ExecMainStartTimestamp": "Sat 2023-12-30 01:34:33 UTC", "ExecMainStartTimestampMonotonic": "609940721", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-30 01:34:33 UTC] ; stop_time=[Sat 2023-12-30 01:35:04 UTC] ; pid=7814 ; 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:35:04 UTC", "InactiveEnterTimestampMonotonic": "640666141", "InactiveExitTimestamp": "Sat 2023-12-30 01:34:33 UTC", "InactiveExitTimestampMonotonic": "609940792", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.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:25 +0000 (0:00:00.304) 0:02:45.927 ***** 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:25 +0000 (0:00:00.022) 0:02:45.949 ***** 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:25 +0000 (0:00:00.055) 0:02:46.004 ***** 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:26 +0000 (0:00:00.522) 0:02:46.527 ***** 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:26 +0000 (0:00:00.039) 0:02:46.567 ***** 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:26 +0000 (0:00:00.030) 0:02:46.598 ***** 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:26 +0000 (0:00:00.039) 0:02:46.637 ***** 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:26 +0000 (0:00:00.019) 0:02:46.657 ***** 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:26 +0000 (0:00:00.024) 0:02:46.682 ***** 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:26 +0000 (0:00:00.026) 0:02:46.708 ***** 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:26 +0000 (0:00:00.023) 0:02:46.731 ***** 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:26 +0000 (0:00:00.050) 0:02:46.781 ***** 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:26 +0000 (0:00:00.024) 0:02:46.806 ***** 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:26 +0000 (0:00:00.041) 0:02:46.847 ***** 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:26 +0000 (0:00:00.025) 0:02:46.873 ***** 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:26 +0000 (0:00:00.027) 0:02:46.901 ***** 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:26 +0000 (0:00:00.042) 0:02:46.943 ***** 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:26 +0000 (0:00:00.039) 0:02:46.982 ***** 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:26 +0000 (0:00:00.151) 0:02:47.134 ***** 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:26 +0000 (0:00:00.028) 0:02:47.162 ***** 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:26 +0000 (0:00:00.024) 0:02:47.187 ***** 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:26 +0000 (0:00:00.027) 0:02:47.215 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [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:27 +0000 (0:00:00.879) 0:02:48.095 ***** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } 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:27 +0000 (0:00:00.057) 0:02:48.152 ***** 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:27 +0000 (0:00:00.030) 0:02:48.183 ***** 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:27 +0000 (0:00:00.044) 0:02:48.227 ***** 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:27 +0000 (0:00:00.063) 0:02:48.290 ***** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 30 December 2023 01:35:28 +0000 (0:00:00.352) 0:02:48.643 ***** 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:28 +0000 (0:00:00.035) 0:02:48.678 ***** 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 2019] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 30 December 2023 01:35:28 +0000 (0:00:00.043) 0:02:48.722 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 30 December 2023 01:35:28 +0000 (0:00:00.157) 0:02:48.879 ***** 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:28 +0000 (0:00:00.033) 0:02:48.913 ***** 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:28 +0000 (0:00:00.040) 0:02:48.953 ***** 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:28 +0000 (0:00:00.025) 0:02:48.979 ***** 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:28 +0000 (0:00:00.024) 0:02:49.003 ***** 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:28 +0000 (0:00:00.024) 0:02:49.028 ***** 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:28 +0000 (0:00:00.031) 0:02:49.060 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4345.5-2.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:29 +0000 (0:00:00.530) 0:02:49.591 ***** 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:29 +0000 (0:00:00.070) 0:02:49.661 ***** 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.006934", "end": "2023-12-30 01:35:29.359279", "rc": 0, "start": "2023-12-30 01:35:29.352345" } 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:29 +0000 (0:00:00.226) 0:02:49.887 ***** 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:30 +0000 (0:00:00.898) 0:02:50.786 ***** 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:30 +0000 (0:00:00.045) 0:02:50.831 ***** 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:30 +0000 (0:00:00.021) 0:02:50.853 ***** 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:30 +0000 (0:00:00.023) 0:02:50.877 ***** 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:30 +0000 (0:00:00.048) 0:02:50.925 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900016.401229, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1703900016.3682294, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 385876041, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1703900016.3682294, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1780502723", "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:30 +0000 (0:00:00.229) 0:02:51.154 ***** 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": 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:30 +0000 (0:00:00.145) 0:02:51.300 ***** 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:30 +0000 (0:00:00.029) 0:02:51.330 ***** 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:30 +0000 (0:00:00.044) 0:02:51.374 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003119", "end": "2023-12-30 01:35:31.006751", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:31.003632" } 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:31 +0000 (0:00:00.157) 0:02:51.532 ***** 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:31 +0000 (0:00:00.033) 0:02:51.565 ***** 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:31 +0000 (0:00:00.050) 0:02:51.615 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900128.5742211, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1703900128.590221, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 390070351, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1703900128.590221, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "18446744071776257094", "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:31 +0000 (0:00:00.167) 0:02:51.782 ***** 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:31 +0000 (0:00:00.174) 0:02:51.957 ***** 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:31 +0000 (0:00:00.028) 0:02:51.985 ***** 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:31 +0000 (0:00:00.046) 0:02:52.032 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003116", "end": "2023-12-30 01:35:31.662516", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:31.659400" } 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:31 +0000 (0:00:00.142) 0:02:52.175 ***** 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:31 +0000 (0:00:00.028) 0:02:52.203 ***** 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:31 +0000 (0:00:00.024) 0:02:52.228 ***** 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:31 +0000 (0:00:00.106) 0:02:52.334 ***** 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:32 +0000 (0:00:00.354) 0:02:52.688 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:24:35 UTC", "ActiveEnterTimestampMonotonic": "11953627", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket systemd-sysctl.service dbus.service system.slice basic.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:24:34 UTC", "AssertTimestampMonotonic": "11214984", "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:34 UTC", "ConditionTimestampMonotonic": "11214979", "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": "947", "ExecMainStartTimestamp": "Sat 2023-12-30 01:24:34 UTC", "ExecMainStartTimestampMonotonic": "11226995", "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:34 UTC", "InactiveExitTimestampMonotonic": "11227080", "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": "947", "MemoryAccounting": "no", "MemoryCurrent": "18350080", "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 system.slice basic.target polkit.service", "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:35 UTC", "WatchdogTimestampMonotonic": "11953420", "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:32 +0000 (0:00:00.245) 0:02:52.934 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.108223", "end": "2023-12-30 01:35:32.686137", "rc": 0, "start": "2023-12-30 01:35:32.577914" } 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:32 +0000 (0:00:00.265) 0:02:53.200 ***** 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:32 +0000 (0:00:00.028) 0:02:53.228 ***** 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:32 +0000 (0:00:00.029) 0:02:53.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:35:32 +0000 (0:00:00.022) 0:02:53.280 ***** 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:32 +0000 (0:00:00.180) 0:02:53.460 ***** 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:33 +0000 (0:00:00.350) 0:02:53.811 ***** 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:33 +0000 (0:00:00.049) 0:02:53.861 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:35:25 UTC", "ActiveEnterTimestampMonotonic": "661805733", "ActiveExitTimestamp": "Sat 2023-12-30 01:35:03 UTC", "ActiveExitTimestampMonotonic": "640436396", "ActiveState": "active", "After": "network.target auditd.service basic.target system.slice systemd-journald.socket -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:35:25 UTC", "AssertTimestampMonotonic": "661798144", "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:25 UTC", "ConditionTimestampMonotonic": "661798142", "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": "9852", "ExecMainStartTimestamp": "Sat 2023-12-30 01:35:25 UTC", "ExecMainStartTimestampMonotonic": "661805669", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-30 01:35:25 UTC] ; stop_time=[n/a] ; pid=9852 ; 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:35:04 UTC", "InactiveEnterTimestampMonotonic": "640666141", "InactiveExitTimestamp": "Sat 2023-12-30 01:35:25 UTC", "InactiveExitTimestampMonotonic": "661805733", "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": "9852", "MemoryAccounting": "no", "MemoryCurrent": "684507136", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.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": "147", "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:25 UTC", "WatchdogTimestampMonotonic": "661805708", "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:33 +0000 (0:00:00.216) 0:02:54.077 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003141", "end": "2023-12-30 01:35:33.702382", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:33.699241" } 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:33 +0000 (0:00:00.138) 0:02:54.216 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003190", "end": "2023-12-30 01:35:33.842523", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:33.839333" } 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:33 +0000 (0:00:00.144) 0:02:54.360 ***** 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:34 +0000 (0:00:00.147) 0:02:54.508 ***** 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": 7552, "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:35 +0000 (0:00:01.149) 0:02:55.658 ***** 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:35 +0000 (0:00:00.176) 0:02:55.835 ***** 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:35 +0000 (0:00:00.025) 0:02:55.860 ***** 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:36 +0000 (0:00:00.653) 0:02:56.514 ***** 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:36 +0000 (0:00:00.043) 0:02:56.557 ***** 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:36 +0000 (0:00:00.028) 0:02:56.586 ***** 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:36 +0000 (0:00:00.037) 0:02:56.623 ***** 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.005247", "end": "2023-12-30 01:35:36.255802", "rc": 0, "start": "2023-12-30 01:35:36.250555" } 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:36 +0000 (0:00:00.144) 0:02:56.768 ***** 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:36 +0000 (0:00:00.024) 0:02:56.792 ***** 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:37 +0000 (0:00:00.808) 0:02:57.601 ***** 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:37 +0000 (0:00:00.024) 0:02:57.625 ***** 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:37 +0000 (0:00:00.039) 0:02:57.665 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003211", "end": "2023-12-30 01:35:37.291285", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:37.288074" } 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:37 +0000 (0:00:00.139) 0:02:57.805 ***** 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:37 +0000 (0:00:00.027) 0:02:57.832 ***** 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:37 +0000 (0:00:00.021) 0:02:57.854 ***** 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:37 +0000 (0:00:00.022) 0:02:57.876 ***** 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:37 +0000 (0:00:00.024) 0:02:57.900 ***** 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:37 +0000 (0:00:00.036) 0:02:57.936 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003265", "end": "2023-12-30 01:35:37.561736", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:37.558471" } 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:37 +0000 (0:00:00.152) 0:02:58.088 ***** 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:37 +0000 (0:00:00.027) 0:02:58.116 ***** 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:37 +0000 (0:00:00.028) 0:02:58.144 ***** 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:37 +0000 (0:00:00.030) 0:02:58.174 ***** 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:37 +0000 (0:00:00.051) 0:02:58.226 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003194", "end": "2023-12-30 01:35:37.852887", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:37.849693" } 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:37 +0000 (0:00:00.226) 0:02:58.453 ***** 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:37 +0000 (0:00:00.025) 0:02:58.479 ***** 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:38 +0000 (0:00:00.023) 0:02:58.502 ***** 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:38 +0000 (0:00:00.375) 0:02:58.878 ***** 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:38 +0000 (0:00:00.308) 0:02:59.186 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003162", "end": "2023-12-30 01:35:38.809805", "failed_when_result": false, "rc": 1, "start": "2023-12-30 01:35:38.806643" } 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:38 +0000 (0:00:00.136) 0:02:59.323 ***** 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:38 +0000 (0:00:00.022) 0:02:59.345 ***** 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:38 +0000 (0:00:00.026) 0:02:59.372 ***** 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:38 +0000 (0:00:00.038) 0:02:59.410 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003239", "end": "2023-12-30 01:35:39.035517", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:39.032278" } 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:39 +0000 (0:00:00.138) 0:02:59.548 ***** 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:39 +0000 (0:00:00.027) 0:02:59.576 ***** 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:39 +0000 (0:00:00.022) 0:02:59.599 ***** 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:39 +0000 (0:00:00.039) 0:02:59.638 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003148", "end": "2023-12-30 01:35:39.265718", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:39.262570" } 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:39 +0000 (0:00:00.232) 0:02:59.871 ***** 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:39 +0000 (0:00:00.026) 0:02:59.898 ***** 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:39 +0000 (0:00:00.023) 0:02:59.921 ***** 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:39 +0000 (0:00:00.022) 0:02:59.944 ***** 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:39 +0000 (0:00:00.021) 0:02:59.965 ***** 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:39 +0000 (0:00:00.024) 0:02:59.989 ***** 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:39 +0000 (0:00:00.020) 0:03:00.010 ***** 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:39 +0000 (0:00:00.020) 0:03:00.031 ***** 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:39 +0000 (0:00:00.020) 0:03:00.051 ***** 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:39 +0000 (0:00:00.021) 0:03:00.073 ***** 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:39 +0000 (0:00:00.021) 0:03:00.094 ***** 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:39 +0000 (0:00:00.021) 0:03:00.116 ***** 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:39 +0000 (0:00:00.021) 0:03:00.137 ***** 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:39 +0000 (0:00:00.023) 0:03:00.160 ***** 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:39 +0000 (0:00:00.024) 0:03:00.185 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [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:39 +0000 (0:00:00.022) 0:03:00.207 ***** 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:39 +0000 (0:00:00.023) 0:03:00.231 ***** 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:39 +0000 (0:00:00.024) 0:03:00.255 ***** 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:39 +0000 (0:00:00.031) 0:03:00.287 ***** 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:39 +0000 (0:00:00.109) 0:03:00.396 ***** 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:39 +0000 (0:00:00.026) 0:03:00.423 ***** 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:39 +0000 (0:00:00.022) 0:03:00.446 ***** 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:39 +0000 (0:00:00.021) 0:03:00.468 ***** 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:40 +0000 (0:00:00.023) 0:03:00.491 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure 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:40 +0000 (0:00:00.021) 0:03:00.512 ***** 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:40 +0000 (0:00:00.021) 0:03:00.534 ***** 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:40 +0000 (0:00:00.020) 0:03:00.555 ***** 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:40 +0000 (0:00:00.025) 0:03:00.580 ***** 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:40 +0000 (0:00:00.021) 0:03:00.601 ***** 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:40 +0000 (0:00:00.021) 0:03:00.623 ***** 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:40 +0000 (0:00:00.021) 0:03:00.645 ***** 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:40 +0000 (0:00:00.022) 0:03:00.668 ***** 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:40 +0000 (0:00:00.022) 0:03:00.690 ***** 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:40 +0000 (0:00:00.021) 0:03:00.712 ***** 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:40 +0000 (0:00:00.023) 0:03:00.735 ***** 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:40 +0000 (0:00:00.021) 0:03:00.757 ***** 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:40 +0000 (0:00:00.025) 0:03:00.783 ***** 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:40 +0000 (0:00:00.027) 0:03:00.811 ***** 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:40 +0000 (0:00:00.021) 0:03:00.832 ***** 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:40 +0000 (0:00:00.128) 0:03:00.960 ***** 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:40 +0000 (0:00:00.028) 0:03:00.989 ***** 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:40 +0000 (0:00:00.021) 0:03:01.011 ***** 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:40 +0000 (0:00:00.021) 0:03:01.032 ***** 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:40 +0000 (0:00:00.021) 0:03:01.053 ***** 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:40 +0000 (0:00:00.022) 0:03:01.076 ***** 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:40 +0000 (0:00:00.020) 0:03:01.096 ***** 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:40 +0000 (0:00:00.022) 0:03:01.118 ***** 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:40 +0000 (0:00:00.021) 0:03:01.140 ***** 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:40 +0000 (0:00:00.021) 0:03:01.162 ***** 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:40 +0000 (0:00:00.021) 0:03:01.183 ***** 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:40 +0000 (0:00:00.021) 0:03:01.205 ***** 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:40 +0000 (0:00:00.029) 0:03:01.234 ***** 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:40 +0000 (0:00:00.020) 0:03:01.255 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 30 December 2023 01:35:40 +0000 (0:00:00.021) 0:03:01.276 ***** 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:40 +0000 (0:00:00.021) 0:03:01.297 ***** 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:40 +0000 (0:00:00.025) 0:03:01.323 ***** 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:40 +0000 (0:00:00.027) 0:03:01.350 ***** 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:40 +0000 (0:00:00.020) 0:03:01.370 ***** 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:40 +0000 (0:00:00.093) 0:03:01.464 ***** 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:40 +0000 (0:00:00.021) 0:03:01.486 ***** 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:41 +0000 (0:00:00.168) 0:03:01.655 ***** 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:41 +0000 (0:00:00.022) 0:03:01.678 ***** 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:41 +0000 (0:00:00.021) 0:03:01.699 ***** 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:41 +0000 (0:00:00.203) 0:03:01.902 ***** 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.005569", "end": "2023-12-30 01:35:41.532727", "rc": 0, "start": "2023-12-30 01:35:41.527158" } 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:41 +0000 (0:00:00.141) 0:03:02.044 ***** 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.005244", "end": "2023-12-30 01:35:41.672311", "rc": 0, "start": "2023-12-30 01:35:41.667067" } 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:41 +0000 (0:00:00.138) 0:03:02.183 ***** 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:41 +0000 (0:00:00.025) 0:03:02.209 ***** 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:41 +0000 (0:00:00.056) 0:03:02.265 ***** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004583", "end": "2023-12-30 01:35:41.893924", "rc": 0, "start": "2023-12-30 01:35:41.889341" } 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:42 +0000 (0:00:00.231) 0:03:02.497 ***** 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:42 +0000 (0:00:00.031) 0:03:02.528 ***** 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:42 +0000 (0:00:00.023) 0:03:02.552 ***** 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:42 +0000 (0:00:00.023) 0:03:02.576 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004466", "end": "2023-12-30 01:35:42.202803", "rc": 0, "start": "2023-12-30 01:35:42.198337" } 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:42 +0000 (0:00:00.140) 0:03:02.716 ***** 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:42 +0000 (0:00:00.025) 0:03:02.742 ***** 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:42 +0000 (0:00:00.024) 0:03:02.766 ***** 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:42 +0000 (0:00:00.027) 0:03:02.794 ***** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004366", "end": "2023-12-30 01:35:42.420505", "rc": 0, "start": "2023-12-30 01:35:42.416139" } 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:42 +0000 (0:00:00.138) 0:03:02.933 ***** 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:42 +0000 (0:00:00.030) 0:03:02.963 ***** 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:42 +0000 (0:00:00.023) 0:03:02.986 ***** 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:42 +0000 (0:00:00.024) 0:03:03.011 ***** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004414", "end": "2023-12-30 01:35:42.638561", "rc": 0, "start": "2023-12-30 01:35:42.634147" } 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:42 +0000 (0:00:00.140) 0:03:03.151 ***** 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:42 +0000 (0:00:00.029) 0:03:03.181 ***** 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:42 +0000 (0:00:00.023) 0:03:03.205 ***** 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:42 +0000 (0:00:00.024) 0:03:03.229 ***** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004299", "end": "2023-12-30 01:35:42.862855", "rc": 0, "start": "2023-12-30 01:35:42.858556" } 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:42 +0000 (0:00:00.223) 0:03:03.453 ***** 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:42 +0000 (0:00:00.024) 0:03:03.477 ***** 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:43 +0000 (0:00:00.030) 0:03:03.507 ***** 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:43 +0000 (0:00:00.020) 0:03:03.528 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900016.401229, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1703900016.3682294, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 385876041, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1703900016.3682294, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1780502723", "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:43 +0000 (0:00:00.140) 0:03:03.668 ***** 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:43 +0000 (0:00:00.025) 0:03:03.694 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703900128.5742211, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1703900128.590221, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 390070351, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1703900128.590221, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "18446744071776257094", "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:43 +0000 (0:00:00.140) 0:03:03.834 ***** 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:43 +0000 (0:00:00.026) 0:03:03.861 ***** 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:43 +0000 (0:00:00.035) 0:03:03.896 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:35:25 UTC", "ActiveEnterTimestampMonotonic": "661805733", "ActiveExitTimestamp": "Sat 2023-12-30 01:35:03 UTC", "ActiveExitTimestampMonotonic": "640436396", "ActiveState": "active", "After": "network.target auditd.service basic.target system.slice systemd-journald.socket -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:35:25 UTC", "AssertTimestampMonotonic": "661798144", "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:25 UTC", "ConditionTimestampMonotonic": "661798142", "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": "9852", "ExecMainStartTimestamp": "Sat 2023-12-30 01:35:25 UTC", "ExecMainStartTimestampMonotonic": "661805669", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-30 01:35:25 UTC] ; stop_time=[n/a] ; pid=9852 ; 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:35:04 UTC", "InactiveEnterTimestampMonotonic": "640666141", "InactiveExitTimestamp": "Sat 2023-12-30 01:35:25 UTC", "InactiveExitTimestampMonotonic": "661805733", "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": "9852", "MemoryAccounting": "no", "MemoryCurrent": "687796224", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.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": "147", "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:25 UTC", "WatchdogTimestampMonotonic": "661805708", "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:43 +0000 (0:00:00.206) 0:03:04.103 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003243", "end": "2023-12-30 01:35:43.728026", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:43.724783" } 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:43 +0000 (0:00:00.154) 0:03:04.257 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003334", "end": "2023-12-30 01:35:43.885231", "failed_when_result": false, "rc": 0, "start": "2023-12-30 01:35:43.881897" } 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:43 +0000 (0:00:00.138) 0:03:04.396 ***** 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:43 +0000 (0:00:00.028) 0:03:04.424 ***** 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": 7552, "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:45 +0000 (0:00:01.136) 0:03:05.561 ***** 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.022035", "end": "2023-12-30 01:35:45.208785", "rc": 0, "start": "2023-12-30 01:35:45.186750" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU24) (KB5031908) - 15.0.4345.5 (X64) Dec 4 2023 14:44:16 Copyright (C) 2019 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:45 +0000 (0:00:00.161) 0:03:05.722 ***** 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:45 +0000 (0:00:00.128) 0:03:05.851 ***** 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:45 +0000 (0:00:00.035) 0:03:05.887 ***** 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:46 +0000 (0:00:00.646) 0:03:06.533 ***** 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:46 +0000 (0:00:00.021) 0:03:06.555 ***** 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:46 +0000 (0:00:00.031) 0:03:06.586 ***** 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:46 +0000 (0:00:00.036) 0:03:06.622 ***** 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:46 +0000 (0:00:00.654) 0:03:07.276 ***** 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:46 +0000 (0:00:00.023) 0:03:07.300 ***** 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:46 +0000 (0:00:00.037) 0:03:07.338 ***** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004328", "end": "2023-12-30 01:35:46.982254", "rc": 0, "start": "2023-12-30 01:35:46.977926" } 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:47 +0000 (0:00:00.173) 0:03:07.511 ***** 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:47 +0000 (0:00:00.031) 0:03:07.543 ***** 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:47 +0000 (0:00:00.026) 0:03:07.570 ***** 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:47 +0000 (0:00:00.050) 0:03:07.620 ***** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004398", "end": "2023-12-30 01:35:47.246510", "rc": 0, "start": "2023-12-30 01:35:47.242112" } 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:47 +0000 (0:00:00.141) 0:03:07.761 ***** 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:47 +0000 (0:00:00.023) 0:03:07.785 ***** 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:47 +0000 (0:00:00.028) 0:03:07.814 ***** 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:47 +0000 (0:00:00.022) 0:03:07.837 ***** 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:47 +0000 (0:00:00.038) 0:03:07.875 ***** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004407", "end": "2023-12-30 01:35:47.501806", "rc": 0, "start": "2023-12-30 01:35:47.497399" } 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:47 +0000 (0:00:00.140) 0:03:08.016 ***** 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:47 +0000 (0:00:00.026) 0:03:08.042 ***** 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:47 +0000 (0:00:00.030) 0:03:08.073 ***** 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:47 +0000 (0:00:00.023) 0:03:08.096 ***** 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:47 +0000 (0:00:00.022) 0:03:08.118 ***** 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:47 +0000 (0:00:00.021) 0:03:08.140 ***** 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:47 +0000 (0:00:00.108) 0:03:08.248 ***** 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:47 +0000 (0:00:00.021) 0:03:08.269 ***** 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:47 +0000 (0:00:00.023) 0:03:08.293 ***** 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:47 +0000 (0:00:00.034) 0:03:08.327 ***** 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:47 +0000 (0:00:00.023) 0:03:08.350 ***** 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:48 +0000 (0:00:00.235) 0:03:08.586 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003118", "end": "2023-12-30 01:35:48.243800", "rc": 0, "start": "2023-12-30 01:35:48.240682" } 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_2019.yml:18 Saturday 30 December 2023 01:35:48 +0000 (0:00:00.169) 0:03:08.755 ***** 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:48 +0000 (0:00:00.034) 0:03:08.790 ***** 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:49 +0000 (0:00:00.749) 0:03:09.539 ***** 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:49 +0000 (0:00:00.027) 0:03:09.566 ***** 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:49 +0000 (0:00:00.022) 0:03:09.589 ***** 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:49 +0000 (0:00:00.067) 0:03:09.656 ***** 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:49 +0000 (0:00:00.038) 0:03:09.695 ***** 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:49 +0000 (0:00:00.028) 0:03:09.723 ***** 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:49 +0000 (0:00:00.134) 0:03:09.858 ***** 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:49 +0000 (0:00:00.027) 0:03:09.885 ***** 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:49 +0000 (0:00:00.335) 0:03:10.221 ***** 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:49 +0000 (0:00:00.021) 0:03:10.243 ***** 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:49 +0000 (0:00:00.027) 0:03:10.270 ***** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:31:58 UTC", "ActiveEnterTimestampMonotonic": "454556572", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service system.slice basic.target polkit.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:31:57 UTC", "AssertTimestampMonotonic": "454121535", "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:31:57 UTC", "ConditionTimestampMonotonic": "454121534", "Conflicts": "shutdown.target ip6tables.service iptables.service ebtables.service ipset.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": "5203", "ExecMainStartTimestamp": "Sat 2023-12-30 01:31:57 UTC", "ExecMainStartTimestampMonotonic": "454132658", "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:31:57 UTC", "InactiveExitTimestampMonotonic": "454132698", "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": "5203", "MemoryAccounting": "no", "MemoryCurrent": "30392320", "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": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "2", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2023-12-30 01:31:58 UTC", "WatchdogTimestampMonotonic": "454556506", "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:49 +0000 (0:00:00.211) 0:03:10.482 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-30 01:31:58 UTC", "ActiveEnterTimestampMonotonic": "454556572", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service system.slice basic.target polkit.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-30 01:31:57 UTC", "AssertTimestampMonotonic": "454121535", "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:31:57 UTC", "ConditionTimestampMonotonic": "454121534", "Conflicts": "shutdown.target ip6tables.service iptables.service ebtables.service ipset.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": "5203", "ExecMainStartTimestamp": "Sat 2023-12-30 01:31:57 UTC", "ExecMainStartTimestampMonotonic": "454132658", "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:31:57 UTC", "InactiveExitTimestampMonotonic": "454132698", "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": "5203", "MemoryAccounting": "no", "MemoryCurrent": "30392320", "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": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "2", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2023-12-30 01:31:58 UTC", "WatchdogTimestampMonotonic": "454556506", "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:50 +0000 (0:00:00.295) 0:03:10.777 ***** 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:50 +0000 (0:00:00.026) 0:03:10.804 ***** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.15.222 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:50 +0000 (0:00:00.265) 0:03:11.069 ***** 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:50 +0000 (0:00:00.025) 0:03:11.095 ***** 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:50 +0000 (0:00:00.022) 0:03:11.118 ***** 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:50 +0000 (0:00:00.022) 0:03:11.140 ***** 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:50 +0000 (0:00:00.025) 0:03:11.165 ***** 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:50 +0000 (0:00:00.020) 0:03:11.186 ***** 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:50 +0000 (0:00:00.021) 0:03:11.207 ***** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.15.222 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:51 +0000 (0:00:00.288) 0:03:11.496 ***** 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:51 +0000 (0:00:00.026) 0:03:11.522 ***** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-cir5v406ck/tests/tasks/cleanup.yml:27 Saturday 30 December 2023 01:35:51 +0000 (0:00:00.023) 0:03:11.546 ***** 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:51 +0000 (0:00:00.026) 0:03:11.572 ***** 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:51 +0000 (0:00:00.025) 0:03:11.598 ***** 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:51 +0000 (0:00:00.135) 0:03:11.734 ***** 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:15.0.4345.5-2 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 python3 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 lsof to be removed - no longer needed by mssql-server\n---> Marking libsss_nss_idmap to be removed - no longer needed by mssql-server\n---> Marking 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\n---> Marking python3-libs to be removed - no longer needed by python3\n---> Marking python3-setuptools to be removed - no longer needed by python3\n---> Marking python3-pip to be removed - no longer needed by python3\nFound and removing 14 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 lsof.x86_64 0:4.87-6.el7 will be erased\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be erased\n---> Package python3.x86_64 0:3.6.8-21.el7_9 will be erased\n---> Package python3-libs.x86_64 0:3.6.8-21.el7_9 will be erased\n---> Package python3-pip.noarch 0:9.0.3-8.el7 will be erased\n---> Package python3-setuptools.noarch 0:39.2.0-10.el7 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 15.0.4345.5-2 @packages-microsoft-com-mssql-server-2019\n 1.1 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 lsof x86_64 4.87-6.el7 @rhel-Server 927 k\n msodbcsql17 x86_64 17.10.5.1-1 @packages-microsoft-com-prod 2.2 M\n python3 x86_64 3.6.8-21.el7_9 @rhel-Server 39 k\n python3-libs x86_64 3.6.8-21.el7_9 @rhel-Server 35 M\n python3-pip noarch 9.0.3-8.el7 @rhel-Server 9.1 M\n python3-setuptools\n noarch 39.2.0-10.el7 @rhel-Server 3.6 M\n unixODBC x86_64 2.3.11-1.rh @packages-microsoft-com-prod 648 k\n\nTransaction Summary\n================================================================================\nRemove 3 Packages (+14 Dependent packages)\n\nInstalled size: 1.2 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-15.0.4345.5-2.x86_64 1/17 \n Erasing : unixODBC-devel-2.3.11-1.rh.x86_64 2/17 \n Erasing : mssql-tools-17.10.1.1-1.x86_64 3/17 \n Erasing : python3-libs-3.6.8-21.el7_9.x86_64 4/17 \n Erasing : python3-pip-9.0.3-8.el7.noarch 5/17 \n Erasing : python3-setuptools-39.2.0-10.el7.noarch 6/17 \n Erasing : python3-3.6.8-21.el7_9.x86_64 7/17 \n Erasing : msodbcsql17-17.10.5.1-1.x86_64 8/17 \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 9/17 \nwarning: /etc/odbcinst.ini saved as /etc/odbcinst.ini.rpmsave\n Erasing : libtool-ltdl-2.4.2-22.el7_3.x86_64 10/17 \n Erasing : libatomic-4.8.5-44.el7.x86_64 11/17 \n Erasing : bzip2-1.0.6-13.el7.x86_64 12/17 \n Erasing : gdb-7.6.1-120.el7.x86_64 13/17 \n Erasing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 14/17 \n Erasing : cyrus-sasl-2.1.26-24.el7_9.x86_64 15/17 \n Erasing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 16/17 \n Erasing : lsof-4.87-6.el7.x86_64 17/17 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/17 \n Verifying : python3-3.6.8-21.el7_9.x86_64 2/17 \n Verifying : python3-setuptools-39.2.0-10.el7.noarch 3/17 \n Verifying : bzip2-1.0.6-13.el7.x86_64 4/17 \n Verifying : mssql-server-15.0.4345.5-2.x86_64 5/17 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 6/17 \n Verifying : lsof-4.87-6.el7.x86_64 7/17 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 8/17 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 9/17 \n Verifying : gdb-7.6.1-120.el7.x86_64 10/17 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 11/17 \n Verifying : python3-libs-3.6.8-21.el7_9.x86_64 12/17 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 13/17 \n Verifying : python3-pip-9.0.3-8.el7.noarch 14/17 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 15/17 \n Verifying : libatomic-4.8.5-44.el7.x86_64 16/17 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 17/17 \n\nRemoved:\n mssql-server.x86_64 0:15.0.4345.5-2 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 lsof.x86_64 0:4.87-6.el7 \n msodbcsql17.x86_64 0:17.10.5.1-1 \n python3.x86_64 0:3.6.8-21.el7_9 \n python3-libs.x86_64 0:3.6.8-21.el7_9 \n python3-pip.noarch 0:9.0.3-8.el7 \n python3-setuptools.noarch 0:39.2.0-10.el7 \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:54 +0000 (0:00:03.023) 0:03:14.757 ***** 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.011318", "end": "2023-12-30 01:35:54.389711", "rc": 0, "start": "2023-12-30 01:35:54.378393" } STDOUT: removed directory: ‘/var/opt/mssql/.system/system/Temp’ removed ‘/var/opt/mssql/.system/system/licensing.hiv’ removed ‘/var/opt/mssql/.system/system/lsasetup.log’ removed ‘/var/opt/mssql/.system/system/debug/PASSWD.LOG’ removed directory: ‘/var/opt/mssql/.system/system/debug’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/6abf85e6-d15a-432e-80c9-ea86065d787e’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles/Scm’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles’ removed directory: ‘/var/opt/mssql/.system/system/system32’ removed ‘/var/opt/mssql/.system/system/security.hiv’ removed ‘/var/opt/mssql/.system/system/lsa.hiv’ removed directory: ‘/var/opt/mssql/.system/system’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Desktop’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Documents’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Temp’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/Temporary Internet Files’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CTLs’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/AppContainerUserCertRead’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/LocalLow’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData’ removed directory: ‘/var/opt/mssql/.system/profiles/Client’ removed directory: ‘/var/opt/mssql/.system/profiles’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft’ removed directory: ‘/var/opt/mssql/.system/programdata’ removed ‘/var/opt/mssql/.system/instance_id’ removed directory: ‘/var/opt/mssql/.system’ removed ‘/var/opt/mssql/data/master.mdf’ removed ‘/var/opt/mssql/data/mastlog.ldf’ removed ‘/var/opt/mssql/data/model.mdf’ removed ‘/var/opt/mssql/data/modellog.ldf’ removed ‘/var/opt/mssql/data/msdbdata.mdf’ removed ‘/var/opt/mssql/data/msdblog.ldf’ removed ‘/var/opt/mssql/data/model_replicatedmaster.mdf’ removed ‘/var/opt/mssql/data/model_replicatedmaster.ldf’ removed ‘/var/opt/mssql/data/model_msdbdata.mdf’ removed ‘/var/opt/mssql/data/model_msdblog.ldf’ removed ‘/var/opt/mssql/data/Entropy.bin’ removed ‘/var/opt/mssql/data/tempdb.mdf’ removed ‘/var/opt/mssql/data/templog.ldf’ removed ‘/var/opt/mssql/data/tempdb2.ndf’ removed ‘/var/opt/mssql/data/tempdb3.ndf’ removed ‘/var/opt/mssql/data/tempdb4.ndf’ removed directory: ‘/var/opt/mssql/data’ removed ‘/var/opt/mssql/log/mssql-conf/mssql-conf.log’ removed directory: ‘/var/opt/mssql/log/mssql-conf’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133483736144580000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133483736151510000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133483736194940000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133483736201950000.xel’ removed ‘/var/opt/mssql/log/log_1.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133483736763620000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133483736768590000.xel’ removed ‘/var/opt/mssql/log/log_2.trc’ removed ‘/var/opt/mssql/log/FDLAUNCHERRORLOG’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133483737078520000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133483737082580000.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_133483737148740000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133483737152190000.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_133483737281180000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133483737285640000.xel’ removed ‘/var/opt/mssql/log/log_5.trc’ removed directory: ‘/var/opt/mssql/log’ removed ‘/var/opt/mssql/mssql.conf’ removed ‘/var/opt/mssql/secrets/machine-key’ removed directory: ‘/var/opt/mssql/secrets’ removed ‘/var/opt/mssql/FTData/tsara.xml’ removed ‘/var/opt/mssql/FTData/tsben.xml’ removed ‘/var/opt/mssql/FTData/tsbgr.xml’ removed ‘/var/opt/mssql/FTData/tscat.xml’ removed ‘/var/opt/mssql/FTData/tschs.xml’ removed ‘/var/opt/mssql/FTData/tscht.xml’ removed ‘/var/opt/mssql/FTData/tscze.xml’ removed ‘/var/opt/mssql/FTData/tsdan.xml’ removed ‘/var/opt/mssql/FTData/tsdeu.xml’ removed ‘/var/opt/mssql/FTData/tseng.xml’ removed ‘/var/opt/mssql/FTData/tsenu.xml’ removed ‘/var/opt/mssql/FTData/tsesn.xml’ removed ‘/var/opt/mssql/FTData/tsfra.xml’ removed ‘/var/opt/mssql/FTData/tsgrk.xml’ removed ‘/var/opt/mssql/FTData/tsguj.xml’ removed ‘/var/opt/mssql/FTData/tsheb.xml’ removed ‘/var/opt/mssql/FTData/tshin.xml’ removed ‘/var/opt/mssql/FTData/tshrv.xml’ removed ‘/var/opt/mssql/FTData/tsind.xml’ removed ‘/var/opt/mssql/FTData/tsisl.xml’ removed ‘/var/opt/mssql/FTData/tsita.xml’ removed ‘/var/opt/mssql/FTData/tsjpn.xml’ removed ‘/var/opt/mssql/FTData/tskan.xml’ removed ‘/var/opt/mssql/FTData/tskor.xml’ removed ‘/var/opt/mssql/FTData/tslth.xml’ removed ‘/var/opt/mssql/FTData/tslvi.xml’ removed ‘/var/opt/mssql/FTData/tsmal.xml’ removed ‘/var/opt/mssql/FTData/tsmar.xml’ removed ‘/var/opt/mssql/FTData/tsmsl.xml’ removed ‘/var/opt/mssql/FTData/tsglobal.xml’ removed ‘/var/opt/mssql/FTData/tsnld.xml’ removed ‘/var/opt/mssql/FTData/tsnor.xml’ removed ‘/var/opt/mssql/FTData/tspan.xml’ removed ‘/var/opt/mssql/FTData/tsplk.xml’ removed ‘/var/opt/mssql/FTData/tsptb.xml’ removed ‘/var/opt/mssql/FTData/tsptg.xml’ removed ‘/var/opt/mssql/FTData/tsrom.xml’ removed ‘/var/opt/mssql/FTData/tsrus.xml’ removed ‘/var/opt/mssql/FTData/tssky.xml’ removed ‘/var/opt/mssql/FTData/tsslv.xml’ removed ‘/var/opt/mssql/FTData/tssrb.xml’ removed ‘/var/opt/mssql/FTData/tssrl.xml’ removed ‘/var/opt/mssql/FTData/tssve.xml’ removed ‘/var/opt/mssql/FTData/tstam.xml’ removed ‘/var/opt/mssql/FTData/tstel.xml’ removed ‘/var/opt/mssql/FTData/tstha.xml’ removed ‘/var/opt/mssql/FTData/tstrk.xml’ removed ‘/var/opt/mssql/FTData/tsukr.xml’ removed ‘/var/opt/mssql/FTData/tsurd.xml’ removed ‘/var/opt/mssql/FTData/tsvit.xml’ removed directory: ‘/var/opt/mssql/FTData/FilterData’ removed directory: ‘/var/opt/mssql/FTData’ removed directory: ‘/var/opt/mssql’ removed directory: ‘/opt/mssql/misc’ removed directory: ‘/opt/mssql’ removed directory: ‘/opt/mssql-tools’ removed ‘/etc/yum.repos.d/packages-microsoft-com-mssql-server-2019.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:54 +0000 (0:00:00.147) 0:03:14.905 ***** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.964510", "end": "2023-12-30 01:35:55.494851", "rc": 0, "start": "2023-12-30 01:35:54.530341" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=344 changed=39 unreachable=0 failed=0 skipped=507 rescued=0 ignored=1 Saturday 30 December 2023 01:35:55 +0000 (0:00:01.090) 0:03:15.996 ***** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 47.85s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure the package mssql-server-fts --------- 25.25s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure the package powershell --------------- 11.73s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Change the edition of MSSQL ------------------ 5.88s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 linux-system-roles.mssql : Change the password of sa user --------------- 5.87s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 linux-system-roles.mssql : Set up MSSQL --------------------------------- 5.69s /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.74s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Remove related packages ------------------------------------------------- 3.02s /WORKDIR/git-weekly-cir5v406ck/tests/tasks/cleanup.yml:45 --------------------- linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.43s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 linux-system-roles.mssql : Configure the setting sqlagent enabled ------- 2.02s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles --- 1.78s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.24s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 linux-system-roles.mssql : Ensure the package mssql-server-fts ---------- 1.19s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Wait for mssql-server to prepare for client connections ----------------- 1.15s /WORKDIR/git-weekly-cir5v406ck/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.15s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 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 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 : Ensure the package powershell ---------------- 1.13s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Stop the mssql-server service ------------------------------------------- 1.09s /WORKDIR/git-weekly-cir5v406ck/tests/tasks/cleanup.yml:72 --------------------- linux-system-roles.mssql : Gather system services facts ----------------- 0.90s /WORKDIR/git-weekly-cir5v406ck/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---