# 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-cijcue11hy/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-cijcue11hy/tests/tests_idempotency_2019.yml:15 Saturday 27 January 2024 01:15:27 +0000 (0:00:00.030) 0:00:00.030 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/tasks/tests_idempotency.yml:2 Saturday 27 January 2024 01:15:27 +0000 (0:00:00.022) 0:00:00.052 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Saturday 27 January 2024 01:15:27 +0000 (0:00:00.022) 0:00:00.074 ****** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Saturday 27 January 2024 01:15:27 +0000 (0:00:00.369) 0:00:00.444 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Saturday 27 January 2024 01:15:27 +0000 (0:00:00.019) 0:00:00.464 ****** 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-cijcue11hy/tests/tasks/tests_idempotency.yml:5 Saturday 27 January 2024 01:15:27 +0000 (0:00:00.027) 0:00:00.491 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 27 January 2024 01:15:27 +0000 (0:00:00.163) 0:00:00.655 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 27 January 2024 01:15:27 +0000 (0:00:00.013) 0:00:00.668 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 27 January 2024 01:15:27 +0000 (0:00:00.010) 0:00:00.679 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_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-cijcue11hy/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 27 January 2024 01:15:28 +0000 (0:00:00.028) 0:00:00.707 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 27 January 2024 01:15:28 +0000 (0:00:00.023) 0:00:00.731 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 27 January 2024 01:15:28 +0000 (0:00:00.008) 0:00:00.740 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 27 January 2024 01:15:28 +0000 (0:00:00.014) 0:00:00.755 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 27 January 2024 01:15:28 +0000 (0:00:00.012) 0:00:00.767 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 27 January 2024 01:15:28 +0000 (0:00:00.011) 0:00:00.779 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 27 January 2024 01:15:28 +0000 (0:00:00.012) 0:00:00.792 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 27 January 2024 01:15:28 +0000 (0:00:00.008) 0:00:00.801 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 27 January 2024 01:15:28 +0000 (0:00:00.008) 0:00:00.809 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 27 January 2024 01:15:28 +0000 (0:00:00.011) 0:00:00.820 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 27 January 2024 01:15:28 +0000 (0:00:00.022) 0:00:00.843 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 27 January 2024 01:15:28 +0000 (0:00:00.014) 0:00:00.858 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 27 January 2024 01:15:28 +0000 (0:00:00.008) 0:00:00.867 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 27 January 2024 01:15:28 +0000 (0:00:00.015) 0:00:00.883 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 27 January 2024 01:15:28 +0000 (0:00:00.010) 0:00:00.893 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 27 January 2024 01:15:28 +0000 (0:00:00.011) 0:00:00.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 : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 27 January 2024 01:15:29 +0000 (0:00:01.171) 0:00:02.077 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 27 January 2024 01:15:29 +0000 (0:00:00.066) 0:00:02.144 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 27 January 2024 01:15:29 +0000 (0:00:00.031) 0:00:02.175 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 27 January 2024 01:15:29 +0000 (0:00:00.024) 0:00:02.200 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 27 January 2024 01:15:29 +0000 (0:00:00.042) 0:00:02.242 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 27 January 2024 01:15:30 +0000 (0:00:00.490) 0:00:02.732 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 27 January 2024 01:15:30 +0000 (0:00:00.023) 0:00:02.755 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 27 January 2024 01:15:30 +0000 (0:00:00.026) 0:00:02.782 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 27 January 2024 01:15:30 +0000 (0:00:00.035) 0:00:02.817 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 27 January 2024 01:15:30 +0000 (0:00:00.298) 0:00:03.115 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 27 January 2024 01:15:30 +0000 (0:00:00.019) 0:00:03.135 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 27 January 2024 01:15:30 +0000 (0:00:00.054) 0:00:03.189 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 27 January 2024 01:15:30 +0000 (0:00:00.041) 0:00:03.230 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 27 January 2024 01:15:30 +0000 (0:00:00.040) 0:00:03.271 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 27 January 2024 01:15:30 +0000 (0:00:00.041) 0:00:03.312 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-server" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\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.16 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 base 52 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 updates 88 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 updates 41 k\n gdb x86_64 7.6.1-120.el7 base 2.4 M\n libatomic x86_64 4.8.5-44.el7 base 51 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 updates 170 k\n lsof x86_64 4.87-6.el7 base 331 k\n python3 x86_64 3.6.8-21.el7_9 updates 71 k\n python3-libs x86_64 3.6.8-21.el7_9 updates 7.0 M\n python3-pip noarch 9.0.3-8.el7 base 1.6 M\n python3-setuptools noarch 39.2.0-10.el7 base 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 19 MB/s | 241 MB 00:12 \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 : libatomic-4.8.5-44.el7.x86_64 5/12 \n Installing : cyrus-sasl-2.1.26-24.el7_9.x86_64 6/12 \n Installing : gdb-7.6.1-120.el7.x86_64 7/12 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 8/12 \n Installing : lsof-4.87-6.el7.x86_64 9/12 \n Installing : bzip2-1.0.6-13.el7.x86_64 10/12 \n Installing : libsss_nss_idmap-1.16.5-10.el7_9.16.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 : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 2/12 \n Verifying : mssql-server-15.0.4345.5-2.x86_64 3/12 \n Verifying : bzip2-1.0.6-13.el7.x86_64 4/12 \n Verifying : lsof-4.87-6.el7.x86_64 5/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 6/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 7/12 \n Verifying : python3-libs-3.6.8-21.el7_9.x86_64 8/12 \n Verifying : python3-setuptools-39.2.0-10.el7.noarch 9/12 \n Verifying : python3-pip-9.0.3-8.el7.noarch 10/12 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Verifying : libatomic-4.8.5-44.el7.x86_64 12/12 \n\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.16 \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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 27 January 2024 01:16:23 +0000 (0:00:52.998) 0:00:56.311 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 27 January 2024 01:16:23 +0000 (0:00:00.017) 0:00:56.328 ****** 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.005438", "end": "2024-01-27 01:16:23.810176", "rc": 0, "start": "2024-01-27 01:16:23.804738" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 27 January 2024 01:16:23 +0000 (0:00:00.205) 0:00:56.534 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 27 January 2024 01:16:24 +0000 (0:00:00.764) 0:00:57.298 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 27 January 2024 01:16:24 +0000 (0:00:00.046) 0:00:57.345 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 27 January 2024 01:16:24 +0000 (0:00:00.022) 0:00:57.368 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 27 January 2024 01:16:30 +0000 (0:00:05.979) 0:01:03.348 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 27 January 2024 01:16:30 +0000 (0:00:00.071) 0:01:03.419 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 27 January 2024 01:16:30 +0000 (0:00:00.241) 0:01:03.661 ****** 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": 4096, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 27 January 2024 01:16:31 +0000 (0:00:00.287) 0:01:03.949 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 27 January 2024 01:16:31 +0000 (0:00:00.031) 0:01:03.980 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:16:31 +0000 (0:00:00.072) 0:01:04.053 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003644", "end": "2024-01-27 01:16:31.462762", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:16:31.459118" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:16:31 +0000 (0:00:00.137) 0:01:04.191 ****** 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.162522", "end": "2024-01-27 01:16:31.772937", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:16:31.610415" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:16:31 +0000 (0:00:00.334) 0:01:04.526 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 27 January 2024 01:16:31 +0000 (0:00:00.048) 0:01:04.574 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 27 January 2024 01:16:32 +0000 (0:00:00.143) 0:01:04.717 ****** 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": 4096, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 27 January 2024 01:16:32 +0000 (0:00:00.179) 0:01:04.897 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 27 January 2024 01:16:32 +0000 (0:00:00.026) 0:01:04.923 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:16:32 +0000 (0:00:00.032) 0:01:04.956 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004288", "end": "2024-01-27 01:16:32.388810", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:16:32.384522" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:16:32 +0000 (0:00:00.164) 0:01:05.121 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/tmp/mssql_log" ], "delta": "0:00:00.133034", "end": "2024-01-27 01:16:32.698147", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:16:32.565113" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:16:32 +0000 (0:00:00.325) 0:01:05.446 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 27 January 2024 01:16:32 +0000 (0:00:00.020) 0:01:05.467 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 27 January 2024 01:16:32 +0000 (0:00:00.018) 0:01:05.485 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 27 January 2024 01:16:33 +0000 (0:00:00.370) 0:01:05.855 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 00:53:11 UTC", "ActiveEnterTimestampMonotonic": "17388821", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service dbus.service system.slice basic.target network.target systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 00:53:09 UTC", "AssertTimestampMonotonic": "15958893", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ConditionTimestampMonotonic": "15958892", "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": "881", "ExecMainStartTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ExecMainStartTimestampMonotonic": "15959587", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-27 00:53:09 UTC", "InactiveExitTimestampMonotonic": "15959630", "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": "881", "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 basic.target dbus.service 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 2024-01-27 00:53:11 UTC", "WatchdogTimestampMonotonic": "17388748", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 27 January 2024 01:16:33 +0000 (0:00:00.470) 0:01:06.326 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.093978", "end": "2024-01-27 01:16:33.819058", "rc": 0, "start": "2024-01-27 01:16:33.725080" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 27 January 2024 01:16:33 +0000 (0:00:00.239) 0:01:06.565 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 27 January 2024 01:16:33 +0000 (0:00:00.051) 0:01:06.616 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 27 January 2024 01:16:33 +0000 (0:00:00.022) 0:01:06.638 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 27 January 2024 01:16:33 +0000 (0:00:00.031) 0:01:06.670 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 27 January 2024 01:16:34 +0000 (0:00:00.177) 0:01:06.848 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\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 base 49 k\n msodbcsql17 x86_64 17.10.5.1-1 packages-microsoft-com-prod 913 k\n unixODBC x86_64 2.3.11-1.rh packages-microsoft-com-prod 274 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+3 Dependent packages)\n\nTotal download size: 1.5 M\nInstalled size: 3.8 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 3.4 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 27 January 2024 01:16:39 +0000 (0:00:05.524) 0:01:12.372 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 27 January 2024 01:16:39 +0000 (0:00:00.026) 0:01:12.398 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 27 January 2024 01:16:39 +0000 (0:00:00.022) 0:01:12.421 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 27 January 2024 01:16:39 +0000 (0:00:00.021) 0:01:12.443 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 27 January 2024 01:16:39 +0000 (0:00:00.041) 0:01:12.485 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 27 January 2024 01:16:39 +0000 (0:00:00.023) 0:01:12.508 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 27 January 2024 01:16:39 +0000 (0:00:00.032) 0:01:12.541 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 27 January 2024 01:16:39 +0000 (0:00:00.047) 0:01:12.589 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 27 January 2024 01:16:39 +0000 (0:00:00.045) 0:01:12.634 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 27 January 2024 01:16:39 +0000 (0:00:00.037) 0:01:12.671 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 27 January 2024 01:16:39 +0000 (0:00:00.021) 0:01:12.693 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 27 January 2024 01:16:40 +0000 (0:00:00.028) 0:01:12.721 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 27 January 2024 01:16:40 +0000 (0:00:00.033) 0:01:12.755 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:16:40 +0000 (0:00:00.070) 0:01:12.825 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003075", "end": "2024-01-27 01:16:40.238611", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:16:40.235536" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:16:40 +0000 (0:00:00.164) 0:01:12.990 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "0.0.0.0" ], "delta": "0:00:00.126750", "end": "2024-01-27 01:16:40.559817", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:16:40.433067" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:16:40 +0000 (0:00:00.301) 0:01:13.291 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 27 January 2024 01:16:40 +0000 (0:00:00.020) 0:01:13.311 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 27 January 2024 01:16:40 +0000 (0:00:00.043) 0:01:13.355 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 27 January 2024 01:16:40 +0000 (0:00:00.032) 0:01:13.387 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:16:40 +0000 (0:00:00.066) 0:01:13.454 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002924", "end": "2024-01-27 01:16:40.922262", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:16:40.919338" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:16:40 +0000 (0:00:00.197) 0:01:13.652 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.125336", "end": "2024-01-27 01:16:41.179511", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:16:41.054175" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:16:41 +0000 (0:00:00.266) 0:01:13.918 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 27 January 2024 01:16:41 +0000 (0:00:00.022) 0:01:13.941 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 27 January 2024 01:16:41 +0000 (0:00:00.022) 0:01:13.963 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:16:41 +0000 (0:00:00.039) 0:01:14.002 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003234", "end": "2024-01-27 01:16:41.408455", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:16:41.405221" } STDOUT: enabled = false TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:16:41 +0000 (0:00:00.155) 0:01:14.157 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "True" ], "delta": "0:00:00.126154", "end": "2024-01-27 01:16:41.688477", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:16:41.562323" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:16:41 +0000 (0:00:00.262) 0:01:14.420 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 27 January 2024 01:16:41 +0000 (0:00:00.056) 0:01:14.476 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-server-fts" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 27 January 2024 01:17:09 +0000 (0:00:27.274) 0:01:41.751 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "powershell" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package powershell.x86_64 0:7.3.11-1.rh will be installed\n--> Processing Dependency: libicu for package: powershell-7.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package libicu.x86_64 0:50.2-4.el7_7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n powershell x86_64 7.3.11-1.rh packages-microsoft-com-prod 66 M\nInstalling for dependencies:\n libicu x86_64 50.2-4.el7_7 base 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 45 MB/s | 72 MB 00:01 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libicu-50.2-4.el7_7.x86_64 1/2 \n Installing : powershell-7.3.11-1.rh.x86_64 2/2 \n Verifying : powershell-7.3.11-1.rh.x86_64 1/2 \n Verifying : libicu-50.2-4.el7_7.x86_64 2/2 \n\nInstalled:\n powershell.x86_64 0:7.3.11-1.rh \n\nDependency Installed:\n libicu.x86_64 0:50.2-4.el7_7 \n\nComplete!\n" ] } lsrpackages: powershell TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 27 January 2024 01:17:21 +0000 (0:00:12.111) 0:01:53.862 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003169", "end": "2024-01-27 01:17:21.274547", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:17:21.271378" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 27 January 2024 01:17:21 +0000 (0:00:00.155) 0:01:54.018 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "on" ], "delta": "0:00:00.128603", "end": "2024-01-27 01:17:21.622255", "rc": 0, "start": "2024-01-27 01:17:21.493652" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 27 January 2024 01:17:21 +0000 (0:00:00.349) 0:01:54.367 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 27 January 2024 01:17:21 +0000 (0:00:00.029) 0:01:54.397 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:17:21 +0000 (0:00:00.038) 0:01:54.436 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003020", "end": "2024-01-27 01:17:21.850108", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:17:21.847088" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:17:21 +0000 (0:00:00.200) 0:01:54.636 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.alternatewritethrough", "0" ], "delta": "0:00:00.126516", "end": "2024-01-27 01:17:22.174490", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:17:22.047974" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:17:22 +0000 (0:00:00.293) 0:01:54.929 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 27 January 2024 01:17:22 +0000 (0:00:00.027) 0:01:54.956 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:17:22 +0000 (0:00:00.041) 0:01:54.998 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002963", "end": "2024-01-27 01:17:22.406700", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:17:22.403737" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:17:22 +0000 (0:00:00.140) 0:01:55.138 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "1" ], "delta": "0:00:00.126349", "end": "2024-01-27 01:17:22.675684", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:17:22.549335" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:17:22 +0000 (0:00:00.281) 0:01:55.419 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 27 January 2024 01:17:22 +0000 (0:00:00.036) 0:01:55.456 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 27 January 2024 01:17:22 +0000 (0:00:00.019) 0:01:55.476 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 27 January 2024 01:17:22 +0000 (0:00:00.021) 0:01:55.497 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 27 January 2024 01:17:22 +0000 (0:00:00.043) 0:01:55.541 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 27 January 2024 01:17:22 +0000 (0:00:00.036) 0:01:55.578 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 27 January 2024 01:17:22 +0000 (0:00:00.020) 0:01:55.599 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 27 January 2024 01:17:22 +0000 (0:00:00.035) 0:01:55.635 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 27 January 2024 01:17:22 +0000 (0:00:00.029) 0:01:55.664 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 27 January 2024 01:17:22 +0000 (0:00:00.033) 0:01:55.698 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.047) 0:01:55.745 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.045) 0:01:55.790 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.076) 0:01:55.867 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.047) 0:01:55.914 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.025) 0:01:55.939 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.020) 0:01:55.960 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.024) 0:01:55.985 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.028) 0:01:56.013 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.020) 0:01:56.033 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.039) 0:01:56.073 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.043) 0:01:56.116 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.029) 0:01:56.146 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.035) 0:01:56.182 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.026) 0:01:56.209 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.021) 0:01:56.230 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.020) 0:01:56.251 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.055) 0:01:56.306 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.033) 0:01:56.339 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.030) 0:01:56.370 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.041) 0:01:56.411 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.030) 0:01:56.442 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.028) 0:01:56.471 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.064) 0:01:56.535 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.024) 0:01:56.560 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.022) 0:01:56.582 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.024) 0:01:56.606 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.019) 0:01:56.626 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.018) 0:01:56.645 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 27 January 2024 01:17:23 +0000 (0:00:00.028) 0:01:56.673 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.029) 0:01:56.703 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.019) 0:01:56.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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.018) 0:01:56.741 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.017) 0:01:56.759 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.019) 0:01:56.779 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.019) 0:01:56.798 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.022) 0:01:56.821 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.019) 0:01:56.840 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.026) 0:01:56.867 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.019) 0:01:56.887 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.020) 0:01:56.908 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.026) 0:01:56.934 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.017) 0:01:56.952 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.045) 0:01:56.997 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.020) 0:01:57.018 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.020) 0:01:57.038 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.024) 0:01:57.062 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.021) 0:01:57.083 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.021) 0:01:57.105 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.021) 0:01:57.126 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 27 January 2024 01:17:24 +0000 (0:00:00.237) 0:01:57.363 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:16:30 UTC", "ActiveEnterTimestampMonotonic": "1416567506", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount system.slice basic.target auditd.service network.target systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:16:30 UTC", "AssertTimestampMonotonic": "1416566445", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:16:30 UTC", "ConditionTimestampMonotonic": "1416566443", "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": "14486", "ExecMainStartTimestamp": "Sat 2024-01-27 01:16:30 UTC", "ExecMainStartTimestampMonotonic": "1416567154", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-27 01:16:30 UTC", "InactiveExitTimestampMonotonic": "1416567506", "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": "14486", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitInterval": "120000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:16:30 UTC", "WatchdogTimestampMonotonic": "1416567479", "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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 27 January 2024 01:17:25 +0000 (0:00:00.861) 0:01:58.225 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 27 January 2024 01:17:25 +0000 (0:00:00.018) 0:01:58.244 ****** 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-cijcue11hy/tests/tasks/tests_idempotency.yml:22 Saturday 27 January 2024 01:17:25 +0000 (0:00:00.017) 0:01:58.261 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql-sever-increase-start-limit.yml:3 Saturday 27 January 2024 01:17:25 +0000 (0:00:00.061) 0:01:58.323 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql-sever-increase-start-limit.yml:10 Saturday 27 January 2024 01:17:25 +0000 (0:00:00.225) 0:01:58.548 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql-sever-increase-start-limit.yml:17 Saturday 27 January 2024 01:17:25 +0000 (0:00:00.132) 0:01:58.680 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Run again with the same settings - should report not changed] ************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_idempotency.yml:25 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.264) 0:01:58.944 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.169) 0:01:59.114 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.029) 0:01:59.144 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.023) 0:01:59.167 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_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-cijcue11hy/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.048) 0:01:59.216 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.024) 0:01:59.241 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.019) 0:01:59.260 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.023) 0:01:59.283 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.020) 0:01:59.304 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.084) 0:01:59.388 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.054) 0:01:59.443 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.025) 0:01:59.469 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.027) 0:01:59.497 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.032) 0:01:59.529 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.031) 0:01:59.561 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.021) 0:01:59.582 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.026) 0:01:59.609 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.021) 0:01:59.631 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.019) 0:01:59.651 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 27 January 2024 01:17:26 +0000 (0:00:00.021) 0:01:59.672 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 27 January 2024 01:17:28 +0000 (0:00:01.333) 0:02:01.006 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 27 January 2024 01:17:28 +0000 (0:00:00.088) 0:02:01.095 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 27 January 2024 01:17:28 +0000 (0:00:00.037) 0:02:01.132 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 27 January 2024 01:17:28 +0000 (0:00:00.031) 0:02:01.164 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 27 January 2024 01:17:28 +0000 (0:00:00.040) 0:02:01.205 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 27 January 2024 01:17:28 +0000 (0:00:00.475) 0:02:01.680 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 27 January 2024 01:17:28 +0000 (0:00:00.021) 0:02:01.702 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 27 January 2024 01:17:29 +0000 (0:00:00.021) 0:02:01.723 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 27 January 2024 01:17:29 +0000 (0:00:00.023) 0:02:01.747 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 27 January 2024 01:17:29 +0000 (0:00:00.027) 0:02:01.774 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 27 January 2024 01:17:29 +0000 (0:00:00.019) 0:02:01.794 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 27 January 2024 01:17:29 +0000 (0:00:00.019) 0:02:01.814 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 27 January 2024 01:17:29 +0000 (0:00:00.018) 0:02:01.832 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 27 January 2024 01:17:29 +0000 (0:00:00.026) 0:02:01.858 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 27 January 2024 01:17:29 +0000 (0:00:00.021) 0:02:01.880 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 27 January 2024 01:17:29 +0000 (0:00:00.431) 0:02:02.312 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 27 January 2024 01:17:29 +0000 (0:00:00.019) 0:02:02.332 ****** 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.005559", "end": "2024-01-27 01:17:29.740793", "rc": 0, "start": "2024-01-27 01:17:29.735234" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 27 January 2024 01:17:29 +0000 (0:00:00.135) 0:02:02.467 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 27 January 2024 01:17:30 +0000 (0:00:00.691) 0:02:03.158 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 27 January 2024 01:17:30 +0000 (0:00:00.027) 0:02:03.186 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 27 January 2024 01:17:30 +0000 (0:00:00.020) 0:02:03.207 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 27 January 2024 01:17:30 +0000 (0:00:00.019) 0:02:03.226 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 27 January 2024 01:17:30 +0000 (0:00:00.041) 0:02:03.268 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318191.2016428, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1706318191.2036428, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 394552, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1706318191.2016428, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "1908033850", "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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 27 January 2024 01:17:30 +0000 (0:00:00.152) 0:02:03.421 ****** 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": 4096, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 27 January 2024 01:17:30 +0000 (0:00:00.144) 0:02:03.565 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 27 January 2024 01:17:30 +0000 (0:00:00.025) 0:02:03.591 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:17:30 +0000 (0:00:00.043) 0:02:03.635 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003289", "end": "2024-01-27 01:17:31.041845", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:17:31.038556" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:17:31 +0000 (0:00:00.165) 0:02:03.801 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:17:31 +0000 (0:00:00.025) 0:02:03.826 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 27 January 2024 01:17:31 +0000 (0:00:00.020) 0:02:03.846 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318192.1606402, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1706318192.1616402, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 394553, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1706318192.1606402, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "1908033864", "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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 27 January 2024 01:17:31 +0000 (0:00:00.137) 0:02:03.984 ****** 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": 4096, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 27 January 2024 01:17:31 +0000 (0:00:00.138) 0:02:04.122 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 27 January 2024 01:17:31 +0000 (0:00:00.027) 0:02:04.149 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:17:31 +0000 (0:00:00.038) 0:02:04.188 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003362", "end": "2024-01-27 01:17:31.608594", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:17:31.605232" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:17:31 +0000 (0:00:00.163) 0:02:04.352 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:17:31 +0000 (0:00:00.027) 0:02:04.380 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 27 January 2024 01:17:31 +0000 (0:00:00.024) 0:02:04.404 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 27 January 2024 01:17:31 +0000 (0:00:00.020) 0:02:04.425 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 27 January 2024 01:17:32 +0000 (0:00:00.439) 0:02:04.865 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 00:53:11 UTC", "ActiveEnterTimestampMonotonic": "17388821", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket system.slice network.target dbus.service systemd-sysctl.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 00:53:09 UTC", "AssertTimestampMonotonic": "15958893", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ConditionTimestampMonotonic": "15958892", "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": "881", "ExecMainStartTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ExecMainStartTimestampMonotonic": "15959587", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-27 00:53:09 UTC", "InactiveExitTimestampMonotonic": "15959630", "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": "881", "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 polkit.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 00:53:11 UTC", "WatchdogTimestampMonotonic": "17388748", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 27 January 2024 01:17:32 +0000 (0:00:00.211) 0:02:05.076 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.115692", "end": "2024-01-27 01:17:32.595682", "rc": 0, "start": "2024-01-27 01:17:32.479990" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 27 January 2024 01:17:32 +0000 (0:00:00.254) 0:02:05.331 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 27 January 2024 01:17:32 +0000 (0:00:00.024) 0:02:05.355 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 27 January 2024 01:17:32 +0000 (0:00:00.022) 0:02:05.378 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 27 January 2024 01:17:32 +0000 (0:00:00.023) 0:02:05.401 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 27 January 2024 01:17:32 +0000 (0:00:00.155) 0:02:05.556 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 27 January 2024 01:17:33 +0000 (0:00:00.340) 0:02:05.896 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 27 January 2024 01:17:33 +0000 (0:00:00.043) 0:02:05.940 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:17:25 UTC", "ActiveEnterTimestampMonotonic": "1471535649", "ActiveExitTimestamp": "Sat 2024-01-27 01:17:24 UTC", "ActiveExitTimestampMonotonic": "1470924301", "ActiveState": "active", "After": "-.mount systemd-journald.socket system.slice network.target basic.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:17:25 UTC", "AssertTimestampMonotonic": "1471534987", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:17:25 UTC", "ConditionTimestampMonotonic": "1471534986", "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": "15090", "ExecMainStartTimestamp": "Sat 2024-01-27 01:17:25 UTC", "ExecMainStartTimestampMonotonic": "1471535584", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:17:25 UTC", "InactiveEnterTimestampMonotonic": "1471534326", "InactiveExitTimestamp": "Sat 2024-01-27 01:17:25 UTC", "InactiveExitTimestampMonotonic": "1471535649", "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": "15090", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount system.slice basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:17:25 UTC", "WatchdogTimestampMonotonic": "1471535624", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 27 January 2024 01:17:33 +0000 (0:00:00.208) 0:02:06.149 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003276", "end": "2024-01-27 01:17:33.558796", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:17:33.555520" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 27 January 2024 01:17:33 +0000 (0:00:00.155) 0:02:06.304 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004085", "end": "2024-01-27 01:17:33.713267", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:17:33.709182" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 27 January 2024 01:17:33 +0000 (0:00:00.138) 0:02:06.443 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 27 January 2024 01:17:33 +0000 (0:00:00.028) 0:02:06.471 ****** 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": 7449, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 27 January 2024 01:17:35 +0000 (0:00:01.246) 0:02:07.717 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 27 January 2024 01:17:35 +0000 (0:00:00.231) 0:02:07.949 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 27 January 2024 01:17:35 +0000 (0:00:00.025) 0:02:07.975 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 27 January 2024 01:17:36 +0000 (0:00:00.966) 0:02:08.941 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 27 January 2024 01:17:36 +0000 (0:00:00.034) 0:02:08.975 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 27 January 2024 01:17:36 +0000 (0:00:00.025) 0:02:09.001 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 27 January 2024 01:17:36 +0000 (0:00:00.031) 0:02:09.032 ****** 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.004856", "end": "2024-01-27 01:17:36.441521", "rc": 0, "start": "2024-01-27 01:17:36.436665" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 27 January 2024 01:17:36 +0000 (0:00:00.136) 0:02:09.169 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 27 January 2024 01:17:36 +0000 (0:00:00.024) 0:02:09.194 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 27 January 2024 01:17:37 +0000 (0:00:01.001) 0:02:10.195 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 27 January 2024 01:17:37 +0000 (0:00:00.022) 0:02:10.218 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:17:37 +0000 (0:00:00.033) 0:02:10.251 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003279", "end": "2024-01-27 01:17:37.655762", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:17:37.652483" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:17:37 +0000 (0:00:00.137) 0:02:10.389 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:17:37 +0000 (0:00:00.028) 0:02:10.417 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 27 January 2024 01:17:37 +0000 (0:00:00.023) 0:02:10.441 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 27 January 2024 01:17:37 +0000 (0:00:00.031) 0:02:10.473 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 27 January 2024 01:17:37 +0000 (0:00:00.046) 0:02:10.519 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:17:37 +0000 (0:00:00.038) 0:02:10.558 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003159", "end": "2024-01-27 01:17:37.967421", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:17:37.964262" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:17:38 +0000 (0:00:00.153) 0:02:10.712 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.124889", "end": "2024-01-27 01:17:38.245203", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:17:38.120314" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:17:38 +0000 (0:00:00.277) 0:02:10.990 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 27 January 2024 01:17:38 +0000 (0:00:00.047) 0:02:11.038 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 27 January 2024 01:17:38 +0000 (0:00:00.025) 0:02:11.063 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:17:38 +0000 (0:00:00.114) 0:02:11.178 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003027", "end": "2024-01-27 01:17:38.595165", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:17:38.592138" } STDOUT: enabled = True TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:17:38 +0000 (0:00:00.146) 0:02:11.325 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:17:38 +0000 (0:00:00.027) 0:02:11.352 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 27 January 2024 01:17:38 +0000 (0:00:00.036) 0:02:11.388 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 27 January 2024 01:17:39 +0000 (0:00:00.362) 0:02:11.751 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "powershell-7.3.11-1.rh.x86_64 providing powershell is already installed" ] } lsrpackages: powershell TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 27 January 2024 01:17:39 +0000 (0:00:00.328) 0:02:12.080 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003193", "end": "2024-01-27 01:17:39.499271", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:17:39.496078" } STDOUT: traceflag0 = 3979 TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 27 January 2024 01:17:39 +0000 (0:00:00.155) 0:02:12.235 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 27 January 2024 01:17:39 +0000 (0:00:00.036) 0:02:12.271 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 27 January 2024 01:17:39 +0000 (0:00:00.034) 0:02:12.306 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:17:39 +0000 (0:00:00.040) 0:02:12.347 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003186", "end": "2024-01-27 01:17:39.752366", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:17:39.749180" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:17:39 +0000 (0:00:00.134) 0:02:12.481 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:17:39 +0000 (0:00:00.035) 0:02:12.517 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 27 January 2024 01:17:39 +0000 (0:00:00.022) 0:02:12.539 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:17:39 +0000 (0:00:00.072) 0:02:12.611 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003156", "end": "2024-01-27 01:17:40.017244", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:17:40.014088" } STDOUT: writethrough = 1 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.136) 0:02:12.748 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.026) 0:02:12.774 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.020) 0:02:12.795 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.020) 0:02:12.815 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.021) 0:02:12.837 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.023) 0:02:12.860 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.020) 0:02:12.880 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.020) 0:02:12.901 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.030) 0:02:12.931 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.022) 0:02:12.954 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.022) 0:02:12.977 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.020) 0:02:12.997 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.020) 0:02:13.018 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.023) 0:02:13.041 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.021) 0:02:13.063 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.020) 0:02:13.083 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.020) 0:02:13.104 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.054) 0:02:13.159 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.021) 0:02:13.181 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.020) 0:02:13.201 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.026) 0:02:13.228 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.020) 0:02:13.248 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.021) 0:02:13.269 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.033) 0:02:13.303 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.021) 0:02:13.324 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.025) 0:02:13.350 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.040) 0:02:13.391 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.027) 0:02:13.418 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.020) 0:02:13.438 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.023) 0:02:13.461 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.025) 0:02:13.486 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.022) 0:02:13.509 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.022) 0:02:13.531 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.022) 0:02:13.553 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.020) 0:02:13.574 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.020) 0:02:13.595 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 27 January 2024 01:17:40 +0000 (0:00:00.084) 0:02:13.679 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.040) 0:02:13.719 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.022) 0:02:13.742 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.039) 0:02:13.781 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.020) 0:02:13.802 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.020) 0:02:13.823 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.021) 0:02:13.844 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.021) 0:02:13.866 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.021) 0:02:13.887 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.031) 0:02:13.919 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.021) 0:02:13.941 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.029) 0:02:13.970 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.020) 0:02:13.991 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.019) 0:02:14.010 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.023) 0:02:14.033 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.031) 0:02:14.064 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.038) 0:02:14.103 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.037) 0:02:14.141 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.038) 0:02:14.179 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.080) 0:02:14.260 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.029) 0:02:14.289 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.021) 0:02:14.310 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.022) 0:02:14.333 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.021) 0:02:14.355 ****** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.172) 0:02:14.527 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.020) 0:02:14.547 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_idempotency.yml:40 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.018) 0:02:14.566 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:8 Saturday 27 January 2024 01:17:41 +0000 (0:00:00.112) 0:02:14.678 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile' /var/opt/mssql/mssql.conf \\\n2>&1 | sed 's\\errorlogfile : \\\\')\" || :\nif [ -f \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -f /var/opt/mssql/log/errorlog ]; then\n echo \"/var/opt/mssql/log/errorlog\"\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005056", "end": "2024-01-27 01:17:42.085466", "rc": 0, "start": "2024-01-27 01:17:42.080410" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:23 Saturday 27 January 2024 01:17:42 +0000 (0:00:00.136) 0:02:14.814 ****** 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.004778", "end": "2024-01-27 01:17:42.218937", "rc": 0, "start": "2024-01-27 01:17:42.214159" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:35 Saturday 27 January 2024 01:17:42 +0000 (0:00:00.131) 0:02:14.946 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:39 Saturday 27 January 2024 01:17:42 +0000 (0:00:00.023) 0:02:14.969 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:17:42 +0000 (0:00:00.099) 0:02:15.069 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004298", "end": "2024-01-27 01:17:42.474101", "rc": 0, "start": "2024-01-27 01:17:42.469803" } STDOUT: ipaddress = 0.0.0.0 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:17:42 +0000 (0:00:00.134) 0:02:15.203 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:17:42 +0000 (0:00:00.027) 0:02:15.231 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 0.0.0.0] ******************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:17:42 +0000 (0:00:00.023) 0:02:15.255 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:17:42 +0000 (0:00:00.021) 0:02:15.276 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004249", "end": "2024-01-27 01:17:42.686440", "rc": 0, "start": "2024-01-27 01:17:42.682191" } TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:17:42 +0000 (0:00:00.138) 0:02:15.415 ****** 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-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:17:42 +0000 (0:00:00.022) 0:02:15.438 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1433] ********************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:17:42 +0000 (0:00:00.020) 0:02:15.458 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:17:42 +0000 (0:00:00.027) 0:02:15.486 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004179", "end": "2024-01-27 01:17:42.892170", "rc": 0, "start": "2024-01-27 01:17:42.887991" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:17:42 +0000 (0:00:00.142) 0:02:15.628 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:17:42 +0000 (0:00:00.027) 0:02:15.656 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_data] *********************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:17:42 +0000 (0:00:00.023) 0:02:15.680 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:17:42 +0000 (0:00:00.021) 0:02:15.701 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004134", "end": "2024-01-27 01:17:43.105902", "rc": 0, "start": "2024-01-27 01:17:43.101768" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:17:43 +0000 (0:00:00.137) 0:02:15.838 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:17:43 +0000 (0:00:00.027) 0:02:15.866 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_log] ************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:17:43 +0000 (0:00:00.026) 0:02:15.893 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:17:43 +0000 (0:00:00.020) 0:02:15.913 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004044", "end": "2024-01-27 01:17:43.316604", "rc": 0, "start": "2024-01-27 01:17:43.312560" } STDOUT: enabled = True TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:17:43 +0000 (0:00:00.174) 0:02:16.087 ****** 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-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:17:43 +0000 (0:00:00.022) 0:02:16.110 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:17:43 +0000 (0:00:00.029) 0:02:16.139 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:55 Saturday 27 January 2024 01:17:43 +0000 (0:00:00.021) 0:02:16.161 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318191.2016428, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1706318191.2036428, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 394552, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1706318191.2016428, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "1908033850", "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-cijcue11hy/tests/tasks/verify_settings.yml:60 Saturday 27 January 2024 01:17:43 +0000 (0:00:00.141) 0:02:16.303 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:70 Saturday 27 January 2024 01:17:43 +0000 (0:00:00.025) 0:02:16.328 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318192.1606402, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1706318192.1616402, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 394553, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1706318192.1606402, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "1908033864", "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-cijcue11hy/tests/tasks/verify_settings.yml:75 Saturday 27 January 2024 01:17:43 +0000 (0:00:00.142) 0:02:16.471 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:85 Saturday 27 January 2024 01:17:43 +0000 (0:00:00.030) 0:02:16.501 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 27 January 2024 01:17:43 +0000 (0:00:00.078) 0:02:16.580 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:17:25 UTC", "ActiveEnterTimestampMonotonic": "1471535649", "ActiveExitTimestamp": "Sat 2024-01-27 01:17:24 UTC", "ActiveExitTimestampMonotonic": "1470924301", "ActiveState": "active", "After": "-.mount systemd-journald.socket system.slice network.target basic.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:17:25 UTC", "AssertTimestampMonotonic": "1471534987", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:17:25 UTC", "ConditionTimestampMonotonic": "1471534986", "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": "15090", "ExecMainStartTimestamp": "Sat 2024-01-27 01:17:25 UTC", "ExecMainStartTimestampMonotonic": "1471535584", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:17:25 UTC", "InactiveEnterTimestampMonotonic": "1471534326", "InactiveExitTimestamp": "Sat 2024-01-27 01:17:25 UTC", "InactiveExitTimestampMonotonic": "1471535649", "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": "15090", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount system.slice basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:17:25 UTC", "WatchdogTimestampMonotonic": "1471535624", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 27 January 2024 01:17:44 +0000 (0:00:00.219) 0:02:16.800 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002956", "end": "2024-01-27 01:17:44.204598", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:17:44.201642" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 27 January 2024 01:17:44 +0000 (0:00:00.142) 0:02:16.942 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003029", "end": "2024-01-27 01:17:44.350934", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:17:44.347905" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 27 January 2024 01:17:44 +0000 (0:00:00.157) 0:02:17.100 ****** 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-cijcue11hy/tests/tasks/verify_settings.yml:93 Saturday 27 January 2024 01:17:44 +0000 (0:00:00.031) 0:02:17.131 ****** 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": 9879, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:99 Saturday 27 January 2024 01:17:45 +0000 (0:00:01.151) 0:02:18.283 ****** 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.021770", "end": "2024-01-27 01:17:45.706382", "rc": 0, "start": "2024-01-27 01:17:45.684612" } 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 (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:113 Saturday 27 January 2024 01:17:45 +0000 (0:00:00.165) 0:02:18.448 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:117 Saturday 27 January 2024 01:17:45 +0000 (0:00:00.025) 0:02:18.473 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_package.yml:7 Saturday 27 January 2024 01:17:45 +0000 (0:00:00.044) 0:02:18.518 ****** 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-cijcue11hy/tests/tasks/verify_package.yml:12 Saturday 27 January 2024 01:17:46 +0000 (0:00:00.933) 0:02:19.451 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_package.yml:17 Saturday 27 January 2024 01:17:46 +0000 (0:00:00.049) 0:02:19.501 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:124 Saturday 27 January 2024 01:17:46 +0000 (0:00:00.023) 0:02:19.524 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_package.yml:7 Saturday 27 January 2024 01:17:46 +0000 (0:00:00.048) 0:02:19.573 ****** 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-cijcue11hy/tests/tasks/verify_package.yml:12 Saturday 27 January 2024 01:17:47 +0000 (0:00:01.017) 0:02:20.590 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_package.yml:17 Saturday 27 January 2024 01:17:47 +0000 (0:00:00.046) 0:02:20.637 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:135 Saturday 27 January 2024 01:17:47 +0000 (0:00:00.031) 0:02:20.668 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004174", "end": "2024-01-27 01:17:48.109024", "rc": 0, "start": "2024-01-27 01:17:48.104850" } STDOUT: traceflag0 = 3979 TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:140 Saturday 27 January 2024 01:17:48 +0000 (0:00:00.184) 0:02:20.853 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:145 Saturday 27 January 2024 01:17:48 +0000 (0:00:00.024) 0:02:20.877 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:151 Saturday 27 January 2024 01:17:48 +0000 (0:00:00.035) 0:02:20.913 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:17:48 +0000 (0:00:00.048) 0:02:20.962 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004507", "end": "2024-01-27 01:17:48.371140", "rc": 0, "start": "2024-01-27 01:17:48.366633" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:17:48 +0000 (0:00:00.145) 0:02:21.108 ****** 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-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:17:48 +0000 (0:00:00.028) 0:02:21.136 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:17:48 +0000 (0:00:00.054) 0:02:21.191 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:157 Saturday 27 January 2024 01:17:48 +0000 (0:00:00.031) 0:02:21.222 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:17:48 +0000 (0:00:00.044) 0:02:21.267 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004159", "end": "2024-01-27 01:17:48.698359", "rc": 0, "start": "2024-01-27 01:17:48.694200" } STDOUT: writethrough = 1 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:17:48 +0000 (0:00:00.197) 0:02:21.464 ****** 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-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:17:48 +0000 (0:00:00.099) 0:02:21.564 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:17:48 +0000 (0:00:00.066) 0:02:21.630 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:167 Saturday 27 January 2024 01:17:48 +0000 (0:00:00.039) 0:02:21.670 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:178 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.051) 0:02:21.722 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:190 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.046) 0:02:21.769 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:198 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.055) 0:02:21.824 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:208 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.035) 0:02:21.859 ****** 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-cijcue11hy/tests/tasks/verify_settings.yml:213 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.039) 0:02:21.899 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:221 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.029) 0:02:21.928 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run to edit settings] **************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_idempotency.yml:56 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.029) 0:02:21.958 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.351) 0:02:22.310 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.058) 0:02:22.368 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.051) 0:02:22.420 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_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-cijcue11hy/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.058) 0:02:22.479 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.048) 0:02:22.527 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.028) 0:02:22.555 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.033) 0:02:22.589 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.021) 0:02:22.611 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.020) 0:02:22.632 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.022) 0:02:22.654 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.019) 0:02:22.674 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 27 January 2024 01:17:49 +0000 (0:00:00.020) 0:02:22.694 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 27 January 2024 01:17:50 +0000 (0:00:00.020) 0:02:22.715 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 27 January 2024 01:17:50 +0000 (0:00:00.023) 0:02:22.739 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 27 January 2024 01:17:50 +0000 (0:00:00.024) 0:02:22.763 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 27 January 2024 01:17:50 +0000 (0:00:00.019) 0:02:22.782 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 27 January 2024 01:17:50 +0000 (0:00:00.090) 0:02:22.873 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 27 January 2024 01:17:50 +0000 (0:00:00.028) 0:02:22.902 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 27 January 2024 01:17:50 +0000 (0:00:00.041) 0:02:22.943 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 27 January 2024 01:17:51 +0000 (0:00:00.960) 0:02:23.904 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 27 January 2024 01:17:51 +0000 (0:00:00.063) 0:02:23.968 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 27 January 2024 01:17:51 +0000 (0:00:00.059) 0:02:24.028 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 27 January 2024 01:17:51 +0000 (0:00:00.034) 0:02:24.062 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 27 January 2024 01:17:51 +0000 (0:00:00.043) 0:02:24.106 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 27 January 2024 01:17:51 +0000 (0:00:00.314) 0:02:24.420 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 27 January 2024 01:17:51 +0000 (0:00:00.020) 0:02:24.440 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 27 January 2024 01:17:51 +0000 (0:00:00.020) 0:02:24.460 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 27 January 2024 01:17:51 +0000 (0:00:00.020) 0:02:24.481 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 27 January 2024 01:17:51 +0000 (0:00:00.071) 0:02:24.553 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 27 January 2024 01:17:51 +0000 (0:00:00.020) 0:02:24.573 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 27 January 2024 01:17:51 +0000 (0:00:00.020) 0:02:24.594 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 27 January 2024 01:17:51 +0000 (0:00:00.032) 0:02:24.626 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 27 January 2024 01:17:51 +0000 (0:00:00.021) 0:02:24.648 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 27 January 2024 01:17:51 +0000 (0:00:00.020) 0:02:24.668 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 27 January 2024 01:17:52 +0000 (0:00:00.332) 0:02:25.001 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 27 January 2024 01:17:52 +0000 (0:00:00.020) 0:02:25.021 ****** 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.005140", "end": "2024-01-27 01:17:52.429999", "rc": 0, "start": "2024-01-27 01:17:52.424859" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 27 January 2024 01:17:52 +0000 (0:00:00.135) 0:02:25.156 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 27 January 2024 01:17:53 +0000 (0:00:00.682) 0:02:25.838 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 27 January 2024 01:17:53 +0000 (0:00:00.032) 0:02:25.871 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 27 January 2024 01:17:53 +0000 (0:00:00.027) 0:02:25.898 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 27 January 2024 01:17:53 +0000 (0:00:00.028) 0:02:25.927 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 27 January 2024 01:17:53 +0000 (0:00:00.124) 0:02:26.051 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318190.397645, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1706318190.3656452, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 265990, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1706318190.3656452, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1908033616", "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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 27 January 2024 01:17:53 +0000 (0:00:00.170) 0:02:26.221 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 27 January 2024 01:17:53 +0000 (0:00:00.139) 0:02:26.360 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 27 January 2024 01:17:53 +0000 (0:00:00.024) 0:02:26.385 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:17:53 +0000 (0:00:00.032) 0:02:26.418 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003171", "end": "2024-01-27 01:17:53.823569", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:17:53.820398" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:17:53 +0000 (0:00:00.136) 0:02:26.554 ****** 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.125822", "end": "2024-01-27 01:17:54.110078", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:17:53.984256" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:17:54 +0000 (0:00:00.290) 0:02:26.844 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 27 January 2024 01:17:54 +0000 (0:00:00.025) 0:02:26.870 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318249.4444864, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1706318249.4424865, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 265991, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1706318249.4424865, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1908033617", "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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 27 January 2024 01:17:54 +0000 (0:00:00.140) 0:02:27.011 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 27 January 2024 01:17:54 +0000 (0:00:00.140) 0:02:27.151 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 27 January 2024 01:17:54 +0000 (0:00:00.026) 0:02:27.177 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:17:54 +0000 (0:00:00.033) 0:02:27.211 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003151", "end": "2024-01-27 01:17:54.618249", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:17:54.615098" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:17:54 +0000 (0:00:00.135) 0:02:27.347 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/var/opt/mssql/log" ], "delta": "0:00:00.125758", "end": "2024-01-27 01:17:54.878368", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:17:54.752610" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:17:54 +0000 (0:00:00.268) 0:02:27.615 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 27 January 2024 01:17:54 +0000 (0:00:00.042) 0:02:27.658 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 27 January 2024 01:17:54 +0000 (0:00:00.022) 0:02:27.680 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 27 January 2024 01:17:55 +0000 (0:00:00.362) 0:02:28.043 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 00:53:11 UTC", "ActiveEnterTimestampMonotonic": "17388821", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket system.slice network.target dbus.service systemd-sysctl.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 00:53:09 UTC", "AssertTimestampMonotonic": "15958893", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ConditionTimestampMonotonic": "15958892", "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": "881", "ExecMainStartTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ExecMainStartTimestampMonotonic": "15959587", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-27 00:53:09 UTC", "InactiveExitTimestampMonotonic": "15959630", "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": "881", "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 polkit.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 00:53:11 UTC", "WatchdogTimestampMonotonic": "17388748", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 27 January 2024 01:17:55 +0000 (0:00:00.209) 0:02:28.252 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.090185", "end": "2024-01-27 01:17:55.760713", "rc": 0, "start": "2024-01-27 01:17:55.670528" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 27 January 2024 01:17:55 +0000 (0:00:00.241) 0:02:28.494 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 27 January 2024 01:17:55 +0000 (0:00:00.033) 0:02:28.527 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 27 January 2024 01:17:55 +0000 (0:00:00.036) 0:02:28.564 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 27 January 2024 01:17:55 +0000 (0:00:00.022) 0:02:28.587 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 27 January 2024 01:17:56 +0000 (0:00:00.163) 0:02:28.751 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 27 January 2024 01:17:56 +0000 (0:00:00.335) 0:02:29.086 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 27 January 2024 01:17:56 +0000 (0:00:00.048) 0:02:29.135 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:17:25 UTC", "ActiveEnterTimestampMonotonic": "1471535649", "ActiveExitTimestamp": "Sat 2024-01-27 01:17:24 UTC", "ActiveExitTimestampMonotonic": "1470924301", "ActiveState": "active", "After": "-.mount systemd-journald.socket system.slice network.target basic.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:17:25 UTC", "AssertTimestampMonotonic": "1471534987", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:17:25 UTC", "ConditionTimestampMonotonic": "1471534986", "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": "15090", "ExecMainStartTimestamp": "Sat 2024-01-27 01:17:25 UTC", "ExecMainStartTimestampMonotonic": "1471535584", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:17:25 UTC", "InactiveEnterTimestampMonotonic": "1471534326", "InactiveExitTimestamp": "Sat 2024-01-27 01:17:25 UTC", "InactiveExitTimestampMonotonic": "1471535649", "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": "15090", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount system.slice basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:17:25 UTC", "WatchdogTimestampMonotonic": "1471535624", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 27 January 2024 01:17:56 +0000 (0:00:00.261) 0:02:29.396 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003031", "end": "2024-01-27 01:17:56.802043", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:17:56.799012" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 27 January 2024 01:17:56 +0000 (0:00:00.135) 0:02:29.531 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003294", "end": "2024-01-27 01:17:56.951903", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:17:56.948609" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 27 January 2024 01:17:56 +0000 (0:00:00.149) 0:02:29.680 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 27 January 2024 01:17:57 +0000 (0:00:00.034) 0:02:29.714 ****** 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": 10851, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 27 January 2024 01:17:58 +0000 (0:00:01.160) 0:02:30.875 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 27 January 2024 01:17:58 +0000 (0:00:00.171) 0:02:31.046 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:17:25 UTC", "ActiveEnterTimestampMonotonic": "1471535649", "ActiveExitTimestamp": "Sat 2024-01-27 01:17:24 UTC", "ActiveExitTimestampMonotonic": "1470924301", "ActiveState": "active", "After": "-.mount systemd-journald.socket system.slice network.target basic.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:17:25 UTC", "AssertTimestampMonotonic": "1471534987", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:17:25 UTC", "ConditionTimestampMonotonic": "1471534986", "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": "15090", "ExecMainStartTimestamp": "Sat 2024-01-27 01:17:25 UTC", "ExecMainStartTimestampMonotonic": "1471535584", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:17:25 UTC", "InactiveEnterTimestampMonotonic": "1471534326", "InactiveExitTimestamp": "Sat 2024-01-27 01:17:25 UTC", "InactiveExitTimestampMonotonic": "1471535649", "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": "15090", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount system.slice basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:17:25 UTC", "WatchdogTimestampMonotonic": "1471535624", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 27 January 2024 01:17:58 +0000 (0:00:00.453) 0:02:31.500 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 27 January 2024 01:17:59 +0000 (0:00:00.924) 0:02:32.424 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 27 January 2024 01:18:05 +0000 (0:00:05.765) 0:02:38.190 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 27 January 2024 01:18:05 +0000 (0:00:00.080) 0:02:38.271 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 27 January 2024 01:18:05 +0000 (0:00:00.020) 0:02:38.291 ****** 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.005025", "end": "2024-01-27 01:18:05.699310", "rc": 0, "start": "2024-01-27 01:18:05.694285" } STDOUT: false TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 27 January 2024 01:18:05 +0000 (0:00:00.135) 0:02:38.427 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:17:25 UTC", "ActiveEnterTimestampMonotonic": "1471535649", "ActiveExitTimestamp": "Sat 2024-01-27 01:17:58 UTC", "ActiveExitTimestampMonotonic": "1504591544", "ActiveState": "inactive", "After": "-.mount systemd-journald.socket system.slice network.target basic.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:17:25 UTC", "AssertTimestampMonotonic": "1471534987", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:17:25 UTC", "ConditionTimestampMonotonic": "1471534986", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-01-27 01:17:58 UTC", "ExecMainExitTimestampMonotonic": "1504806981", "ExecMainPID": "15090", "ExecMainStartTimestamp": "Sat 2024-01-27 01:17:25 UTC", "ExecMainStartTimestampMonotonic": "1471535584", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:17:25 UTC] ; stop_time=[Sat 2024-01-27 01:17:58 UTC] ; pid=15090 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:17:58 UTC", "InactiveEnterTimestampMonotonic": "1504807110", "InactiveExitTimestamp": "Sat 2024-01-27 01:17:25 UTC", "InactiveExitTimestampMonotonic": "1471535649", "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": "-.mount system.slice basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 27 January 2024 01:18:05 +0000 (0:00:00.201) 0:02:38.628 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 27 January 2024 01:18:06 +0000 (0:00:00.921) 0:02:39.550 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 27 January 2024 01:18:12 +0000 (0:00:05.775) 0:02:45.325 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:18:12 +0000 (0:00:00.105) 0:02:45.431 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003147", "end": "2024-01-27 01:18:12.838098", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:12.834951" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:18:12 +0000 (0:00:00.137) 0:02:45.568 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.128270", "end": "2024-01-27 01:18:13.101407", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:12.973137" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:18:13 +0000 (0:00:00.266) 0:02:45.834 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 27 January 2024 01:18:13 +0000 (0:00:00.019) 0:02:45.854 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 27 January 2024 01:18:13 +0000 (0:00:00.021) 0:02:45.875 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 27 January 2024 01:18:13 +0000 (0:00:00.022) 0:02:45.898 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:18:13 +0000 (0:00:00.036) 0:02:45.934 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002994", "end": "2024-01-27 01:18:13.342826", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:18:13.339832" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:18:13 +0000 (0:00:00.137) 0:02:46.072 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1435" ], "delta": "0:00:00.126512", "end": "2024-01-27 01:18:13.602984", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:13.476472" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:18:13 +0000 (0:00:00.265) 0:02:46.338 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 27 January 2024 01:18:13 +0000 (0:00:00.021) 0:02:46.359 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 27 January 2024 01:18:13 +0000 (0:00:00.020) 0:02:46.380 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:18:13 +0000 (0:00:00.037) 0:02:46.417 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003053", "end": "2024-01-27 01:18:13.822292", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:13.819239" } STDOUT: enabled = True TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:18:13 +0000 (0:00:00.149) 0:02:46.567 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "False" ], "delta": "0:00:00.126239", "end": "2024-01-27 01:18:14.100181", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:13.973942" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:18:14 +0000 (0:00:00.296) 0:02:46.864 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 27 January 2024 01:18:14 +0000 (0:00:00.035) 0:02:46.899 ****** changed: [sut] => { "changed": true, "changes": { "removed": [ "mssql-server-fts" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 27 January 2024 01:18:15 +0000 (0:00:01.328) 0:02:48.227 ****** changed: [sut] => { "changed": true, "changes": { "removed": [ "powershell" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package powershell.x86_64 0:7.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n powershell x86_64 7.3.11-1.rh @packages-microsoft-com-prod 168 M\n\nTransaction Summary\n================================================================================\nRemove 1 Package\n\nInstalled size: 168 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : powershell-7.3.11-1.rh.x86_64 1/1 \n Verifying : powershell-7.3.11-1.rh.x86_64 1/1 \n\nRemoved:\n powershell.x86_64 0:7.3.11-1.rh \n\nComplete!\n" ] } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 27 January 2024 01:18:16 +0000 (0:00:01.262) 0:02:49.490 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003305", "end": "2024-01-27 01:18:16.904367", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:16.901062" } STDOUT: traceflag0 = 3979 TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 27 January 2024 01:18:16 +0000 (0:00:00.147) 0:02:49.638 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 27 January 2024 01:18:16 +0000 (0:00:00.031) 0:02:49.670 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "off" ], "delta": "0:00:00.125510", "end": "2024-01-27 01:18:17.226694", "rc": 0, "start": "2024-01-27 01:18:17.101184" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 27 January 2024 01:18:17 +0000 (0:00:00.286) 0:02:49.956 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:18:17 +0000 (0:00:00.036) 0:02:49.992 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002972", "end": "2024-01-27 01:18:17.398717", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:17.395745" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:18:17 +0000 (0:00:00.187) 0:02:50.180 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:18:17 +0000 (0:00:00.028) 0:02:50.208 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 27 January 2024 01:18:17 +0000 (0:00:00.022) 0:02:50.231 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:18:17 +0000 (0:00:00.036) 0:02:50.267 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003197", "end": "2024-01-27 01:18:17.672941", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:17.669744" } STDOUT: writethrough = 1 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:18:17 +0000 (0:00:00.135) 0:02:50.402 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "0" ], "delta": "0:00:00.125201", "end": "2024-01-27 01:18:17.933324", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:17.808123" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:18:17 +0000 (0:00:00.285) 0:02:50.688 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.023) 0:02:50.712 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.021) 0:02:50.733 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.020) 0:02:50.753 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.025) 0:02:50.779 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.020) 0:02:50.800 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.025) 0:02:50.825 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.020) 0:02:50.846 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.021) 0:02:50.867 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.022) 0:02:50.889 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.021) 0:02:50.911 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.032) 0:02:50.943 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.082) 0:02:51.026 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.031) 0:02:51.057 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.034) 0:02:51.092 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.026) 0:02:51.119 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.023) 0:02:51.142 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.029) 0:02:51.172 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.020) 0:02:51.192 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.020) 0:02:51.213 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.019) 0:02:51.232 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.020) 0:02:51.253 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.021) 0:02:51.274 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.020) 0:02:51.294 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.028) 0:02:51.323 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.021) 0:02:51.345 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.029) 0:02:51.374 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.040) 0:02:51.415 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.023) 0:02:51.439 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.025) 0:02:51.464 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.044) 0:02:51.509 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.082) 0:02:51.591 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.020) 0:02:51.611 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.020) 0:02:51.632 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.021) 0:02:51.653 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.026) 0:02:51.680 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 27 January 2024 01:18:18 +0000 (0:00:00.020) 0:02:51.701 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.019) 0:02:51.720 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.027) 0:02:51.747 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.020) 0:02:51.768 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.020) 0:02:51.789 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.020) 0:02:51.810 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.020) 0:02:51.830 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.022) 0:02:51.853 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.021) 0:02:51.875 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.024) 0:02:51.899 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.022) 0:02:51.921 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.020) 0:02:51.942 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.023) 0:02:51.965 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.022) 0:02:51.988 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.078) 0:02:52.066 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.020) 0:02:52.086 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.020) 0:02:52.107 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.019) 0:02:52.126 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.022) 0:02:52.149 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.032) 0:02:52.182 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.020) 0:02:52.202 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.035) 0:02:52.238 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.023) 0:02:52.262 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.156) 0:02:52.418 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:17:25 UTC", "ActiveEnterTimestampMonotonic": "1471535649", "ActiveExitTimestamp": "Sat 2024-01-27 01:17:58 UTC", "ActiveExitTimestampMonotonic": "1504591544", "ActiveState": "inactive", "After": "-.mount systemd-journald.socket system.slice network.target basic.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:17:25 UTC", "AssertTimestampMonotonic": "1471534987", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:17:25 UTC", "ConditionTimestampMonotonic": "1471534986", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-01-27 01:17:58 UTC", "ExecMainExitTimestampMonotonic": "1504806981", "ExecMainPID": "15090", "ExecMainStartTimestamp": "Sat 2024-01-27 01:17:25 UTC", "ExecMainStartTimestampMonotonic": "1471535584", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:17:25 UTC] ; stop_time=[Sat 2024-01-27 01:17:58 UTC] ; pid=15090 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:17:58 UTC", "InactiveEnterTimestampMonotonic": "1504807110", "InactiveExitTimestamp": "Sat 2024-01-27 01:17:25 UTC", "InactiveExitTimestampMonotonic": "1471535649", "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": "-.mount system.slice basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.218) 0:02:52.637 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.020) 0:02:52.657 ****** 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-cijcue11hy/tests/tasks/tests_idempotency.yml:73 Saturday 27 January 2024 01:18:19 +0000 (0:00:00.019) 0:02:52.677 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.448) 0:02:53.125 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.029) 0:02:53.155 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.024) 0:02:53.179 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_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-cijcue11hy/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.041) 0:02:53.221 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.019) 0:02:53.240 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.020) 0:02:53.261 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.020) 0:02:53.282 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.036) 0:02:53.318 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.023) 0:02:53.341 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.026) 0:02:53.368 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.022) 0:02:53.390 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.122) 0:02:53.513 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.021) 0:02:53.535 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.025) 0:02:53.560 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.021) 0:02:53.582 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.021) 0:02:53.603 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.021) 0:02:53.625 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.022) 0:02:53.647 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 27 January 2024 01:18:20 +0000 (0:00:00.021) 0:02:53.668 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 27 January 2024 01:18:22 +0000 (0:00:01.117) 0:02:54.785 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 27 January 2024 01:18:22 +0000 (0:00:00.096) 0:02:54.882 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 27 January 2024 01:18:22 +0000 (0:00:00.033) 0:02:54.915 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 27 January 2024 01:18:22 +0000 (0:00:00.095) 0:02:55.011 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 27 January 2024 01:18:22 +0000 (0:00:00.045) 0:02:55.056 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 27 January 2024 01:18:22 +0000 (0:00:00.355) 0:02:55.411 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 27 January 2024 01:18:22 +0000 (0:00:00.024) 0:02:55.435 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 27 January 2024 01:18:22 +0000 (0:00:00.027) 0:02:55.463 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 27 January 2024 01:18:22 +0000 (0:00:00.025) 0:02:55.489 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 27 January 2024 01:18:22 +0000 (0:00:00.030) 0:02:55.520 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 27 January 2024 01:18:22 +0000 (0:00:00.049) 0:02:55.569 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 27 January 2024 01:18:22 +0000 (0:00:00.026) 0:02:55.595 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 27 January 2024 01:18:22 +0000 (0:00:00.024) 0:02:55.620 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 27 January 2024 01:18:22 +0000 (0:00:00.033) 0:02:55.654 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 27 January 2024 01:18:22 +0000 (0:00:00.040) 0:02:55.695 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 27 January 2024 01:18:23 +0000 (0:00:00.547) 0:02:56.242 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 27 January 2024 01:18:23 +0000 (0:00:00.047) 0:02:56.290 ****** 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.005827", "end": "2024-01-27 01:18:23.734996", "rc": 0, "start": "2024-01-27 01:18:23.729169" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 27 January 2024 01:18:23 +0000 (0:00:00.173) 0:02:56.463 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 27 January 2024 01:18:24 +0000 (0:00:00.754) 0:02:57.218 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 27 January 2024 01:18:24 +0000 (0:00:00.030) 0:02:57.249 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 27 January 2024 01:18:24 +0000 (0:00:00.019) 0:02:57.268 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 27 January 2024 01:18:24 +0000 (0:00:00.021) 0:02:57.290 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 27 January 2024 01:18:24 +0000 (0:00:00.053) 0:02:57.343 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318190.397645, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1706318190.3656452, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 265990, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1706318190.3656452, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1908033616", "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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 27 January 2024 01:18:24 +0000 (0:00:00.148) 0:02:57.492 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 27 January 2024 01:18:24 +0000 (0:00:00.192) 0:02:57.684 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 27 January 2024 01:18:25 +0000 (0:00:00.035) 0:02:57.720 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:18:25 +0000 (0:00:00.034) 0:02:57.754 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003093", "end": "2024-01-27 01:18:25.161549", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:25.158456" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:18:25 +0000 (0:00:00.155) 0:02:57.909 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:18:25 +0000 (0:00:00.033) 0:02:57.943 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 27 January 2024 01:18:25 +0000 (0:00:00.026) 0:02:57.969 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318303.0843453, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1706318303.1013453, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 265991, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1706318303.1013453, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1908033617", "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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 27 January 2024 01:18:25 +0000 (0:00:00.164) 0:02:58.133 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 27 January 2024 01:18:25 +0000 (0:00:00.301) 0:02:58.434 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 27 January 2024 01:18:25 +0000 (0:00:00.038) 0:02:58.473 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:18:25 +0000 (0:00:00.065) 0:02:58.538 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003211", "end": "2024-01-27 01:18:25.965455", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:25.962244" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:18:26 +0000 (0:00:00.186) 0:02:58.725 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:18:26 +0000 (0:00:00.042) 0:02:58.767 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 27 January 2024 01:18:26 +0000 (0:00:00.038) 0:02:58.806 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 27 January 2024 01:18:26 +0000 (0:00:00.032) 0:02:58.838 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 27 January 2024 01:18:26 +0000 (0:00:00.340) 0:02:59.179 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 00:53:11 UTC", "ActiveEnterTimestampMonotonic": "17388821", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket system.slice network.target dbus.service systemd-sysctl.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 00:53:09 UTC", "AssertTimestampMonotonic": "15958893", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ConditionTimestampMonotonic": "15958892", "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": "881", "ExecMainStartTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ExecMainStartTimestampMonotonic": "15959587", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-27 00:53:09 UTC", "InactiveExitTimestampMonotonic": "15959630", "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": "881", "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 polkit.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 00:53:11 UTC", "WatchdogTimestampMonotonic": "17388748", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 27 January 2024 01:18:26 +0000 (0:00:00.214) 0:02:59.394 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.092684", "end": "2024-01-27 01:18:26.887886", "rc": 0, "start": "2024-01-27 01:18:26.795202" } 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 27 January 2024 01:18:26 +0000 (0:00:00.221) 0:02:59.615 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 27 January 2024 01:18:26 +0000 (0:00:00.021) 0:02:59.637 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 27 January 2024 01:18:26 +0000 (0:00:00.043) 0:02:59.680 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 27 January 2024 01:18:26 +0000 (0:00:00.022) 0:02:59.703 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 27 January 2024 01:18:27 +0000 (0:00:00.145) 0:02:59.848 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 27 January 2024 01:18:27 +0000 (0:00:00.385) 0:03:00.234 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 27 January 2024 01:18:27 +0000 (0:00:00.036) 0:03:00.270 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:18:19 UTC", "ActiveEnterTimestampMonotonic": "1525946879", "ActiveExitTimestamp": "Sat 2024-01-27 01:17:58 UTC", "ActiveExitTimestampMonotonic": "1504591544", "ActiveState": "active", "After": "-.mount systemd-journald.socket system.slice network.target basic.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:18:19 UTC", "AssertTimestampMonotonic": "1525946208", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:18:19 UTC", "ConditionTimestampMonotonic": "1525946207", "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": "17073", "ExecMainStartTimestamp": "Sat 2024-01-27 01:18:19 UTC", "ExecMainStartTimestampMonotonic": "1525946807", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:18:19 UTC] ; stop_time=[n/a] ; pid=17073 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:17:58 UTC", "InactiveEnterTimestampMonotonic": "1504807110", "InactiveExitTimestamp": "Sat 2024-01-27 01:18:19 UTC", "InactiveExitTimestampMonotonic": "1525946879", "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": "17073", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount system.slice basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:18:19 UTC", "WatchdogTimestampMonotonic": "1525946853", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 27 January 2024 01:18:27 +0000 (0:00:00.205) 0:03:00.476 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003070", "end": "2024-01-27 01:18:27.912156", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:27.909086" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 27 January 2024 01:18:27 +0000 (0:00:00.174) 0:03:00.650 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003249", "end": "2024-01-27 01:18:28.077232", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:28.073983" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.166) 0:03:00.817 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 27 January 2024 01:18:28 +0000 (0:00:00.041) 0:03:00.858 ****** 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": 7530, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 27 January 2024 01:18:29 +0000 (0:00:01.156) 0:03:02.014 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 27 January 2024 01:18:29 +0000 (0:00:00.209) 0:03:02.224 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 27 January 2024 01:18:29 +0000 (0:00:00.025) 0:03:02.250 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 27 January 2024 01:18:30 +0000 (0:00:01.015) 0:03:03.265 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 27 January 2024 01:18:30 +0000 (0:00:00.027) 0:03:03.293 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 27 January 2024 01:18:30 +0000 (0:00:00.031) 0:03:03.325 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 27 January 2024 01:18:30 +0000 (0:00:00.031) 0:03:03.356 ****** 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.005057", "end": "2024-01-27 01:18:30.783239", "rc": 0, "start": "2024-01-27 01:18:30.778182" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 27 January 2024 01:18:30 +0000 (0:00:00.183) 0:03:03.539 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 27 January 2024 01:18:30 +0000 (0:00:00.029) 0:03:03.569 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 27 January 2024 01:18:31 +0000 (0:00:00.925) 0:03:04.494 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 27 January 2024 01:18:31 +0000 (0:00:00.024) 0:03:04.518 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:18:31 +0000 (0:00:00.037) 0:03:04.555 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003087", "end": "2024-01-27 01:18:31.971904", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:31.968817" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:18:32 +0000 (0:00:00.151) 0:03:04.707 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:18:32 +0000 (0:00:00.025) 0:03:04.733 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 27 January 2024 01:18:32 +0000 (0:00:00.020) 0:03:04.753 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 27 January 2024 01:18:32 +0000 (0:00:00.093) 0:03:04.847 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 27 January 2024 01:18:32 +0000 (0:00:00.042) 0:03:04.889 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:18:32 +0000 (0:00:00.042) 0:03:04.931 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003008", "end": "2024-01-27 01:18:32.350167", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:32.347159" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:18:32 +0000 (0:00:00.150) 0:03:05.082 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:18:32 +0000 (0:00:00.033) 0:03:05.115 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 27 January 2024 01:18:32 +0000 (0:00:00.034) 0:03:05.149 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 27 January 2024 01:18:32 +0000 (0:00:00.033) 0:03:05.183 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:18:32 +0000 (0:00:00.041) 0:03:05.224 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003116", "end": "2024-01-27 01:18:32.630512", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:32.627396" } STDOUT: enabled = False TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:18:32 +0000 (0:00:00.143) 0:03:05.368 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:18:32 +0000 (0:00:00.053) 0:03:05.421 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 27 January 2024 01:18:32 +0000 (0:00:00.040) 0:03:05.461 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 27 January 2024 01:18:33 +0000 (0:00:00.413) 0:03:05.874 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 27 January 2024 01:18:33 +0000 (0:00:00.298) 0:03:06.172 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003063", "end": "2024-01-27 01:18:33.576921", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:18:33.573858" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 27 January 2024 01:18:33 +0000 (0:00:00.132) 0:03:06.305 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 27 January 2024 01:18:33 +0000 (0:00:00.081) 0:03:06.386 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 27 January 2024 01:18:33 +0000 (0:00:00.024) 0:03:06.410 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:18:33 +0000 (0:00:00.035) 0:03:06.445 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003183", "end": "2024-01-27 01:18:33.851680", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:33.848497" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:18:33 +0000 (0:00:00.134) 0:03:06.580 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:18:33 +0000 (0:00:00.026) 0:03:06.607 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 27 January 2024 01:18:33 +0000 (0:00:00.023) 0:03:06.630 ****** included: /WORKDIR/git-weekly-cijcue11hy/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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:18:33 +0000 (0:00:00.037) 0:03:06.668 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003157", "end": "2024-01-27 01:18:34.076982", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:34.073825" } STDOUT: writethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.138) 0:03:06.807 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.027) 0:03:06.834 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.023) 0:03:06.858 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.022) 0:03:06.880 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.030) 0:03:06.911 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.023) 0:03:06.934 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.019) 0:03:06.953 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.019) 0:03:06.973 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.019) 0:03:06.993 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.079) 0:03:07.072 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.046) 0:03:07.119 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.020) 0:03:07.139 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.039) 0:03:07.179 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.035) 0:03:07.214 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.043) 0:03:07.258 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.036) 0:03:07.295 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.044) 0:03:07.339 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.045) 0:03:07.385 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.032) 0:03:07.417 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.022) 0:03:07.439 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.021) 0:03:07.460 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.020) 0:03:07.481 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.020) 0:03:07.502 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.019) 0:03:07.521 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.028) 0:03:07.550 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.026) 0:03:07.577 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.036) 0:03:07.613 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 27 January 2024 01:18:34 +0000 (0:00:00.021) 0:03:07.634 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.090) 0:03:07.725 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.021) 0:03:07.746 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.020) 0:03:07.767 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.029) 0:03:07.797 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.023) 0:03:07.821 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.020) 0:03:07.841 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.018) 0:03:07.860 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.020) 0:03:07.880 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.029) 0:03:07.909 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.022) 0:03:07.931 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.021) 0:03:07.953 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.030) 0:03:07.983 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.032) 0:03:08.016 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.020) 0:03:08.037 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.021) 0:03:08.058 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.022) 0:03:08.081 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.022) 0:03:08.103 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.020) 0:03:08.123 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.030) 0:03:08.154 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.094) 0:03:08.249 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.027) 0:03:08.276 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.033) 0:03:08.310 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.029) 0:03:08.339 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.057) 0:03:08.397 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.052) 0:03:08.449 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.021) 0:03:08.471 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.024) 0:03:08.495 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.037) 0:03:08.533 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.027) 0:03:08.560 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.037) 0:03:08.598 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.026) 0:03:08.625 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 27 January 2024 01:18:35 +0000 (0:00:00.026) 0:03:08.651 ****** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 27 January 2024 01:18:36 +0000 (0:00:00.216) 0:03:08.867 ****** 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-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 27 January 2024 01:18:36 +0000 (0:00:00.044) 0:03:08.911 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify disabled settings] ************************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_idempotency.yml:88 Saturday 27 January 2024 01:18:36 +0000 (0:00:00.037) 0:03:08.949 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:8 Saturday 27 January 2024 01:18:36 +0000 (0:00:00.380) 0:03:09.329 ****** 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.005107", "end": "2024-01-27 01:18:36.736769", "rc": 0, "start": "2024-01-27 01:18:36.731662" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:23 Saturday 27 January 2024 01:18:36 +0000 (0:00:00.135) 0:03:09.464 ****** 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.005205", "end": "2024-01-27 01:18:36.872116", "rc": 0, "start": "2024-01-27 01:18:36.866911" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:35 Saturday 27 January 2024 01:18:36 +0000 (0:00:00.141) 0:03:09.606 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:39 Saturday 27 January 2024 01:18:36 +0000 (0:00:00.024) 0:03:09.630 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:18:36 +0000 (0:00:00.064) 0:03:09.695 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004341", "end": "2024-01-27 01:18:37.122281", "rc": 0, "start": "2024-01-27 01:18:37.117940" } STDOUT: ipaddress = 127.0.0.1 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:18:37 +0000 (0:00:00.157) 0:03:09.852 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:18:37 +0000 (0:00:00.027) 0:03:09.879 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 127.0.0.1] ***************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:18:37 +0000 (0:00:00.021) 0:03:09.900 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:18:37 +0000 (0:00:00.021) 0:03:09.922 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004380", "end": "2024-01-27 01:18:37.332211", "rc": 0, "start": "2024-01-27 01:18:37.327831" } STDOUT: tcpport = 1435 TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:18:37 +0000 (0:00:00.142) 0:03:10.065 ****** 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-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:18:37 +0000 (0:00:00.024) 0:03:10.089 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1435] ********************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:18:37 +0000 (0:00:00.022) 0:03:10.112 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:18:37 +0000 (0:00:00.035) 0:03:10.147 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004126", "end": "2024-01-27 01:18:37.559039", "rc": 0, "start": "2024-01-27 01:18:37.554913" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:18:37 +0000 (0:00:00.229) 0:03:10.377 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:18:37 +0000 (0:00:00.035) 0:03:10.413 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/data] ******************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:18:37 +0000 (0:00:00.051) 0:03:10.464 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:18:37 +0000 (0:00:00.033) 0:03:10.498 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004146", "end": "2024-01-27 01:18:37.905372", "rc": 0, "start": "2024-01-27 01:18:37.901226" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:18:37 +0000 (0:00:00.136) 0:03:10.634 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:18:37 +0000 (0:00:00.026) 0:03:10.661 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/log] ******************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:18:37 +0000 (0:00:00.020) 0:03:10.681 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:18:38 +0000 (0:00:00.021) 0:03:10.703 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004277", "end": "2024-01-27 01:18:38.117492", "rc": 0, "start": "2024-01-27 01:18:38.113215" } STDOUT: enabled = False TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:18:38 +0000 (0:00:00.142) 0:03:10.846 ****** 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-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:18:38 +0000 (0:00:00.020) 0:03:10.866 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:18:38 +0000 (0:00:00.027) 0:03:10.894 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:55 Saturday 27 January 2024 01:18:38 +0000 (0:00:00.020) 0:03:10.915 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318190.397645, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1706318190.3656452, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 265990, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1706318190.3656452, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1908033616", "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-cijcue11hy/tests/tasks/verify_settings.yml:60 Saturday 27 January 2024 01:18:38 +0000 (0:00:00.146) 0:03:11.062 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:70 Saturday 27 January 2024 01:18:38 +0000 (0:00:00.025) 0:03:11.087 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706318303.0843453, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1706318303.1013453, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 265991, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1706318303.1013453, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1908033617", "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-cijcue11hy/tests/tasks/verify_settings.yml:75 Saturday 27 January 2024 01:18:38 +0000 (0:00:00.139) 0:03:11.227 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:85 Saturday 27 January 2024 01:18:38 +0000 (0:00:00.029) 0:03:11.256 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 27 January 2024 01:18:38 +0000 (0:00:00.100) 0:03:11.357 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:18:19 UTC", "ActiveEnterTimestampMonotonic": "1525946879", "ActiveExitTimestamp": "Sat 2024-01-27 01:17:58 UTC", "ActiveExitTimestampMonotonic": "1504591544", "ActiveState": "active", "After": "-.mount systemd-journald.socket system.slice network.target basic.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:18:19 UTC", "AssertTimestampMonotonic": "1525946208", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:18:19 UTC", "ConditionTimestampMonotonic": "1525946207", "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": "17073", "ExecMainStartTimestamp": "Sat 2024-01-27 01:18:19 UTC", "ExecMainStartTimestampMonotonic": "1525946807", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:18:19 UTC] ; stop_time=[n/a] ; pid=17073 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:17:58 UTC", "InactiveEnterTimestampMonotonic": "1504807110", "InactiveExitTimestamp": "Sat 2024-01-27 01:18:19 UTC", "InactiveExitTimestampMonotonic": "1525946879", "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": "17073", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount system.slice basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:18:19 UTC", "WatchdogTimestampMonotonic": "1525946853", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 27 January 2024 01:18:38 +0000 (0:00:00.221) 0:03:11.578 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003148", "end": "2024-01-27 01:18:38.983929", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:38.980781" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 27 January 2024 01:18:39 +0000 (0:00:00.134) 0:03:11.713 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003367", "end": "2024-01-27 01:18:39.126811", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:18:39.123444" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 27 January 2024 01:18:39 +0000 (0:00:00.150) 0:03:11.864 ****** 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-cijcue11hy/tests/tasks/verify_settings.yml:93 Saturday 27 January 2024 01:18:39 +0000 (0:00:00.039) 0:03:11.903 ****** 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": 7530, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:99 Saturday 27 January 2024 01:18:40 +0000 (0:00:01.136) 0:03:13.040 ****** 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.020959", "end": "2024-01-27 01:18:40.463010", "rc": 0, "start": "2024-01-27 01:18:40.442051" } 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 (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:113 Saturday 27 January 2024 01:18:40 +0000 (0:00:00.153) 0:03:13.193 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:117 Saturday 27 January 2024 01:18:40 +0000 (0:00:00.023) 0:03:13.217 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_package.yml:7 Saturday 27 January 2024 01:18:40 +0000 (0:00:00.040) 0:03:13.257 ****** 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-cijcue11hy/tests/tasks/verify_package.yml:12 Saturday 27 January 2024 01:18:41 +0000 (0:00:00.924) 0:03:14.182 ****** 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-cijcue11hy/tests/tasks/verify_package.yml:17 Saturday 27 January 2024 01:18:41 +0000 (0:00:00.042) 0:03:14.225 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:124 Saturday 27 January 2024 01:18:41 +0000 (0:00:00.034) 0:03:14.260 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_package.yml:7 Saturday 27 January 2024 01:18:41 +0000 (0:00:00.236) 0:03:14.496 ****** 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-cijcue11hy/tests/tasks/verify_package.yml:12 Saturday 27 January 2024 01:18:42 +0000 (0:00:00.958) 0:03:15.455 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_package.yml:17 Saturday 27 January 2024 01:18:42 +0000 (0:00:00.029) 0:03:15.484 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:135 Saturday 27 January 2024 01:18:42 +0000 (0:00:00.027) 0:03:15.511 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004098", "end": "2024-01-27 01:18:42.914371", "rc": 0, "start": "2024-01-27 01:18:42.910273" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:140 Saturday 27 January 2024 01:18:42 +0000 (0:00:00.135) 0:03:15.647 ****** 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-cijcue11hy/tests/tasks/verify_settings.yml:145 Saturday 27 January 2024 01:18:42 +0000 (0:00:00.026) 0:03:15.673 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:151 Saturday 27 January 2024 01:18:42 +0000 (0:00:00.026) 0:03:15.700 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:18:43 +0000 (0:00:00.043) 0:03:15.744 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004249", "end": "2024-01-27 01:18:43.153299", "rc": 0, "start": "2024-01-27 01:18:43.149050" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:18:43 +0000 (0:00:00.150) 0:03:15.895 ****** 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-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:18:43 +0000 (0:00:00.022) 0:03:15.917 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:18:43 +0000 (0:00:00.026) 0:03:15.944 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:157 Saturday 27 January 2024 01:18:43 +0000 (0:00:00.105) 0:03:16.049 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:18:43 +0000 (0:00:00.059) 0:03:16.109 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004214", "end": "2024-01-27 01:18:43.534065", "rc": 0, "start": "2024-01-27 01:18:43.529851" } STDOUT: writethrough = 0 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:18:43 +0000 (0:00:00.183) 0:03:16.292 ****** 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-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:18:43 +0000 (0:00:00.048) 0:03:16.341 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:18:43 +0000 (0:00:00.045) 0:03:16.386 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:167 Saturday 27 January 2024 01:18:43 +0000 (0:00:00.025) 0:03:16.412 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:178 Saturday 27 January 2024 01:18:43 +0000 (0:00:00.042) 0:03:16.455 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:190 Saturday 27 January 2024 01:18:43 +0000 (0:00:00.023) 0:03:16.478 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:198 Saturday 27 January 2024 01:18:43 +0000 (0:00:00.030) 0:03:16.509 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:208 Saturday 27 January 2024 01:18:43 +0000 (0:00:00.035) 0:03:16.545 ****** 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-cijcue11hy/tests/tasks/verify_settings.yml:213 Saturday 27 January 2024 01:18:43 +0000 (0:00:00.034) 0:03:16.580 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:221 Saturday 27 January 2024 01:18:43 +0000 (0:00:00.021) 0:03:16.601 ****** 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-cijcue11hy/tests/tasks/tests_idempotency.yml:105 Saturday 27 January 2024 01:18:43 +0000 (0:00:00.045) 0:03:16.647 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/check_header.yml:4 Saturday 27 January 2024 01:18:44 +0000 (0:00:00.289) 0:03:16.936 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003169", "end": "2024-01-27 01:18:44.375777", "rc": 0, "start": "2024-01-27 01:18:44.372608" } 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-cijcue11hy/tests/tests_idempotency_2019.yml:18 Saturday 27 January 2024 01:18:44 +0000 (0:00:00.192) 0:03:17.129 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/cleanup.yml:2 Saturday 27 January 2024 01:18:44 +0000 (0:00:00.036) 0:03:17.166 ****** 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-cijcue11hy/tests/tasks/cleanup.yml:6 Saturday 27 January 2024 01:18:45 +0000 (0:00:00.949) 0:03:18.115 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/cleanup.yml:14 Saturday 27 January 2024 01:18:45 +0000 (0:00:00.038) 0:03:18.153 ****** ok: [sut] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/cleanup.yml:18 Saturday 27 January 2024 01:18:45 +0000 (0:00:00.026) 0:03:18.180 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 27 January 2024 01:18:45 +0000 (0:00:00.089) 0:03:18.269 ****** included: /WORKDIR/git-weekly-cijcue11hy/.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-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 27 January 2024 01:18:45 +0000 (0:00:00.036) 0:03:18.306 ****** 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-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 27 January 2024 01:18:45 +0000 (0:00:00.029) 0:03:18.335 ****** 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-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 27 January 2024 01:18:45 +0000 (0:00:00.261) 0:03:18.597 ****** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 27 January 2024 01:18:45 +0000 (0:00:00.040) 0:03:18.637 ****** 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-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 27 January 2024 01:18:46 +0000 (0:00:00.418) 0:03:19.056 ****** 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-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 27 January 2024 01:18:46 +0000 (0:00:00.020) 0:03:19.076 ****** skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 27 January 2024 01:18:46 +0000 (0:00:00.032) 0:03:19.109 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:15:16 UTC", "ActiveEnterTimestampMonotonic": "1342306503", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service system.slice polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:15:15 UTC", "AssertTimestampMonotonic": "1341787254", "Before": "multi-user.target network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:15:15 UTC", "ConditionTimestampMonotonic": "1341787252", "Conflicts": "ip6tables.service ebtables.service ipset.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13523", "ExecMainStartTimestamp": "Sat 2024-01-27 01:15:15 UTC", "ExecMainStartTimestampMonotonic": "1341788547", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-27 01:15:15 UTC", "InactiveExitTimestampMonotonic": "1341788589", "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": "13523", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "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", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-01-27 01:15:16 UTC", "WatchdogTimestampMonotonic": "1342306434", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 27 January 2024 01:18:46 +0000 (0:00:00.212) 0:03:19.321 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:15:16 UTC", "ActiveEnterTimestampMonotonic": "1342306503", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service system.slice polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:15:15 UTC", "AssertTimestampMonotonic": "1341787254", "Before": "multi-user.target network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:15:15 UTC", "ConditionTimestampMonotonic": "1341787252", "Conflicts": "ip6tables.service ebtables.service ipset.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13523", "ExecMainStartTimestamp": "Sat 2024-01-27 01:15:15 UTC", "ExecMainStartTimestampMonotonic": "1341788547", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-27 01:15:15 UTC", "InactiveExitTimestampMonotonic": "1341788589", "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": "13523", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "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", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-01-27 01:15:16 UTC", "WatchdogTimestampMonotonic": "1342306434", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 27 January 2024 01:18:46 +0000 (0:00:00.247) 0:03:19.569 ****** 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-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 27 January 2024 01:18:46 +0000 (0:00:00.063) 0:03:19.632 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.46.110 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 27 January 2024 01:18:47 +0000 (0:00:00.486) 0:03:20.118 ****** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 27 January 2024 01:18:47 +0000 (0:00:00.029) 0:03:20.148 ****** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 27 January 2024 01:18:47 +0000 (0:00:00.023) 0:03:20.172 ****** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 27 January 2024 01:18:47 +0000 (0:00:00.027) 0:03:20.199 ****** 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-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 27 January 2024 01:18:47 +0000 (0:00:00.068) 0:03:20.268 ****** 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-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 27 January 2024 01:18:47 +0000 (0:00:00.033) 0:03:20.301 ****** 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-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 27 January 2024 01:18:47 +0000 (0:00:00.044) 0:03:20.346 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.46.110 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 27 January 2024 01:18:48 +0000 (0:00:00.452) 0:03:20.798 ****** ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 27 January 2024 01:18:48 +0000 (0:00:00.048) 0:03:20.846 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/cleanup.yml:27 Saturday 27 January 2024 01:18:48 +0000 (0:00:00.027) 0:03:20.874 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/cleanup.yml:35 Saturday 27 January 2024 01:18:48 +0000 (0:00:00.027) 0:03:20.902 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/cleanup.yml:39 Saturday 27 January 2024 01:18:48 +0000 (0:00:00.035) 0:03:20.938 ****** ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/cleanup.yml:45 Saturday 27 January 2024 01:18:48 +0000 (0:00:00.203) 0:03:21.141 ****** 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: fastestmirror\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 libatomic to be removed - no longer needed by mssql-server\n---> Marking bzip2 to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl-gssapi to be removed - no longer needed by mssql-server\n---> Marking libtool-ltdl to be removed - no longer needed by unixODBC\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.16 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 @base 82 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 @updates 141 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 @updates 36 k\n gdb x86_64 7.6.1-120.el7 @base 7.0 M\n libatomic x86_64 4.8.5-44.el7 @base 26 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 @updates 82 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 @base 66 k\n lsof x86_64 4.87-6.el7 @base 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 @updates 39 k\n python3-libs x86_64 3.6.8-21.el7_9 @updates 35 M\n python3-pip noarch 9.0.3-8.el7 @base 9.1 M\n python3-setuptools\n noarch 39.2.0-10.el7 @base 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.16.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 : libatomic-4.8.5-44.el7.x86_64 5/17 \n Verifying : mssql-server-15.0.4345.5-2.x86_64 6/17 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 7/17 \n Verifying : lsof-4.87-6.el7.x86_64 8/17 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 9/17 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 10/17 \n Verifying : gdb-7.6.1-120.el7.x86_64 11/17 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 12/17 \n Verifying : python3-libs-3.6.8-21.el7_9.x86_64 13/17 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 14/17 \n Verifying : python3-pip-9.0.3-8.el7.noarch 15/17 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 16/17 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.16.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.16 \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-cijcue11hy/tests/tasks/cleanup.yml:58 Saturday 27 January 2024 01:18:52 +0000 (0:00:03.605) 0:03:24.746 ****** 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.010494", "end": "2024-01-27 01:18:52.204663", "rc": 0, "start": "2024-01-27 01:18:52.194169" } STDOUT: removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507917932040000.xel’ removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/log_2.trc’ removed ‘/var/opt/mssql/log/system_health_0_133507917891910000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133507917981780000.xel’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/sqlagent.out’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507918826290000.xel’ removed ‘/var/opt/mssql/log/log_3.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507919025820000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507918484270000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133507918489130000.xel’ removed ‘/var/opt/mssql/log/log_4.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507918897250000.xel’ removed ‘/var/opt/mssql/log/errorlog.5’ removed ‘/var/opt/mssql/log/mssql-conf/mssql-conf.log’ removed directory: ‘/var/opt/mssql/log/mssql-conf’ removed ‘/var/opt/mssql/log/FDLAUNCHERRORLOG’ removed ‘/var/opt/mssql/log/sqlagent.1’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/system_health_0_133507918829570000.xel’ removed ‘/var/opt/mssql/log/log_1.trc’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/system_health_0_133507918901680000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507917885590000.xel’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/system_health_0_133507919030700000.xel’ removed ‘/var/opt/mssql/log/sqlagent.2’ removed ‘/var/opt/mssql/log/errorlog.2’ removed directory: ‘/var/opt/mssql/log’ removed ‘/var/opt/mssql/secrets/machine-key’ removed directory: ‘/var/opt/mssql/secrets’ removed ‘/var/opt/mssql/data/model_msdbdata.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/model_replicatedmaster.ldf’ removed ‘/var/opt/mssql/data/model_replicatedmaster.mdf’ removed ‘/var/opt/mssql/data/tempdb3.ndf’ removed ‘/var/opt/mssql/data/tempdb4.ndf’ removed ‘/var/opt/mssql/data/msdbdata.mdf’ removed ‘/var/opt/mssql/data/tempdb2.ndf’ removed ‘/var/opt/mssql/data/tempdb.mdf’ removed ‘/var/opt/mssql/data/master.mdf’ removed ‘/var/opt/mssql/data/templog.ldf’ removed ‘/var/opt/mssql/data/Entropy.bin’ removed ‘/var/opt/mssql/data/model_msdblog.ldf’ removed ‘/var/opt/mssql/data/msdblog.ldf’ removed directory: ‘/var/opt/mssql/data’ removed ‘/var/opt/mssql/.system/instance_id’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Temp’ 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/AppData/LocalLow’ 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/Certificates’ 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/CTLs’ 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/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’ removed directory: ‘/var/opt/mssql/.system/profiles/Client’ removed directory: ‘/var/opt/mssql/.system/profiles’ removed directory: ‘/var/opt/mssql/.system/system/Temp’ 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/Preferred’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/d7f0d285-eb81-4688-bf0e-3316e6621486’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles/Scm’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles’ removed directory: ‘/var/opt/mssql/.system/system/system32’ removed ‘/var/opt/mssql/.system/system/licensing.hiv’ removed ‘/var/opt/mssql/.system/system/lsa.hiv’ removed ‘/var/opt/mssql/.system/system/lsasetup.log’ removed ‘/var/opt/mssql/.system/system/security.hiv’ removed directory: ‘/var/opt/mssql/.system/system’ 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 directory: ‘/var/opt/mssql/.system’ removed ‘/var/opt/mssql/FTData/tsurd.xml’ removed ‘/var/opt/mssql/FTData/tsptb.xml’ removed ‘/var/opt/mssql/FTData/tscat.xml’ removed ‘/var/opt/mssql/FTData/tsrus.xml’ removed ‘/var/opt/mssql/FTData/tsplk.xml’ removed ‘/var/opt/mssql/FTData/tssrb.xml’ removed ‘/var/opt/mssql/FTData/tscht.xml’ removed ‘/var/opt/mssql/FTData/tsslv.xml’ removed ‘/var/opt/mssql/FTData/tstha.xml’ removed ‘/var/opt/mssql/FTData/tskan.xml’ removed ‘/var/opt/mssql/FTData/tstam.xml’ removed ‘/var/opt/mssql/FTData/tspan.xml’ removed ‘/var/opt/mssql/FTData/tsmal.xml’ removed ‘/var/opt/mssql/FTData/tshin.xml’ removed ‘/var/opt/mssql/FTData/tslvi.xml’ removed ‘/var/opt/mssql/FTData/tsjpn.xml’ removed ‘/var/opt/mssql/FTData/tsenu.xml’ removed ‘/var/opt/mssql/FTData/tsglobal.xml’ removed ‘/var/opt/mssql/FTData/tseng.xml’ removed ‘/var/opt/mssql/FTData/tssky.xml’ removed ‘/var/opt/mssql/FTData/tsdeu.xml’ removed ‘/var/opt/mssql/FTData/tsita.xml’ removed ‘/var/opt/mssql/FTData/tsptg.xml’ removed ‘/var/opt/mssql/FTData/tsnld.xml’ removed ‘/var/opt/mssql/FTData/tsvit.xml’ removed ‘/var/opt/mssql/FTData/tsheb.xml’ removed ‘/var/opt/mssql/FTData/tsguj.xml’ removed ‘/var/opt/mssql/FTData/tssve.xml’ removed ‘/var/opt/mssql/FTData/tsisl.xml’ removed ‘/var/opt/mssql/FTData/tstrk.xml’ removed ‘/var/opt/mssql/FTData/tsukr.xml’ removed ‘/var/opt/mssql/FTData/tsbgr.xml’ removed ‘/var/opt/mssql/FTData/tschs.xml’ removed ‘/var/opt/mssql/FTData/tsgrk.xml’ removed ‘/var/opt/mssql/FTData/tstel.xml’ removed ‘/var/opt/mssql/FTData/tshrv.xml’ removed directory: ‘/var/opt/mssql/FTData/FilterData’ removed ‘/var/opt/mssql/FTData/tskor.xml’ removed ‘/var/opt/mssql/FTData/tssrl.xml’ removed ‘/var/opt/mssql/FTData/tsesn.xml’ removed ‘/var/opt/mssql/FTData/tsmsl.xml’ removed ‘/var/opt/mssql/FTData/tslth.xml’ removed ‘/var/opt/mssql/FTData/tsara.xml’ removed ‘/var/opt/mssql/FTData/tscze.xml’ removed ‘/var/opt/mssql/FTData/tsrom.xml’ removed ‘/var/opt/mssql/FTData/tsfra.xml’ removed ‘/var/opt/mssql/FTData/tsind.xml’ removed ‘/var/opt/mssql/FTData/tsdan.xml’ removed ‘/var/opt/mssql/FTData/tsmar.xml’ removed ‘/var/opt/mssql/FTData/tsnor.xml’ removed ‘/var/opt/mssql/FTData/tsben.xml’ removed directory: ‘/var/opt/mssql/FTData’ removed ‘/var/opt/mssql/mssql.conf’ 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-cijcue11hy/tests/tasks/cleanup.yml:72 Saturday 27 January 2024 01:18:52 +0000 (0:00:00.212) 0:03:24.959 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.357279", "end": "2024-01-27 01:18:52.716175", "rc": 0, "start": "2024-01-27 01:18:52.358896" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=341 changed=36 unreachable=0 failed=0 skipped=510 rescued=0 ignored=1 Saturday 27 January 2024 01:18:52 +0000 (0:00:00.480) 0:03:25.439 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 53.00s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure the package mssql-server-fts --------- 27.27s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure the package powershell --------------- 12.11s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Set up MSSQL --------------------------------- 5.98s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Change the edition of MSSQL ------------------ 5.78s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 linux-system-roles.mssql : Change the password of sa user --------------- 5.77s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 5.52s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Remove related packages ------------------------------------------------- 3.61s /WORKDIR/git-weekly-cijcue11hy/tests/tasks/cleanup.yml:45 --------------------- linux-system-roles.mssql : Gather package facts ------------------------- 1.33s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 linux-system-roles.mssql : Ensure the package mssql-server-fts ---------- 1.33s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure the package powershell ---------------- 1.26s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.25s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 linux-system-roles.mssql : Gather package facts ------------------------- 1.17s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.16s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.16s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Wait for mssql-server to prepare for client connections ----------------- 1.15s /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 1.14s /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Gather package facts ------------------------- 1.12s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Gather package facts ---------------------------------------------------- 1.02s /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_package.yml:7 --------------- linux-system-roles.mssql : Gather package facts ------------------------- 1.02s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---