# 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_password_2019.yml ********************************************** 1 plays in /WORKDIR/git-weekly-cijcue11hy/tests/tests_password_2019.yml PLAY [Ensure that the role is idempotent when changing the sa user password] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tests_password_2019.yml:3 Saturday 27 January 2024 01:20:14 +0000 (0:00:00.014) 0:00:00.014 ****** ok: [sut] META: ran handlers TASK [Run tests_password with SQL Server 2019] ********************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tests_password_2019.yml:14 Saturday 27 January 2024 01:20:15 +0000 (0:00:00.627) 0:00:00.641 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_password.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_password.yml:2 Saturday 27 January 2024 01:20:15 +0000 (0:00:00.022) 0:00:00.663 ****** 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:20:15 +0000 (0:00:00.045) 0:00:00.708 ****** 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:20:15 +0000 (0:00:00.283) 0:00:00.992 ****** 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:20:15 +0000 (0:00:00.028) 0:00:01.021 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set up MSSQL] ************************************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_password.yml:5 Saturday 27 January 2024 01:20:15 +0000 (0:00:00.015) 0:00:01.037 ****** 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:20:15 +0000 (0:00:00.232) 0:00:01.269 ****** 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:20:15 +0000 (0:00:00.017) 0:00:01.287 ****** 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:20:15 +0000 (0:00:00.034) 0:00:01.321 ****** 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:20:15 +0000 (0:00:00.036) 0:00:01.358 ****** 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:20:15 +0000 (0:00:00.055) 0:00:01.413 ****** 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:20:16 +0000 (0:00:00.034) 0:00:01.447 ****** 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:20:16 +0000 (0:00:00.078) 0:00:01.525 ****** 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:20:16 +0000 (0:00:00.013) 0:00:01.539 ****** 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:20:16 +0000 (0:00:00.016) 0:00:01.555 ****** 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:20:16 +0000 (0:00:00.049) 0:00:01.604 ****** 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:20:16 +0000 (0:00:00.051) 0:00:01.656 ****** 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:20:16 +0000 (0:00:00.105) 0:00:01.762 ****** 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:20:16 +0000 (0:00:00.056) 0:00:01.818 ****** 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:20:16 +0000 (0:00:00.045) 0:00:01.863 ****** 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:20:16 +0000 (0:00:00.086) 0:00:01.949 ****** 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:20:16 +0000 (0:00:00.024) 0:00:01.974 ****** 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:20:16 +0000 (0:00:00.069) 0:00:02.043 ****** 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:20:16 +0000 (0:00:00.060) 0:00:02.104 ****** 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:20:16 +0000 (0:00:00.039) 0:00:02.144 ****** 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:20:18 +0000 (0:00:01.298) 0:00:03.443 ****** 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:20:18 +0000 (0:00:00.117) 0:00:03.561 ****** 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:20:18 +0000 (0:00:00.047) 0:00:03.609 ****** 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:20:18 +0000 (0:00:00.033) 0:00:03.642 ****** 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:20:18 +0000 (0:00:00.062) 0:00:03.704 ****** 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:20:18 +0000 (0:00:00.470) 0:00:04.175 ****** 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:20:18 +0000 (0:00:00.020) 0:00:04.195 ****** 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:20:18 +0000 (0:00:00.021) 0:00:04.216 ****** 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:20:18 +0000 (0:00:00.022) 0:00:04.239 ****** 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:20:19 +0000 (0:00:00.297) 0:00:04.536 ****** 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:20:19 +0000 (0:00:00.021) 0:00:04.558 ****** 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:20:19 +0000 (0:00:00.067) 0:00:04.625 ****** 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:20:19 +0000 (0:00:00.022) 0:00:04.648 ****** 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:20:19 +0000 (0:00:00.052) 0:00:04.701 ****** 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:20:19 +0000 (0:00:00.023) 0:00:04.724 ****** 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 size: 241 M\nTotal download size: 238 M\nInstalled size: 1.2 G\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 54 MB/s | 238 MB 00:04 \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:21:03 +0000 (0:00:43.899) 0:00:48.624 ****** 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:21:03 +0000 (0:00:00.034) 0:00:48.659 ****** 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.005052", "end": "2024-01-27 01:21:03.535769", "rc": 0, "start": "2024-01-27 01:21:03.530717" } 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:21:03 +0000 (0:00:00.376) 0:00:49.036 ****** 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:21:04 +0000 (0:00:00.954) 0:00:49.990 ****** 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:21:04 +0000 (0:00:00.050) 0:00:50.041 ****** 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:21:04 +0000 (0:00:00.039) 0:00:50.080 ****** 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:21:10 +0000 (0:00:05.965) 0:00:56.046 ****** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "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:21:10 +0000 (0:00:00.054) 0:00:56.101 ****** 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:21:10 +0000 (0:00:00.063) 0:00:56.164 ****** 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:21:11 +0000 (0:00:00.346) 0:00:56.511 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 00:53:10 UTC", "ActiveEnterTimestampMonotonic": "19995836", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket systemd-sysctl.service system.slice dbus.service basic.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 00:53:09 UTC", "AssertTimestampMonotonic": "18556870", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ConditionTimestampMonotonic": "18556868", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "875", "ExecMainStartTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ExecMainStartTimestampMonotonic": "18557608", "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": "18557656", "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": "875", "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 polkit.service dbus.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 00:53:10 UTC", "WatchdogTimestampMonotonic": "19995769", "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:21:11 +0000 (0:00:00.503) 0:00:57.014 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.144276", "end": "2024-01-27 01:21:11.858543", "rc": 0, "start": "2024-01-27 01:21:11.714267" } 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:21:11 +0000 (0:00:00.325) 0:00:57.340 ****** 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:21:11 +0000 (0:00:00.027) 0:00:57.367 ****** 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:21:11 +0000 (0:00:00.023) 0:00:57.391 ****** 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:21:11 +0000 (0:00:00.020) 0:00:57.412 ****** 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:21:12 +0000 (0:00:00.271) 0:00:57.683 ****** 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 size: 1.5 M\nInstalled size: 3.8 M\nDownloading packages:\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:21:18 +0000 (0:00:06.029) 0:01:03.713 ****** 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:21:18 +0000 (0:00:00.035) 0:01:03.748 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 27 January 2024 01:21:18 +0000 (0:00:00.025) 0:01:03.773 ****** 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:21:18 +0000 (0:00:00.033) 0:01:03.806 ****** 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:21:18 +0000 (0:00:00.058) 0:01:03.865 ****** 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:21:18 +0000 (0:00:00.035) 0:01:03.901 ****** 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:21:18 +0000 (0:00:00.044) 0:01:03.945 ****** 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:21:18 +0000 (0:00:00.034) 0:01:03.980 ****** 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:21:18 +0000 (0:00:00.024) 0:01:04.005 ****** 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:21:18 +0000 (0:00:00.030) 0:01:04.035 ****** 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:21:18 +0000 (0:00:00.053) 0:01:04.089 ****** 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:21:18 +0000 (0:00:00.025) 0:01:04.114 ****** 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:21:18 +0000 (0:00:00.032) 0:01:04.146 ****** 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:21:18 +0000 (0:00:00.028) 0:01:04.175 ****** 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:21:18 +0000 (0:00:00.050) 0:01:04.225 ****** 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:21:18 +0000 (0:00:00.026) 0:01:04.252 ****** 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:21:18 +0000 (0:00:00.037) 0:01:04.289 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003845", "end": "2024-01-27 01:21:19.009702", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:21:19.005857" } 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:21:19 +0000 (0:00:00.209) 0:01:04.499 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.122668", "end": "2024-01-27 01:21:19.344115", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:19.221447" } 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:21:19 +0000 (0:00:00.337) 0:01:04.837 ****** 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:21:19 +0000 (0:00:00.050) 0:01:04.888 ****** 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:21:19 +0000 (0:00:00.033) 0:01:04.922 ****** 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:21:19 +0000 (0:00:00.046) 0:01:04.968 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:21:19 +0000 (0:00:00.042) 0:01:05.010 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:21:19 +0000 (0:00:00.034) 0:01:05.045 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:21:19 +0000 (0:00:00.054) 0:01:05.100 ****** 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:21:19 +0000 (0:00:00.023) 0:01:05.123 ****** 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:21:19 +0000 (0:00:00.023) 0:01:05.146 ****** 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:21:19 +0000 (0:00:00.020) 0:01:05.167 ****** 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:21:19 +0000 (0:00:00.028) 0:01:05.196 ****** 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:21:19 +0000 (0:00:00.029) 0:01:05.225 ****** 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:21:19 +0000 (0:00:00.027) 0:01:05.253 ****** 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:21:19 +0000 (0:00:00.064) 0:01:05.317 ****** 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:21:19 +0000 (0:00:00.040) 0:01:05.358 ****** 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:21:19 +0000 (0:00:00.033) 0:01:05.392 ****** 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:21:19 +0000 (0:00:00.025) 0:01:05.417 ****** 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:21:20 +0000 (0:00:00.026) 0:01:05.444 ****** 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:21:20 +0000 (0:00:00.032) 0:01:05.477 ****** 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:21:20 +0000 (0:00:00.021) 0:01:05.499 ****** 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:21:20 +0000 (0:00:00.022) 0:01:05.522 ****** 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:21:20 +0000 (0:00:00.024) 0:01:05.546 ****** 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:21:20 +0000 (0:00:00.028) 0:01:05.575 ****** 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:21:20 +0000 (0:00:00.021) 0:01:05.596 ****** 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:21:20 +0000 (0:00:00.022) 0:01:05.619 ****** 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:21:20 +0000 (0:00:00.028) 0:01:05.647 ****** 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:21:20 +0000 (0:00:00.033) 0:01:05.681 ****** 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:21:20 +0000 (0:00:00.022) 0:01:05.703 ****** 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:21:20 +0000 (0:00:00.019) 0:01:05.723 ****** 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:21:20 +0000 (0:00:00.023) 0:01:05.746 ****** 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:21:20 +0000 (0:00:00.022) 0:01:05.768 ****** 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:21:20 +0000 (0:00:00.074) 0:01:05.843 ****** 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:21:20 +0000 (0:00:00.093) 0:01:05.936 ****** 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:21:20 +0000 (0:00:00.029) 0:01:05.966 ****** 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:21:20 +0000 (0:00:00.020) 0:01:05.986 ****** 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:21:20 +0000 (0:00:00.026) 0:01:06.012 ****** 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:21:20 +0000 (0:00:00.044) 0:01:06.057 ****** 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:21:20 +0000 (0:00:00.032) 0:01:06.089 ****** 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:21:20 +0000 (0:00:00.020) 0:01:06.110 ****** 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:21:20 +0000 (0:00:00.021) 0:01:06.132 ****** 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:21:20 +0000 (0:00:00.020) 0:01:06.152 ****** 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:21:20 +0000 (0:00:00.023) 0:01:06.176 ****** 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:21:20 +0000 (0:00:00.028) 0:01:06.204 ****** 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:21:20 +0000 (0:00:00.021) 0:01:06.225 ****** 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:21:20 +0000 (0:00:00.025) 0:01:06.251 ****** 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:21:20 +0000 (0:00:00.021) 0:01:06.273 ****** 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:21:20 +0000 (0:00:00.024) 0:01:06.297 ****** 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:21:20 +0000 (0:00:00.025) 0:01:06.323 ****** 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:21:20 +0000 (0:00:00.020) 0:01:06.343 ****** 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:21:20 +0000 (0:00:00.031) 0:01:06.375 ****** 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:21:20 +0000 (0:00:00.022) 0:01:06.398 ****** 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:21:21 +0000 (0:00:00.064) 0:01:06.462 ****** 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:21:21 +0000 (0:00:00.031) 0:01:06.494 ****** 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:21:21 +0000 (0:00:00.052) 0:01:06.546 ****** 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:21:21 +0000 (0:00:00.044) 0:01:06.590 ****** 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:21:21 +0000 (0:00:00.042) 0:01:06.633 ****** 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:21:21 +0000 (0:00:00.057) 0:01:06.690 ****** 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:21:21 +0000 (0:00:00.057) 0:01:06.747 ****** 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:21:21 +0000 (0:00:00.042) 0:01:06.789 ****** 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:21:21 +0000 (0:00:00.070) 0:01:06.860 ****** 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:21:21 +0000 (0:00:00.047) 0:01:06.908 ****** 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:21:21 +0000 (0:00:00.055) 0:01:06.964 ****** 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:21:21 +0000 (0:00:00.053) 0:01:07.017 ****** 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:21:21 +0000 (0:00:00.036) 0:01:07.054 ****** 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:21:21 +0000 (0:00:00.039) 0:01:07.094 ****** 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:21:21 +0000 (0:00:00.030) 0:01:07.124 ****** 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:21:21 +0000 (0:00:00.060) 0:01:07.185 ****** 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:21:21 +0000 (0:00:00.058) 0:01:07.244 ****** changed: [sut] => { "changed": true } MSG: Block inserted 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:21:22 +0000 (0:00:00.388) 0:01:07.632 ****** 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:21:22 +0000 (0:00:00.072) 0:01:07.704 ****** 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_password.yml:12 Saturday 27 January 2024 01:21:22 +0000 (0:00:00.053) 0:01:07.758 ****** 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:21:22 +0000 (0:00:00.109) 0:01:07.867 ****** 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:21:22 +0000 (0:00:00.229) 0:01:08.096 ****** 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:21:22 +0000 (0:00:00.166) 0:01:08.263 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Change the password with default settings. Should report Changed.] ******* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_password.yml:15 Saturday 27 January 2024 01:21:23 +0000 (0:00:00.258) 0:01:08.522 ****** 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:21:23 +0000 (0:00:00.177) 0:01:08.700 ****** 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:21:23 +0000 (0:00:00.039) 0:01:08.739 ****** 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:21:23 +0000 (0:00:00.126) 0:01:08.865 ****** 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:21:23 +0000 (0:00:00.040) 0:01:08.906 ****** 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:21:23 +0000 (0:00:00.035) 0:01:08.942 ****** 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:21:23 +0000 (0:00:00.022) 0:01:08.965 ****** 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:21:23 +0000 (0:00:00.028) 0:01:08.994 ****** 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:21:23 +0000 (0:00:00.043) 0:01:09.038 ****** 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:21:23 +0000 (0:00:00.032) 0:01:09.070 ****** 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:21:23 +0000 (0:00:00.021) 0:01:09.092 ****** 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:21:23 +0000 (0:00:00.056) 0:01:09.149 ****** 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:21:23 +0000 (0:00:00.070) 0:01:09.220 ****** 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:21:23 +0000 (0:00:00.062) 0:01:09.282 ****** 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:21:23 +0000 (0:00:00.100) 0:01:09.382 ****** 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:21:24 +0000 (0:00:00.072) 0:01:09.455 ****** 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:21:24 +0000 (0:00:00.073) 0:01:09.528 ****** 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:21:24 +0000 (0:00:00.083) 0:01:09.612 ****** 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:21:24 +0000 (0:00:00.034) 0:01:09.646 ****** 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:21:24 +0000 (0:00:00.024) 0:01:09.670 ****** 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:21:25 +0000 (0:00:01.128) 0:01:10.798 ****** 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:21:25 +0000 (0:00:00.056) 0:01:10.855 ****** 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:21:25 +0000 (0:00:00.019) 0:01:10.874 ****** 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:21:25 +0000 (0:00:00.021) 0:01:10.896 ****** 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:21:25 +0000 (0:00:00.038) 0:01:10.934 ****** 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:21:25 +0000 (0:00:00.317) 0:01:11.251 ****** 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:21:25 +0000 (0:00:00.024) 0:01:11.275 ****** 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:21:25 +0000 (0:00:00.028) 0:01:11.303 ****** 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:21:25 +0000 (0:00:00.040) 0:01:11.344 ****** 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:21:25 +0000 (0:00:00.038) 0:01:11.383 ****** 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:21:25 +0000 (0:00:00.021) 0:01:11.404 ****** 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:21:25 +0000 (0:00:00.025) 0:01:11.429 ****** 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:21:26 +0000 (0:00:00.038) 0:01:11.468 ****** 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:21:26 +0000 (0:00:00.028) 0:01:11.497 ****** 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:21:26 +0000 (0:00:00.022) 0:01:11.519 ****** 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:21:26 +0000 (0:00:00.355) 0:01:11.875 ****** 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:21:26 +0000 (0:00:00.047) 0:01:11.923 ****** 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.004865", "end": "2024-01-27 01:21:26.622418", "rc": 0, "start": "2024-01-27 01:21:26.617553" } 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:21:26 +0000 (0:00:00.165) 0:01:12.088 ****** 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:21:27 +0000 (0:00:00.674) 0:01:12.763 ****** 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:21:27 +0000 (0:00:00.054) 0:01:12.817 ****** 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:21:27 +0000 (0:00:00.021) 0:01:12.838 ****** 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:21:27 +0000 (0:00:00.019) 0:01:12.858 ****** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "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:21:27 +0000 (0:00:00.024) 0:01:12.883 ****** 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:21:27 +0000 (0:00:00.019) 0:01:12.902 ****** 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:21:27 +0000 (0:00:00.330) 0:01:13.233 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 00:53:10 UTC", "ActiveEnterTimestampMonotonic": "19995836", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice network.target basic.target dbus.service systemd-journald.socket systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 00:53:09 UTC", "AssertTimestampMonotonic": "18556870", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ConditionTimestampMonotonic": "18556868", "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": "875", "ExecMainStartTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ExecMainStartTimestampMonotonic": "18557608", "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": "18557656", "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": "875", "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": "basic.target dbus.service polkit.service system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 00:53:10 UTC", "WatchdogTimestampMonotonic": "19995769", "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:21:28 +0000 (0:00:00.206) 0:01:13.439 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.090760", "end": "2024-01-27 01:21:28.198241", "rc": 0, "start": "2024-01-27 01:21:28.107481" } 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:21:28 +0000 (0:00:00.224) 0:01:13.664 ****** 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:21:28 +0000 (0:00:00.064) 0:01:13.728 ****** 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:21:28 +0000 (0:00:00.045) 0:01:13.774 ****** 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:21:28 +0000 (0:00:00.027) 0:01:13.802 ****** 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:21:28 +0000 (0:00:00.155) 0:01:13.957 ****** 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:21:28 +0000 (0:00:00.353) 0:01:14.311 ****** 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:21:28 +0000 (0:00:00.074) 0:01:14.385 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:21:10 UTC", "ActiveEnterTimestampMonotonic": "1699513922", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice -.mount basic.target network.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:21:10 UTC", "AssertTimestampMonotonic": "1699513028", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:21:10 UTC", "ConditionTimestampMonotonic": "1699513027", "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": "22161", "ExecMainStartTimestamp": "Sat 2024-01-27 01:21:10 UTC", "ExecMainStartTimestampMonotonic": "1699513865", "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:21:10 UTC", "InactiveExitTimestampMonotonic": "1699513922", "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": "22161", "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": "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:21:10 UTC", "WatchdogTimestampMonotonic": "1699513902", "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:21:29 +0000 (0:00:00.201) 0:01:14.587 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003276", "end": "2024-01-27 01:21:29.262109", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:21:29.258833" } 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:21:29 +0000 (0:00:00.134) 0:01:14.721 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002957", "end": "2024-01-27 01:21:29.396004", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:21:29.393047" } MSG: non-zero return code 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:21:29 +0000 (0:00:00.141) 0:01:14.862 ****** 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:21:29 +0000 (0:00:00.030) 0:01:14.893 ****** 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": 7702, "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:21:30 +0000 (0:00:01.230) 0:01:16.123 ****** 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:21:30 +0000 (0:00:00.192) 0:01:16.315 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:21:10 UTC", "ActiveEnterTimestampMonotonic": "1699513922", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice -.mount basic.target network.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:21:10 UTC", "AssertTimestampMonotonic": "1699513028", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:21:10 UTC", "ConditionTimestampMonotonic": "1699513027", "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": "22161", "ExecMainStartTimestamp": "Sat 2024-01-27 01:21:10 UTC", "ExecMainStartTimestampMonotonic": "1699513865", "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:21:10 UTC", "InactiveExitTimestampMonotonic": "1699513922", "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": "22161", "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": "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:21:10 UTC", "WatchdogTimestampMonotonic": "1699513902", "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:21:31 +0000 (0:00:00.635) 0:01:16.951 ****** 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:21:32 +0000 (0:00:00.958) 0:01:17.909 ****** 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:21:36 +0000 (0:00:04.155) 0:01:22.064 ****** 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:21:36 +0000 (0:00:00.034) 0:01:22.099 ****** 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:21:36 +0000 (0:00:00.061) 0:01:22.161 ****** 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:21:36 +0000 (0:00:00.058) 0:01:22.219 ****** 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:21:36 +0000 (0:00:00.050) 0:01:22.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 : 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:21:36 +0000 (0:00:00.044) 0:01:22.314 ****** 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:21:36 +0000 (0:00:00.032) 0:01:22.347 ****** 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:21:36 +0000 (0:00:00.050) 0:01:22.397 ****** 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:21:36 +0000 (0:00:00.026) 0:01:22.424 ****** 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:21:37 +0000 (0:00:00.036) 0:01:22.460 ****** 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:21:37 +0000 (0:00:00.047) 0:01:22.508 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003054", "end": "2024-01-27 01:21:37.184966", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:21:37.181912" } 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:21:37 +0000 (0:00:00.161) 0:01:22.669 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.127089", "end": "2024-01-27 01:21:37.481030", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:37.353941" } 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:21:37 +0000 (0:00:00.281) 0:01:22.951 ****** 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:21:37 +0000 (0:00:00.045) 0:01:22.997 ****** 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:21:37 +0000 (0:00:00.034) 0:01:23.031 ****** 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:21:37 +0000 (0:00:00.028) 0:01:23.060 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:21:37 +0000 (0:00:00.043) 0:01:23.103 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:21:37 +0000 (0:00:00.024) 0:01:23.128 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:21:37 +0000 (0:00:00.031) 0:01:23.159 ****** 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:21:37 +0000 (0:00:00.087) 0:01:23.246 ****** 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:21:37 +0000 (0:00:00.023) 0:01:23.270 ****** 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:21:37 +0000 (0:00:00.022) 0:01:23.293 ****** 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:21:37 +0000 (0:00:00.021) 0:01:23.314 ****** 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:21:37 +0000 (0:00:00.025) 0:01:23.340 ****** 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:21:37 +0000 (0:00:00.025) 0:01:23.365 ****** 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:21:37 +0000 (0:00:00.050) 0:01:23.416 ****** 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:21:38 +0000 (0:00:00.023) 0:01:23.439 ****** 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:21:38 +0000 (0:00:00.030) 0:01:23.469 ****** 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:21:38 +0000 (0:00:00.034) 0:01:23.504 ****** 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:21:38 +0000 (0:00:00.043) 0:01:23.548 ****** 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:21:38 +0000 (0:00:00.039) 0:01:23.587 ****** 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:21:38 +0000 (0:00:00.027) 0:01:23.615 ****** 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:21:38 +0000 (0:00:00.028) 0:01:23.643 ****** 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:21:38 +0000 (0:00:00.024) 0:01:23.668 ****** 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:21:38 +0000 (0:00:00.023) 0:01:23.691 ****** 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:21:38 +0000 (0:00:00.023) 0:01:23.715 ****** 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:21:38 +0000 (0:00:00.024) 0:01:23.739 ****** 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:21:38 +0000 (0:00:00.020) 0:01:23.760 ****** 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:21:38 +0000 (0:00:00.061) 0:01:23.822 ****** 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:21:38 +0000 (0:00:00.020) 0:01:23.843 ****** 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:21:38 +0000 (0:00:00.021) 0:01:23.864 ****** 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:21:38 +0000 (0:00:00.020) 0:01:23.884 ****** 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:21:38 +0000 (0:00:00.021) 0:01:23.906 ****** 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:21:38 +0000 (0:00:00.032) 0:01:23.939 ****** 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:21:38 +0000 (0:00:00.022) 0:01:23.962 ****** 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:21:38 +0000 (0:00:00.024) 0:01:23.986 ****** 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:21:38 +0000 (0:00:00.029) 0:01:24.016 ****** 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:21:38 +0000 (0:00:00.033) 0:01:24.049 ****** 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:21:38 +0000 (0:00:00.033) 0:01:24.083 ****** 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:21:38 +0000 (0:00:00.037) 0:01:24.120 ****** 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:21:38 +0000 (0:00:00.040) 0:01:24.161 ****** 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:21:38 +0000 (0:00:00.029) 0:01:24.190 ****** 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:21:38 +0000 (0:00:00.056) 0:01:24.247 ****** 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:21:38 +0000 (0:00:00.021) 0:01:24.269 ****** 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:21:38 +0000 (0:00:00.028) 0:01:24.297 ****** 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:21:38 +0000 (0:00:00.029) 0:01:24.327 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 27 January 2024 01:21:38 +0000 (0:00:00.051) 0:01:24.379 ****** 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:21:39 +0000 (0:00:00.079) 0:01:24.458 ****** 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:21:39 +0000 (0:00:00.026) 0:01:24.485 ****** 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:21:39 +0000 (0:00:00.049) 0:01:24.534 ****** 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:21:39 +0000 (0:00:00.034) 0:01:24.569 ****** 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:21:39 +0000 (0:00:00.042) 0:01:24.611 ****** 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:21:39 +0000 (0:00:00.024) 0:01:24.636 ****** 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:21:39 +0000 (0:00:00.022) 0:01:24.658 ****** 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:21:39 +0000 (0:00:00.023) 0:01:24.682 ****** 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:21:39 +0000 (0:00:00.025) 0:01:24.708 ****** 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:21:39 +0000 (0:00:00.028) 0:01:24.736 ****** 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:21:39 +0000 (0:00:00.029) 0:01:24.765 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 27 January 2024 01:21:39 +0000 (0:00:00.039) 0:01:24.805 ****** 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:21:39 +0000 (0:00:00.025) 0:01:24.831 ****** 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:21:39 +0000 (0:00:00.042) 0:01:24.873 ****** 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:21:39 +0000 (0:00:00.072) 0:01:24.946 ****** 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:21:39 +0000 (0:00:00.029) 0:01:24.975 ****** 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:21:39 +0000 (0:00:00.042) 0:01:25.018 ****** 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:21:39 +0000 (0:00:00.042) 0:01:25.061 ****** 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:21:39 +0000 (0:00:00.026) 0:01:25.087 ****** 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:21:39 +0000 (0:00:00.070) 0:01:25.158 ****** 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:21:39 +0000 (0:00:00.044) 0:01:25.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:21:39 +0000 (0:00:00.031) 0:01:25.234 ****** 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:21:39 +0000 (0:00:00.045) 0:01:25.280 ****** 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:21:40 +0000 (0:00:00.185) 0:01:25.465 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:21:10 UTC", "ActiveEnterTimestampMonotonic": "1699513922", "ActiveExitTimestamp": "Sat 2024-01-27 01:21:31 UTC", "ActiveExitTimestampMonotonic": "1720075529", "ActiveState": "inactive", "After": "system.slice -.mount basic.target network.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:21:10 UTC", "AssertTimestampMonotonic": "1699513028", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:21:10 UTC", "ConditionTimestampMonotonic": "1699513027", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-01-27 01:21:31 UTC", "ExecMainExitTimestampMonotonic": "1720476533", "ExecMainPID": "22161", "ExecMainStartTimestamp": "Sat 2024-01-27 01:21:10 UTC", "ExecMainStartTimestampMonotonic": "1699513865", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:21:10 UTC] ; stop_time=[Sat 2024-01-27 01:21:31 UTC] ; pid=22161 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:21:31 UTC", "InactiveEnterTimestampMonotonic": "1720476630", "InactiveExitTimestamp": "Sat 2024-01-27 01:21:10 UTC", "InactiveExitTimestampMonotonic": "1699513922", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.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": "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:21:40 +0000 (0:00:00.266) 0:01:25.731 ****** 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:21:40 +0000 (0:00:00.029) 0:01:25.761 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_password.yml:23 Saturday 27 January 2024 01:21:40 +0000 (0:00:00.033) 0:01:25.795 ****** 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:21:40 +0000 (0:00:00.132) 0:01:25.927 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:21:40 +0000 (0:00:00.037) 0:01:25.965 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:35 Saturday 27 January 2024 01:21:40 +0000 (0:00:00.048) 0:01:26.013 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:39 Saturday 27 January 2024 01:21:40 +0000 (0:00:00.040) 0:01:26.054 ****** 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:21:40 +0000 (0:00:00.024) 0:01:26.079 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:21:40 +0000 (0:00:00.103) 0:01:26.182 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:70 Saturday 27 January 2024 01:21:40 +0000 (0:00:00.037) 0:01:26.219 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:21:40 +0000 (0:00:00.036) 0:01:26.255 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:21:40 +0000 (0:00:00.027) 0:01:26.282 ****** 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:21:40 +0000 (0:00:00.051) 0:01:26.334 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:21:40 UTC", "ActiveEnterTimestampMonotonic": "1729261657", "ActiveExitTimestamp": "Sat 2024-01-27 01:21:31 UTC", "ActiveExitTimestampMonotonic": "1720075529", "ActiveState": "active", "After": "system.slice -.mount basic.target network.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:21:40 UTC", "AssertTimestampMonotonic": "1729261011", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:21:40 UTC", "ConditionTimestampMonotonic": "1729261010", "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": "23080", "ExecMainStartTimestamp": "Sat 2024-01-27 01:21:40 UTC", "ExecMainStartTimestampMonotonic": "1729261601", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:21:40 UTC] ; stop_time=[n/a] ; pid=23080 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:21:31 UTC", "InactiveEnterTimestampMonotonic": "1720476630", "InactiveExitTimestamp": "Sat 2024-01-27 01:21:40 UTC", "InactiveExitTimestampMonotonic": "1729261657", "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": "23080", "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": "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:21:40 UTC", "WatchdogTimestampMonotonic": "1729261637", "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:21:41 +0000 (0:00:00.256) 0:01:26.590 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003347", "end": "2024-01-27 01:21:41.290827", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:41.287480" } STDOUT: tcpport = 1433 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:21:41 +0000 (0:00:00.165) 0:01:26.755 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.005349", "end": "2024-01-27 01:21:41.454115", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:21:41.448766" } MSG: non-zero return code 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:21:41 +0000 (0:00:00.160) 0:01:26.916 ****** 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:21:41 +0000 (0:00:00.028) 0:01:26.945 ****** ok: [sut] => { "changed": false, "elapsed": 2, "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": 7067, "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:21:43 +0000 (0:00:02.194) 0:01:29.139 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "localhost,1433", "-U", "sa", "-P", "p@55w0rD11", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.054377", "end": "2024-01-27 01:21:43.891584", "rc": 0, "start": "2024-01-27 01:21:43.837207" } 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:21:43 +0000 (0:00:00.261) 0:01:29.400 ****** 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:21:44 +0000 (0:00:00.042) 0:01:29.443 ****** 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:21:44 +0000 (0:00:00.026) 0:01:29.469 ****** 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:21:44 +0000 (0:00:00.043) 0:01:29.512 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:21:44 +0000 (0:00:00.043) 0:01:29.556 ****** 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:21:44 +0000 (0:00:00.021) 0:01:29.577 ****** 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:21:44 +0000 (0:00:00.027) 0:01:29.605 ****** 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:21:44 +0000 (0:00:00.053) 0:01:29.658 ****** 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:21:44 +0000 (0:00:00.033) 0:01:29.692 ****** 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:21:44 +0000 (0:00:00.058) 0:01:29.751 ****** 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:21:44 +0000 (0:00:00.045) 0:01:29.797 ****** 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:21:44 +0000 (0:00:00.041) 0:01:29.838 ****** 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:21:44 +0000 (0:00:00.046) 0:01:29.885 ****** 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:21:44 +0000 (0:00:00.041) 0:01:29.926 ****** 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:21:44 +0000 (0:00:00.042) 0:01:29.969 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change the IP address setting.] ****************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_password.yml:28 Saturday 27 January 2024 01:21:44 +0000 (0:00:00.036) 0:01:30.005 ****** 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:21:45 +0000 (0:00:00.437) 0:01:30.442 ****** 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:21:45 +0000 (0:00:00.033) 0:01:30.476 ****** 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:21:45 +0000 (0:00:00.032) 0:01:30.508 ****** 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:21:45 +0000 (0:00:00.035) 0:01:30.544 ****** 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:21:45 +0000 (0:00:00.038) 0:01:30.582 ****** 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:21:45 +0000 (0:00:00.032) 0:01:30.615 ****** 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:21:45 +0000 (0:00:00.052) 0:01:30.668 ****** 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:21:45 +0000 (0:00:00.030) 0:01:30.698 ****** 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:21:45 +0000 (0:00:00.032) 0:01:30.730 ****** 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:21:45 +0000 (0:00:00.040) 0:01:30.771 ****** 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:21:45 +0000 (0:00:00.035) 0:01:30.807 ****** 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:21:45 +0000 (0:00:00.091) 0:01:30.899 ****** 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:21:45 +0000 (0:00:00.037) 0:01:30.936 ****** 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:21:45 +0000 (0:00:00.032) 0:01:30.969 ****** 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:21:45 +0000 (0:00:00.069) 0:01:31.038 ****** 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:21:45 +0000 (0:00:00.039) 0:01:31.077 ****** 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:21:45 +0000 (0:00:00.024) 0:01:31.102 ****** 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:21:45 +0000 (0:00:00.031) 0:01:31.133 ****** 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:21:45 +0000 (0:00:00.025) 0:01:31.159 ****** 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:21:46 +0000 (0:00:00.943) 0:01:32.103 ****** 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:21:46 +0000 (0:00:00.060) 0:01:32.163 ****** 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:21:46 +0000 (0:00:00.027) 0:01:32.191 ****** 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:21:46 +0000 (0:00:00.037) 0:01:32.229 ****** 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:21:46 +0000 (0:00:00.045) 0:01:32.274 ****** 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:21:47 +0000 (0:00:00.415) 0:01:32.689 ****** 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:21:47 +0000 (0:00:00.032) 0:01:32.722 ****** 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:21:47 +0000 (0:00:00.041) 0:01:32.763 ****** 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:21:47 +0000 (0:00:00.024) 0:01:32.788 ****** 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:21:47 +0000 (0:00:00.035) 0:01:32.823 ****** 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:21:47 +0000 (0:00:00.030) 0:01:32.854 ****** 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:21:47 +0000 (0:00:00.034) 0:01:32.888 ****** 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:21:47 +0000 (0:00:00.034) 0:01:32.922 ****** 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:21:47 +0000 (0:00:00.081) 0:01:33.003 ****** 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:21:47 +0000 (0:00:00.039) 0:01:33.043 ****** 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:21:47 +0000 (0:00:00.378) 0:01:33.422 ****** 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:21:48 +0000 (0:00:00.063) 0:01:33.486 ****** 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.004860", "end": "2024-01-27 01:21:48.197322", "rc": 0, "start": "2024-01-27 01:21:48.192462" } 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:21:48 +0000 (0:00:00.190) 0:01:33.677 ****** 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:21:49 +0000 (0:00:00.768) 0:01:34.446 ****** 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:21:49 +0000 (0:00:00.036) 0:01:34.482 ****** 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:21:49 +0000 (0:00:00.029) 0:01:34.512 ****** 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:21:49 +0000 (0:00:00.023) 0:01:34.535 ****** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "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:21:49 +0000 (0:00:00.035) 0:01:34.570 ****** 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:21:49 +0000 (0:00:00.023) 0:01:34.594 ****** 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:21:49 +0000 (0:00:00.337) 0:01:34.932 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 00:53:10 UTC", "ActiveEnterTimestampMonotonic": "19995836", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice network.target basic.target dbus.service systemd-journald.socket systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 00:53:09 UTC", "AssertTimestampMonotonic": "18556870", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ConditionTimestampMonotonic": "18556868", "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": "875", "ExecMainStartTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ExecMainStartTimestampMonotonic": "18557608", "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": "18557656", "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": "875", "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": "basic.target dbus.service polkit.service system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 00:53:10 UTC", "WatchdogTimestampMonotonic": "19995769", "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:21:49 +0000 (0:00:00.210) 0:01:35.143 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.090383", "end": "2024-01-27 01:21:49.905671", "rc": 0, "start": "2024-01-27 01:21:49.815288" } 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:21:49 +0000 (0:00:00.233) 0:01:35.376 ****** 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:21:49 +0000 (0:00:00.024) 0:01:35.401 ****** 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:21:49 +0000 (0:00:00.025) 0:01:35.426 ****** 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:21:50 +0000 (0:00:00.033) 0:01:35.459 ****** 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:21:50 +0000 (0:00:00.140) 0:01:35.599 ****** 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:21:50 +0000 (0:00:00.346) 0:01:35.946 ****** 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:21:50 +0000 (0:00:00.104) 0:01:36.051 ****** 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:21:50 +0000 (0:00:00.024) 0:01:36.075 ****** 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:21:50 +0000 (0:00:00.032) 0:01:36.107 ****** 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:21:50 +0000 (0:00:00.021) 0:01:36.129 ****** 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:21:50 +0000 (0:00:00.032) 0:01:36.161 ****** 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:21:50 +0000 (0:00:00.034) 0:01:36.196 ****** 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:21:50 +0000 (0:00:00.032) 0:01:36.229 ****** 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:21:50 +0000 (0:00:00.027) 0:01:36.256 ****** 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:21:50 +0000 (0:00:00.024) 0:01:36.281 ****** 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:21:50 +0000 (0:00:00.021) 0:01:36.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 : 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:21:50 +0000 (0:00:00.026) 0:01:36.329 ****** 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:21:50 +0000 (0:00:00.022) 0:01:36.352 ****** 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:21:50 +0000 (0:00:00.053) 0:01:36.405 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003075", "end": "2024-01-27 01:21:51.131549", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:21:51.128474" } 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:21:51 +0000 (0:00:00.208) 0:01:36.614 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.128020", "end": "2024-01-27 01:21:51.419315", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:51.291295" } 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:21:51 +0000 (0:00:00.269) 0:01:36.883 ****** 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:21:51 +0000 (0:00:00.029) 0:01:36.912 ****** 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:21:51 +0000 (0:00:00.022) 0:01:36.934 ****** 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:21:51 +0000 (0:00:00.126) 0:01:37.061 ****** 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:21:51 +0000 (0:00:00.048) 0:01:37.110 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003034", "end": "2024-01-27 01:21:51.794515", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:21:51.791481" } STDOUT: tcpport = 1433 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:21:51 +0000 (0:00:00.148) 0:01:37.259 ****** 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:21:51 +0000 (0:00:00.025) 0:01:37.284 ****** 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:21:51 +0000 (0:00:00.023) 0:01:37.308 ****** 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:21:51 +0000 (0:00:00.025) 0:01:37.333 ****** 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:21:51 +0000 (0:00:00.027) 0:01:37.360 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:21:51 +0000 (0:00:00.028) 0:01:37.389 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:21:51 +0000 (0:00:00.028) 0:01:37.417 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:21:52 +0000 (0:00:00.023) 0:01:37.440 ****** 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:21:52 +0000 (0:00:00.021) 0:01:37.462 ****** 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:21:52 +0000 (0:00:00.030) 0:01:37.492 ****** 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:21:52 +0000 (0:00:00.024) 0:01:37.516 ****** 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:21:52 +0000 (0:00:00.025) 0:01:37.542 ****** 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:21:52 +0000 (0:00:00.022) 0:01:37.565 ****** 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:21:52 +0000 (0:00:00.020) 0:01:37.585 ****** 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:21:52 +0000 (0:00:00.039) 0:01:37.625 ****** 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:21:52 +0000 (0:00:00.025) 0:01:37.651 ****** 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:21:52 +0000 (0:00:00.072) 0:01:37.724 ****** 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:21:52 +0000 (0:00:00.023) 0:01:37.747 ****** 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:21:52 +0000 (0:00:00.025) 0:01:37.772 ****** 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:21:52 +0000 (0:00:00.022) 0:01:37.794 ****** 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:21:52 +0000 (0:00:00.020) 0:01:37.815 ****** 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:21:52 +0000 (0:00:00.022) 0:01:37.838 ****** 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:21:52 +0000 (0:00:00.025) 0:01:37.863 ****** 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:21:52 +0000 (0:00:00.032) 0:01:37.895 ****** 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:21:52 +0000 (0:00:00.031) 0:01:37.927 ****** 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:21:52 +0000 (0:00:00.022) 0:01:37.949 ****** 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:21:52 +0000 (0:00:00.022) 0:01:37.971 ****** 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:21:52 +0000 (0:00:00.022) 0:01:37.994 ****** 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:21:52 +0000 (0:00:00.024) 0:01:38.018 ****** 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:21:52 +0000 (0:00:00.020) 0:01:38.039 ****** 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:21:52 +0000 (0:00:00.019) 0:01:38.059 ****** 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:21:52 +0000 (0:00:00.020) 0:01:38.079 ****** 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:21:52 +0000 (0:00:00.019) 0:01:38.099 ****** 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:21:52 +0000 (0:00:00.019) 0:01:38.118 ****** 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:21:52 +0000 (0:00:00.019) 0:01:38.137 ****** 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:21:52 +0000 (0:00:00.069) 0:01:38.206 ****** 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:21:52 +0000 (0:00:00.021) 0:01:38.228 ****** 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:21:52 +0000 (0:00:00.020) 0:01:38.248 ****** 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:21:52 +0000 (0:00:00.021) 0:01:38.269 ****** 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:21:52 +0000 (0:00:00.018) 0:01:38.288 ****** 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:21:52 +0000 (0:00:00.020) 0:01:38.309 ****** 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:21:52 +0000 (0:00:00.019) 0:01:38.328 ****** 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:21:52 +0000 (0:00:00.018) 0:01:38.347 ****** 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:21:52 +0000 (0:00:00.020) 0:01:38.368 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 27 January 2024 01:21:52 +0000 (0:00:00.019) 0:01:38.387 ****** 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:21:52 +0000 (0:00:00.025) 0:01:38.413 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 27 January 2024 01:21:52 +0000 (0:00:00.019) 0:01:38.432 ****** 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:21:53 +0000 (0:00:00.019) 0:01:38.451 ****** 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:21:53 +0000 (0:00:00.025) 0:01:38.476 ****** 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:21:53 +0000 (0:00:00.018) 0:01:38.495 ****** 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:21:53 +0000 (0:00:00.019) 0:01:38.514 ****** 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:21:53 +0000 (0:00:00.018) 0:01:38.533 ****** 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:21:53 +0000 (0:00:00.019) 0:01:38.552 ****** 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:21:53 +0000 (0:00:00.019) 0:01:38.571 ****** 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:21:53 +0000 (0:00:00.080) 0:01:38.652 ****** 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:21:53 +0000 (0:00:00.023) 0:01:38.675 ****** 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:21:53 +0000 (0:00:00.025) 0:01:38.701 ****** 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:21:53 +0000 (0:00:00.022) 0:01:38.723 ****** 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:21:53 +0000 (0:00:00.020) 0:01:38.744 ****** 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:21:53 +0000 (0:00:00.021) 0:01:38.766 ****** 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:21:53 +0000 (0:00:00.029) 0:01:38.795 ****** 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:21:53 +0000 (0:00:00.030) 0:01:38.826 ****** 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:21:53 +0000 (0:00:00.039) 0:01:38.865 ****** 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:21:53 +0000 (0:00:00.056) 0:01:38.922 ****** 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:21:53 +0000 (0:00:00.029) 0:01:38.952 ****** 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:21:53 +0000 (0:00:00.026) 0:01:38.979 ****** 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:21:53 +0000 (0:00:00.020) 0:01:39.000 ****** 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:21:53 +0000 (0:00:00.023) 0:01:39.023 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 27 January 2024 01:21:53 +0000 (0:00:00.025) 0:01:39.048 ****** 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:21:53 +0000 (0:00:00.196) 0:01:39.244 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:21:40 UTC", "ActiveEnterTimestampMonotonic": "1729261657", "ActiveExitTimestamp": "Sat 2024-01-27 01:21:31 UTC", "ActiveExitTimestampMonotonic": "1720075529", "ActiveState": "active", "After": "system.slice -.mount basic.target network.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:21:40 UTC", "AssertTimestampMonotonic": "1729261011", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:21:40 UTC", "ConditionTimestampMonotonic": "1729261010", "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": "23080", "ExecMainStartTimestamp": "Sat 2024-01-27 01:21:40 UTC", "ExecMainStartTimestampMonotonic": "1729261601", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:21:40 UTC] ; stop_time=[n/a] ; pid=23080 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:21:31 UTC", "InactiveEnterTimestampMonotonic": "1720476630", "InactiveExitTimestamp": "Sat 2024-01-27 01:21:40 UTC", "InactiveExitTimestampMonotonic": "1729261657", "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": "23080", "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": "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:21:40 UTC", "WatchdogTimestampMonotonic": "1729261637", "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:21:54 +0000 (0:00:00.589) 0:01:39.834 ****** 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:21:54 +0000 (0:00:00.023) 0:01:39.857 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change the password with a custom IP address. Should report Changed.] **** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_password.yml:34 Saturday 27 January 2024 01:21:54 +0000 (0:00:00.023) 0:01:39.881 ****** 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:21:54 +0000 (0:00:00.413) 0:01:40.294 ****** 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:21:54 +0000 (0:00:00.046) 0:01:40.340 ****** 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:21:54 +0000 (0:00:00.034) 0:01:40.374 ****** 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:21:55 +0000 (0:00:00.231) 0:01:40.606 ****** 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:21:55 +0000 (0:00:00.023) 0:01:40.630 ****** 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:21:55 +0000 (0:00:00.021) 0:01:40.651 ****** 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:21:55 +0000 (0:00:00.036) 0:01:40.688 ****** 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:21:55 +0000 (0:00:00.043) 0:01:40.732 ****** 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:21:55 +0000 (0:00:00.039) 0:01:40.771 ****** 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:21:55 +0000 (0:00:00.034) 0:01:40.806 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 27 January 2024 01:21:55 +0000 (0:00:00.041) 0:01:40.848 ****** 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:21:55 +0000 (0:00:00.025) 0:01:40.873 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 27 January 2024 01:21:55 +0000 (0:00:00.028) 0:01:40.902 ****** 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:21:55 +0000 (0:00:00.041) 0:01:40.943 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 27 January 2024 01:21:55 +0000 (0:00:00.025) 0:01:40.968 ****** 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:21:55 +0000 (0:00:00.026) 0:01:40.995 ****** 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:21:55 +0000 (0:00:00.035) 0:01:41.031 ****** 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:21:55 +0000 (0:00:00.022) 0:01:41.053 ****** 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:21:55 +0000 (0:00:00.027) 0:01:41.080 ****** 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:21:56 +0000 (0:00:01.253) 0:01:42.333 ****** 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:21:56 +0000 (0:00:00.061) 0:01:42.395 ****** 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:21:56 +0000 (0:00:00.021) 0:01:42.416 ****** 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:21:57 +0000 (0:00:00.022) 0:01:42.439 ****** 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:21:57 +0000 (0:00:00.040) 0:01:42.479 ****** 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:21:57 +0000 (0:00:00.504) 0:01:42.983 ****** 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:21:57 +0000 (0:00:00.028) 0:01:43.011 ****** 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:21:57 +0000 (0:00:00.023) 0:01:43.035 ****** 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:21:57 +0000 (0:00:00.024) 0:01:43.059 ****** 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:21:57 +0000 (0:00:00.038) 0:01:43.097 ****** 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:21:57 +0000 (0:00:00.039) 0:01:43.137 ****** 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:21:57 +0000 (0:00:00.034) 0:01:43.172 ****** 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:21:57 +0000 (0:00:00.098) 0:01:43.270 ****** 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:21:57 +0000 (0:00:00.036) 0:01:43.306 ****** 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:21:57 +0000 (0:00:00.041) 0:01:43.348 ****** 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:21:58 +0000 (0:00:00.473) 0:01:43.821 ****** 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:21:58 +0000 (0:00:00.023) 0:01:43.845 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005036", "end": "2024-01-27 01:21:58.530322", "rc": 0, "start": "2024-01-27 01:21:58.525286" } 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:21:58 +0000 (0:00:00.178) 0:01:44.024 ****** 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:21:59 +0000 (0:00:00.678) 0:01:44.702 ****** 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:21:59 +0000 (0:00:00.027) 0:01:44.730 ****** 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:21:59 +0000 (0:00:00.051) 0:01:44.781 ****** 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:21:59 +0000 (0:00:00.038) 0:01:44.820 ****** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "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:21:59 +0000 (0:00:00.027) 0:01:44.847 ****** 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:21:59 +0000 (0:00:00.026) 0:01:44.874 ****** 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:21:59 +0000 (0:00:00.340) 0:01:45.215 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 00:53:10 UTC", "ActiveEnterTimestampMonotonic": "19995836", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice network.target basic.target dbus.service systemd-journald.socket systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 00:53:09 UTC", "AssertTimestampMonotonic": "18556870", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ConditionTimestampMonotonic": "18556868", "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": "875", "ExecMainStartTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ExecMainStartTimestampMonotonic": "18557608", "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": "18557656", "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": "875", "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": "basic.target dbus.service polkit.service system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 00:53:10 UTC", "WatchdogTimestampMonotonic": "19995769", "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:22:00 +0000 (0:00:00.308) 0:01:45.523 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.088821", "end": "2024-01-27 01:22:00.329323", "rc": 0, "start": "2024-01-27 01:22:00.240502" } 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:22:00 +0000 (0:00:00.272) 0:01:45.796 ****** 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:22:00 +0000 (0:00:00.022) 0:01:45.818 ****** 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:22:00 +0000 (0:00:00.032) 0:01:45.850 ****** 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:22:00 +0000 (0:00:00.029) 0:01:45.880 ****** 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:22:00 +0000 (0:00:00.213) 0:01:46.094 ****** 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:22:01 +0000 (0:00:00.467) 0:01:46.561 ****** 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:22:01 +0000 (0:00:00.069) 0:01:46.631 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:21:54 UTC", "ActiveEnterTimestampMonotonic": "1743320897", "ActiveExitTimestamp": "Sat 2024-01-27 01:21:54 UTC", "ActiveExitTimestampMonotonic": "1743050038", "ActiveState": "active", "After": "system.slice -.mount basic.target network.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:21:54 UTC", "AssertTimestampMonotonic": "1743320292", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:21:54 UTC", "ConditionTimestampMonotonic": "1743320291", "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": "23613", "ExecMainStartTimestamp": "Sat 2024-01-27 01:21:54 UTC", "ExecMainStartTimestampMonotonic": "1743320839", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:21:54 UTC] ; stop_time=[n/a] ; pid=23613 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:21:54 UTC", "InactiveEnterTimestampMonotonic": "1743318896", "InactiveExitTimestamp": "Sat 2024-01-27 01:21:54 UTC", "InactiveExitTimestampMonotonic": "1743320897", "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": "23613", "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": "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:21:54 UTC", "WatchdogTimestampMonotonic": "1743320877", "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:22:01 +0000 (0:00:00.247) 0:01:46.878 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003244", "end": "2024-01-27 01:22:01.595475", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:22:01.592231" } STDOUT: tcpport = 1433 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:22:01 +0000 (0:00:00.214) 0:01:47.092 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002875", "end": "2024-01-27 01:22:01.769376", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:22:01.766501" } 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:22:01 +0000 (0:00:00.158) 0:01:47.251 ****** 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:22:01 +0000 (0:00:00.123) 0:01:47.374 ****** 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": 6828, "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:22:03 +0000 (0:00:01.199) 0:01:48.573 ****** 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:22:03 +0000 (0:00:00.380) 0:01:48.954 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:21:54 UTC", "ActiveEnterTimestampMonotonic": "1743320897", "ActiveExitTimestamp": "Sat 2024-01-27 01:21:54 UTC", "ActiveExitTimestampMonotonic": "1743050038", "ActiveState": "active", "After": "system.slice -.mount basic.target network.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:21:54 UTC", "AssertTimestampMonotonic": "1743320292", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:21:54 UTC", "ConditionTimestampMonotonic": "1743320291", "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": "23613", "ExecMainStartTimestamp": "Sat 2024-01-27 01:21:54 UTC", "ExecMainStartTimestampMonotonic": "1743320839", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:21:54 UTC] ; stop_time=[n/a] ; pid=23613 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:21:54 UTC", "InactiveEnterTimestampMonotonic": "1743318896", "InactiveExitTimestamp": "Sat 2024-01-27 01:21:54 UTC", "InactiveExitTimestampMonotonic": "1743320897", "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": "23613", "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": "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:21:54 UTC", "WatchdogTimestampMonotonic": "1743320877", "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:22:08 +0000 (0:00:05.099) 0:01:54.054 ****** 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:22:09 +0000 (0:00:00.933) 0:01:54.987 ****** 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:22:13 +0000 (0:00:04.081) 0:01:59.069 ****** 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:22:13 +0000 (0:00:00.028) 0:01:59.097 ****** 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:22:13 +0000 (0:00:00.041) 0:01:59.139 ****** 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:22:13 +0000 (0:00:00.034) 0:01:59.174 ****** 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:22:13 +0000 (0:00:00.041) 0:01:59.215 ****** 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:22:13 +0000 (0:00:00.031) 0:01:59.247 ****** 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:22:13 +0000 (0:00:00.044) 0:01:59.292 ****** 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:22:13 +0000 (0:00:00.041) 0:01:59.333 ****** 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:22:14 +0000 (0:00:00.145) 0:01:59.478 ****** 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:22:14 +0000 (0:00:00.032) 0:01:59.511 ****** 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:22:14 +0000 (0:00:00.055) 0:01:59.566 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003018", "end": "2024-01-27 01:22:14.262182", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:22:14.259164" } STDOUT: tcpport = 1433 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:22:14 +0000 (0:00:00.171) 0:01:59.737 ****** 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:22:14 +0000 (0:00:00.043) 0:01:59.780 ****** 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:22:14 +0000 (0:00:00.035) 0:01:59.816 ****** 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:22:14 +0000 (0:00:00.031) 0:01:59.848 ****** 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:22:14 +0000 (0:00:00.024) 0:01:59.872 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:22:14 +0000 (0:00:00.037) 0:01:59.910 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:22:14 +0000 (0:00:00.029) 0:01:59.940 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:22:14 +0000 (0:00:00.028) 0:01:59.968 ****** 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:22:14 +0000 (0:00:00.038) 0:02:00.007 ****** 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:22:14 +0000 (0:00:00.052) 0:02:00.059 ****** 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:22:14 +0000 (0:00:00.068) 0:02:00.127 ****** 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:22:14 +0000 (0:00:00.038) 0:02:00.166 ****** 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:22:14 +0000 (0:00:00.040) 0:02:00.206 ****** 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:22:14 +0000 (0:00:00.032) 0:02:00.239 ****** 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:22:15 +0000 (0:00:00.250) 0:02:00.489 ****** 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:22:15 +0000 (0:00:00.085) 0:02:00.574 ****** 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:22:15 +0000 (0:00:00.057) 0:02:00.631 ****** 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:22:15 +0000 (0:00:00.039) 0:02:00.671 ****** 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:22:15 +0000 (0:00:00.099) 0:02:00.770 ****** 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:22:15 +0000 (0:00:00.052) 0:02:00.823 ****** 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:22:15 +0000 (0:00:00.047) 0:02:00.871 ****** 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:22:15 +0000 (0:00:00.050) 0:02:00.922 ****** 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:22:15 +0000 (0:00:00.052) 0:02:00.975 ****** 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:22:15 +0000 (0:00:00.030) 0:02:01.005 ****** 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:22:15 +0000 (0:00:00.058) 0:02:01.063 ****** 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:22:15 +0000 (0:00:00.039) 0:02:01.102 ****** 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:22:15 +0000 (0:00:00.073) 0:02:01.176 ****** 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:22:15 +0000 (0:00:00.042) 0:02:01.218 ****** 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:22:15 +0000 (0:00:00.022) 0:02:01.241 ****** 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:22:15 +0000 (0:00:00.065) 0:02:01.306 ****** 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:22:15 +0000 (0:00:00.069) 0:02:01.375 ****** 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:22:16 +0000 (0:00:00.063) 0:02:01.439 ****** 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:22:16 +0000 (0:00:00.039) 0:02:01.479 ****** 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:22:16 +0000 (0:00:00.136) 0:02:01.615 ****** 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:22:16 +0000 (0:00:00.044) 0:02:01.660 ****** 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:22:16 +0000 (0:00:00.031) 0:02:01.692 ****** 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:22:16 +0000 (0:00:00.022) 0:02:01.714 ****** 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:22:16 +0000 (0:00:00.025) 0:02:01.740 ****** 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:22:16 +0000 (0:00:00.024) 0:02:01.764 ****** 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:22:16 +0000 (0:00:00.020) 0:02:01.785 ****** 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:22:16 +0000 (0:00:00.035) 0:02:01.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:1058 Saturday 27 January 2024 01:22:16 +0000 (0:00:00.027) 0:02:01.848 ****** 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:22:16 +0000 (0:00:00.023) 0:02:01.872 ****** 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:22:16 +0000 (0:00:00.020) 0:02:01.892 ****** 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:22:16 +0000 (0:00:00.019) 0:02:01.912 ****** 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:22:16 +0000 (0:00:00.024) 0:02:01.937 ****** 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:22:16 +0000 (0:00:00.018) 0:02:01.955 ****** 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:22:16 +0000 (0:00:00.019) 0:02:01.975 ****** 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:22:16 +0000 (0:00:00.025) 0:02:02.001 ****** 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:22:16 +0000 (0:00:00.018) 0:02:02.020 ****** 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:22:16 +0000 (0:00:00.020) 0:02:02.040 ****** 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:22:16 +0000 (0:00:00.024) 0:02:02.065 ****** 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:22:16 +0000 (0:00:00.090) 0:02:02.156 ****** 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:22:16 +0000 (0:00:00.023) 0:02:02.180 ****** 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:22:16 +0000 (0:00:00.022) 0:02:02.202 ****** 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:22:16 +0000 (0:00:00.025) 0:02:02.228 ****** 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:22:16 +0000 (0:00:00.032) 0:02:02.260 ****** 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:22:16 +0000 (0:00:00.025) 0:02:02.285 ****** 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:22:16 +0000 (0:00:00.032) 0:02:02.318 ****** 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:22:16 +0000 (0:00:00.035) 0:02:02.354 ****** 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:22:16 +0000 (0:00:00.049) 0:02:02.403 ****** 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:22:17 +0000 (0:00:00.035) 0:02:02.438 ****** 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:22:17 +0000 (0:00:00.033) 0:02:02.472 ****** 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:22:17 +0000 (0:00:00.024) 0:02:02.496 ****** 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:22:17 +0000 (0:00:00.032) 0:02:02.529 ****** 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:22:17 +0000 (0:00:00.025) 0:02:02.555 ****** 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:22:17 +0000 (0:00:00.021) 0:02:02.577 ****** 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:22:17 +0000 (0:00:00.022) 0:02:02.599 ****** 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:22:17 +0000 (0:00:00.024) 0:02:02.624 ****** ok: [sut] => { "changed": false } 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:22:17 +0000 (0:00:00.253) 0:02:02.877 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:21:54 UTC", "ActiveEnterTimestampMonotonic": "1743320897", "ActiveExitTimestamp": "Sat 2024-01-27 01:22:03 UTC", "ActiveExitTimestampMonotonic": "1752803298", "ActiveState": "inactive", "After": "system.slice -.mount basic.target network.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:21:54 UTC", "AssertTimestampMonotonic": "1743320292", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:21:54 UTC", "ConditionTimestampMonotonic": "1743320291", "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:22:08 UTC", "ExecMainExitTimestampMonotonic": "1757586983", "ExecMainPID": "23613", "ExecMainStartTimestamp": "Sat 2024-01-27 01:21:54 UTC", "ExecMainStartTimestampMonotonic": "1743320839", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:21:54 UTC] ; stop_time=[Sat 2024-01-27 01:22:08 UTC] ; pid=23613 ; 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:22:08 UTC", "InactiveEnterTimestampMonotonic": "1757587096", "InactiveExitTimestamp": "Sat 2024-01-27 01:21:54 UTC", "InactiveExitTimestampMonotonic": "1743320897", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.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": "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:22:17 +0000 (0:00:00.298) 0:02:03.176 ****** 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:22:17 +0000 (0:00:00.026) 0:02:03.203 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_password.yml:42 Saturday 27 January 2024 01:22:17 +0000 (0:00:00.030) 0:02:03.234 ****** 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:22:18 +0000 (0:00:00.253) 0:02:03.488 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:22:18 +0000 (0:00:00.043) 0:02:03.532 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:35 Saturday 27 January 2024 01:22:18 +0000 (0:00:00.025) 0:02:03.557 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:39 Saturday 27 January 2024 01:22:18 +0000 (0:00:00.057) 0:02:03.615 ****** 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:22:18 +0000 (0:00:00.037) 0:02:03.653 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:22:18 +0000 (0:00:00.023) 0:02:03.676 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:70 Saturday 27 January 2024 01:22:18 +0000 (0:00:00.031) 0:02:03.708 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:22:18 +0000 (0:00:00.022) 0:02:03.731 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:22:18 +0000 (0:00:00.027) 0:02:03.758 ****** 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:22:18 +0000 (0:00:00.154) 0:02:03.913 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:22:17 UTC", "ActiveEnterTimestampMonotonic": "1766653944", "ActiveExitTimestamp": "Sat 2024-01-27 01:22:03 UTC", "ActiveExitTimestampMonotonic": "1752803298", "ActiveState": "active", "After": "system.slice -.mount basic.target network.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:22:17 UTC", "AssertTimestampMonotonic": "1766653327", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:22:17 UTC", "ConditionTimestampMonotonic": "1766653326", "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": "24348", "ExecMainStartTimestamp": "Sat 2024-01-27 01:22:17 UTC", "ExecMainStartTimestampMonotonic": "1766653888", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:22:17 UTC] ; stop_time=[n/a] ; pid=24348 ; 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:22:08 UTC", "InactiveEnterTimestampMonotonic": "1757587096", "InactiveExitTimestamp": "Sat 2024-01-27 01:22:17 UTC", "InactiveExitTimestampMonotonic": "1766653944", "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": "24348", "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": "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:22:17 UTC", "WatchdogTimestampMonotonic": "1766653924", "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:22:18 +0000 (0:00:00.236) 0:02:04.149 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004194", "end": "2024-01-27 01:22:18.862423", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:22:18.858229" } STDOUT: tcpport = 1433 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:22:18 +0000 (0:00:00.171) 0:02:04.321 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003309", "end": "2024-01-27 01:22:19.011763", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:22:19.008454" } 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:22:19 +0000 (0:00:00.149) 0:02:04.471 ****** 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:22:19 +0000 (0:00:00.036) 0:02:04.507 ****** ok: [sut] => { "changed": false, "elapsed": 2, "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": 7153, "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:22:21 +0000 (0:00:02.163) 0:02:06.671 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "127.0.0.1,1433", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.040587", "end": "2024-01-27 01:22:21.410701", "rc": 0, "start": "2024-01-27 01:22:21.370114" } 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:22:21 +0000 (0:00:00.207) 0:02:06.878 ****** 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:22:21 +0000 (0:00:00.036) 0:02:06.914 ****** 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:22:21 +0000 (0:00:00.023) 0:02:06.938 ****** 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:22:21 +0000 (0:00:00.021) 0:02:06.959 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:22:21 +0000 (0:00:00.020) 0:02:06.980 ****** 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:22:21 +0000 (0:00:00.021) 0:02:07.001 ****** 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:22:21 +0000 (0:00:00.100) 0:02:07.102 ****** 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:22:21 +0000 (0:00:00.033) 0:02:07.135 ****** 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:22:21 +0000 (0:00:00.024) 0:02:07.159 ****** 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:22:21 +0000 (0:00:00.021) 0:02:07.180 ****** 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:22:21 +0000 (0:00:00.020) 0:02:07.200 ****** 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:22:21 +0000 (0:00:00.019) 0:02:07.220 ****** 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:22:21 +0000 (0:00:00.019) 0:02:07.239 ****** 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:22:21 +0000 (0:00:00.021) 0:02:07.260 ****** 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:22:21 +0000 (0:00:00.022) 0:02:07.282 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change the TCP port setting.] ******************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_password.yml:47 Saturday 27 January 2024 01:22:21 +0000 (0:00:00.020) 0:02:07.303 ****** 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:22:22 +0000 (0:00:00.520) 0:02:07.824 ****** 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:22:22 +0000 (0:00:00.033) 0:02:07.857 ****** 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:22:22 +0000 (0:00:00.027) 0:02:07.885 ****** 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:22:22 +0000 (0:00:00.043) 0:02:07.928 ****** 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:22:22 +0000 (0:00:00.024) 0:02:07.953 ****** 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:22:22 +0000 (0:00:00.029) 0:02:07.982 ****** 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:22:22 +0000 (0:00:00.021) 0:02:08.003 ****** 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:22:22 +0000 (0:00:00.019) 0:02:08.023 ****** 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:22:22 +0000 (0:00:00.020) 0:02:08.044 ****** 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:22:22 +0000 (0:00:00.019) 0:02:08.063 ****** 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:22:22 +0000 (0:00:00.019) 0:02:08.083 ****** 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:22:22 +0000 (0:00:00.100) 0:02:08.184 ****** 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:22:22 +0000 (0:00:00.020) 0:02:08.205 ****** 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:22:22 +0000 (0:00:00.023) 0:02:08.228 ****** 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:22:22 +0000 (0:00:00.020) 0:02:08.248 ****** 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:22:22 +0000 (0:00:00.039) 0:02:08.288 ****** 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:22:22 +0000 (0:00:00.027) 0:02:08.316 ****** 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:22:22 +0000 (0:00:00.059) 0:02:08.375 ****** 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:22:22 +0000 (0:00:00.023) 0:02:08.399 ****** 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:22:23 +0000 (0:00:00.918) 0:02:09.317 ****** 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:22:23 +0000 (0:00:00.059) 0:02:09.376 ****** 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:22:23 +0000 (0:00:00.021) 0:02:09.398 ****** 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:22:23 +0000 (0:00:00.028) 0:02:09.426 ****** 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:22:24 +0000 (0:00:00.041) 0:02:09.467 ****** 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:22:24 +0000 (0:00:00.413) 0:02:09.880 ****** 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:22:24 +0000 (0:00:00.023) 0:02:09.904 ****** 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:22:24 +0000 (0:00:00.024) 0:02:09.928 ****** 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:22:24 +0000 (0:00:00.026) 0:02:09.955 ****** 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:22:24 +0000 (0:00:00.026) 0:02:09.981 ****** 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:22:24 +0000 (0:00:00.021) 0:02:10.003 ****** 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:22:24 +0000 (0:00:00.021) 0:02:10.024 ****** 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:22:24 +0000 (0:00:00.025) 0:02:10.050 ****** 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:22:24 +0000 (0:00:00.023) 0:02:10.074 ****** 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:22:24 +0000 (0:00:00.020) 0:02:10.094 ****** 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:22:24 +0000 (0:00:00.326) 0:02:10.421 ****** 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:22:25 +0000 (0:00:00.020) 0:02:10.441 ****** 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.004867", "end": "2024-01-27 01:22:25.114588", "rc": 0, "start": "2024-01-27 01:22:25.109721" } 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:22:25 +0000 (0:00:00.131) 0:02:10.572 ****** 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:22:25 +0000 (0:00:00.657) 0:02:11.230 ****** 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:22:25 +0000 (0:00:00.035) 0:02:11.265 ****** 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:22:25 +0000 (0:00:00.131) 0:02:11.397 ****** 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:22:25 +0000 (0:00:00.024) 0:02:11.421 ****** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "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:22:26 +0000 (0:00:00.029) 0:02:11.451 ****** 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:22:26 +0000 (0:00:00.023) 0:02:11.474 ****** 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:22:26 +0000 (0:00:00.329) 0:02:11.803 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 00:53:10 UTC", "ActiveEnterTimestampMonotonic": "19995836", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice network.target basic.target dbus.service systemd-journald.socket systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 00:53:09 UTC", "AssertTimestampMonotonic": "18556870", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ConditionTimestampMonotonic": "18556868", "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": "875", "ExecMainStartTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ExecMainStartTimestampMonotonic": "18557608", "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": "18557656", "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": "875", "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": "basic.target dbus.service polkit.service system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 00:53:10 UTC", "WatchdogTimestampMonotonic": "19995769", "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:22:26 +0000 (0:00:00.206) 0:02:12.009 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.089371", "end": "2024-01-27 01:22:26.775332", "rc": 0, "start": "2024-01-27 01:22:26.685961" } 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:22:26 +0000 (0:00:00.229) 0:02:12.239 ****** 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:22:26 +0000 (0:00:00.022) 0:02:12.262 ****** 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:22:26 +0000 (0:00:00.064) 0:02:12.326 ****** 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:22:26 +0000 (0:00:00.033) 0:02:12.360 ****** 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:22:27 +0000 (0:00:00.156) 0:02:12.516 ****** 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:22:27 +0000 (0:00:00.361) 0:02:12.878 ****** 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:22:27 +0000 (0:00:00.033) 0:02:12.912 ****** 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:22:27 +0000 (0:00:00.024) 0:02:12.936 ****** 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:22:27 +0000 (0:00:00.033) 0:02:12.969 ****** 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:22:27 +0000 (0:00:00.095) 0:02:13.064 ****** 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:22:27 +0000 (0:00:00.023) 0:02:13.088 ****** 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:22:27 +0000 (0:00:00.021) 0:02:13.109 ****** 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:22:27 +0000 (0:00:00.019) 0:02:13.129 ****** 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:22:27 +0000 (0:00:00.025) 0:02:13.155 ****** 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:22:27 +0000 (0:00:00.023) 0:02:13.179 ****** 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:22:27 +0000 (0:00:00.046) 0:02:13.225 ****** 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:22:27 +0000 (0:00:00.038) 0:02:13.264 ****** 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:22:27 +0000 (0:00:00.025) 0:02:13.289 ****** 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:22:27 +0000 (0:00:00.024) 0:02:13.313 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1432] ************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 27 January 2024 01:22:27 +0000 (0:00:00.027) 0:02:13.341 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1432] ******* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 27 January 2024 01:22:27 +0000 (0:00:00.022) 0:02:13.363 ****** 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:22:27 +0000 (0:00:00.034) 0:02:13.397 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003072", "end": "2024-01-27 01:22:28.074392", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:22:28.071320" } STDOUT: tcpport = 1433 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:22:28 +0000 (0:00:00.138) 0:02:13.535 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1432" ], "delta": "0:00:00.124109", "end": "2024-01-27 01:22:28.335399", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:22:28.211290" } 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:22:28 +0000 (0:00:00.279) 0:02:13.815 ****** 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:22:28 +0000 (0:00:00.021) 0:02:13.837 ****** 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:22:28 +0000 (0:00:00.022) 0:02:13.859 ****** 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:22:28 +0000 (0:00:00.127) 0:02:13.987 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:22:28 +0000 (0:00:00.025) 0:02:14.012 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:22:28 +0000 (0:00:00.023) 0:02:14.036 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:22:28 +0000 (0:00:00.021) 0:02:14.057 ****** 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:22:28 +0000 (0:00:00.020) 0:02:14.078 ****** 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:22:28 +0000 (0:00:00.020) 0:02:14.099 ****** 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:22:28 +0000 (0:00:00.020) 0:02:14.120 ****** 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:22:28 +0000 (0:00:00.020) 0:02:14.140 ****** 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:22:28 +0000 (0:00:00.021) 0:02:14.162 ****** 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:22:28 +0000 (0:00:00.021) 0:02:14.183 ****** 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:22:28 +0000 (0:00:00.023) 0:02:14.207 ****** 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:22:28 +0000 (0:00:00.020) 0:02:14.227 ****** 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:22:28 +0000 (0:00:00.020) 0:02:14.247 ****** 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:22:28 +0000 (0:00:00.020) 0:02:14.268 ****** 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:22:28 +0000 (0:00:00.018) 0:02:14.286 ****** 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:22:28 +0000 (0:00:00.020) 0:02:14.307 ****** 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:22:28 +0000 (0:00:00.019) 0:02:14.326 ****** 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:22:28 +0000 (0:00:00.019) 0:02:14.346 ****** 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:22:29 +0000 (0:00:00.146) 0:02:14.492 ****** 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:22:29 +0000 (0:00:00.030) 0:02:14.522 ****** 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:22:29 +0000 (0:00:00.031) 0:02:14.554 ****** 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:22:29 +0000 (0:00:00.024) 0:02:14.578 ****** 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:22:29 +0000 (0:00:00.025) 0:02:14.603 ****** 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:22:29 +0000 (0:00:00.026) 0:02:14.630 ****** 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:22:29 +0000 (0:00:00.059) 0:02:14.689 ****** 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:22:29 +0000 (0:00:00.025) 0:02:14.715 ****** 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:22:29 +0000 (0:00:00.023) 0:02:14.739 ****** 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:22:29 +0000 (0:00:00.038) 0:02:14.777 ****** 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:22:29 +0000 (0:00:00.029) 0:02:14.807 ****** 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:22:29 +0000 (0:00:00.028) 0:02:14.835 ****** 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:22:29 +0000 (0:00:00.026) 0:02:14.862 ****** 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:22:29 +0000 (0:00:00.021) 0:02:14.883 ****** 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:22:29 +0000 (0:00:00.039) 0:02:14.923 ****** 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:22:29 +0000 (0:00:00.034) 0:02:14.957 ****** 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:22:29 +0000 (0:00:00.029) 0:02:14.987 ****** 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:22:29 +0000 (0:00:00.028) 0:02:15.016 ****** 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:22:29 +0000 (0:00:00.025) 0:02:15.041 ****** 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:22:29 +0000 (0:00:00.144) 0:02:15.186 ****** 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:22:29 +0000 (0:00:00.030) 0:02:15.217 ****** 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:22:29 +0000 (0:00:00.034) 0:02:15.252 ****** 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:22:29 +0000 (0:00:00.024) 0:02:15.276 ****** 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:22:29 +0000 (0:00:00.066) 0:02:15.343 ****** 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:22:29 +0000 (0:00:00.061) 0:02:15.404 ****** 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:22:29 +0000 (0:00:00.027) 0:02:15.432 ****** 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:22:30 +0000 (0:00:00.051) 0:02:15.484 ****** 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:22:30 +0000 (0:00:00.087) 0:02:15.572 ****** 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:22:30 +0000 (0:00:00.024) 0:02:15.596 ****** 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:22:30 +0000 (0:00:00.039) 0:02:15.636 ****** 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:22:30 +0000 (0:00:00.024) 0:02:15.660 ****** 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:22:30 +0000 (0:00:00.041) 0:02:15.702 ****** 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:22:30 +0000 (0:00:00.021) 0:02:15.723 ****** 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:22:30 +0000 (0:00:00.030) 0:02:15.753 ****** 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:22:30 +0000 (0:00:00.027) 0:02:15.781 ****** 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:22:30 +0000 (0:00:00.039) 0:02:15.820 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 27 January 2024 01:22:30 +0000 (0:00:00.033) 0:02:15.853 ****** 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:22:30 +0000 (0:00:00.061) 0:02:15.915 ****** 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:22:30 +0000 (0:00:00.231) 0:02:16.146 ****** 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:22:30 +0000 (0:00:00.024) 0:02:16.171 ****** 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:22:30 +0000 (0:00:00.024) 0:02:16.195 ****** 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:22:30 +0000 (0:00:00.032) 0:02:16.228 ****** 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:22:30 +0000 (0:00:00.023) 0:02:16.252 ****** 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:22:30 +0000 (0:00:00.042) 0:02:16.294 ****** 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:22:30 +0000 (0:00:00.043) 0:02:16.337 ****** 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:22:30 +0000 (0:00:00.061) 0:02:16.399 ****** 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:22:31 +0000 (0:00:00.048) 0:02:16.448 ****** 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:22:31 +0000 (0:00:00.211) 0:02:16.660 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:22:17 UTC", "ActiveEnterTimestampMonotonic": "1766653944", "ActiveExitTimestamp": "Sat 2024-01-27 01:22:03 UTC", "ActiveExitTimestampMonotonic": "1752803298", "ActiveState": "active", "After": "system.slice -.mount basic.target network.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:22:17 UTC", "AssertTimestampMonotonic": "1766653327", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:22:17 UTC", "ConditionTimestampMonotonic": "1766653326", "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": "24348", "ExecMainStartTimestamp": "Sat 2024-01-27 01:22:17 UTC", "ExecMainStartTimestampMonotonic": "1766653888", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:22:17 UTC] ; stop_time=[n/a] ; pid=24348 ; 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:22:08 UTC", "InactiveEnterTimestampMonotonic": "1757587096", "InactiveExitTimestamp": "Sat 2024-01-27 01:22:17 UTC", "InactiveExitTimestampMonotonic": "1766653944", "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": "24348", "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": "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:22:17 UTC", "WatchdogTimestampMonotonic": "1766653924", "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:22:31 +0000 (0:00:00.532) 0:02:17.192 ****** 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:22:31 +0000 (0:00:00.023) 0:02:17.215 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change the password with a custom TCP port and IP address. Should report Changed.] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_password.yml:53 Saturday 27 January 2024 01:22:31 +0000 (0:00:00.024) 0:02:17.240 ****** 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:22:32 +0000 (0:00:00.615) 0:02:17.855 ****** 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:22:32 +0000 (0:00:00.087) 0:02:17.943 ****** 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:22:32 +0000 (0:00:00.066) 0:02:18.009 ****** 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:22:32 +0000 (0:00:00.053) 0:02:18.063 ****** 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:22:32 +0000 (0:00:00.053) 0:02:18.116 ****** 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:22:32 +0000 (0:00:00.037) 0:02:18.154 ****** 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:22:32 +0000 (0:00:00.188) 0:02:18.343 ****** 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:22:32 +0000 (0:00:00.044) 0:02:18.387 ****** 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:22:32 +0000 (0:00:00.033) 0:02:18.420 ****** 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:22:33 +0000 (0:00:00.069) 0:02:18.490 ****** 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:22:33 +0000 (0:00:00.028) 0:02:18.519 ****** 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:22:33 +0000 (0:00:00.033) 0:02:18.552 ****** 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:22:33 +0000 (0:00:00.024) 0:02:18.577 ****** 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:22:33 +0000 (0:00:00.062) 0:02:18.639 ****** 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:22:33 +0000 (0:00:00.038) 0:02:18.678 ****** 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:22:33 +0000 (0:00:00.060) 0:02:18.739 ****** 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:22:33 +0000 (0:00:00.039) 0:02:18.779 ****** 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:22:33 +0000 (0:00:00.028) 0:02:18.807 ****** 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:22:33 +0000 (0:00:00.038) 0:02:18.846 ****** 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:22:34 +0000 (0:00:01.377) 0:02:20.224 ****** 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:22:34 +0000 (0:00:00.108) 0:02:20.332 ****** 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:22:35 +0000 (0:00:00.260) 0:02:20.593 ****** 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:22:35 +0000 (0:00:00.044) 0:02:20.637 ****** 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:22:35 +0000 (0:00:00.042) 0:02:20.680 ****** 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:22:35 +0000 (0:00:00.401) 0:02:21.081 ****** 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:22:35 +0000 (0:00:00.087) 0:02:21.169 ****** 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:22:35 +0000 (0:00:00.049) 0:02:21.219 ****** 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:22:35 +0000 (0:00:00.053) 0:02:21.272 ****** 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:22:35 +0000 (0:00:00.047) 0:02:21.320 ****** 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:22:35 +0000 (0:00:00.024) 0:02:21.344 ****** 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:22:35 +0000 (0:00:00.042) 0:02:21.387 ****** 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:22:36 +0000 (0:00:00.050) 0:02:21.438 ****** 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:22:36 +0000 (0:00:00.036) 0:02:21.474 ****** 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:22:36 +0000 (0:00:00.058) 0:02:21.532 ****** 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:22:36 +0000 (0:00:00.413) 0:02:21.945 ****** 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:22:36 +0000 (0:00:00.046) 0:02:21.991 ****** 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.004683", "end": "2024-01-27 01:22:36.711126", "rc": 0, "start": "2024-01-27 01:22:36.706443" } 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:22:36 +0000 (0:00:00.192) 0:02:22.184 ****** 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:22:37 +0000 (0:00:00.672) 0:02:22.856 ****** 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:22:37 +0000 (0:00:00.172) 0:02:23.029 ****** 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:22:37 +0000 (0:00:00.033) 0:02:23.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 [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:22:37 +0000 (0:00:00.055) 0:02:23.118 ****** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "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:22:37 +0000 (0:00:00.039) 0:02:23.158 ****** 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:22:37 +0000 (0:00:00.036) 0:02:23.195 ****** 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:22:38 +0000 (0:00:00.363) 0:02:23.558 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 00:53:10 UTC", "ActiveEnterTimestampMonotonic": "19995836", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice network.target basic.target dbus.service systemd-journald.socket systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 00:53:09 UTC", "AssertTimestampMonotonic": "18556870", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ConditionTimestampMonotonic": "18556868", "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": "875", "ExecMainStartTimestamp": "Sat 2024-01-27 00:53:09 UTC", "ExecMainStartTimestampMonotonic": "18557608", "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": "18557656", "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": "875", "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": "basic.target dbus.service polkit.service system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 00:53:10 UTC", "WatchdogTimestampMonotonic": "19995769", "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:22:38 +0000 (0:00:00.245) 0:02:23.804 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.090519", "end": "2024-01-27 01:22:38.591038", "rc": 0, "start": "2024-01-27 01:22:38.500519" } 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:22:38 +0000 (0:00:00.270) 0:02:24.074 ****** 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:22:38 +0000 (0:00:00.055) 0:02:24.130 ****** 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:22:38 +0000 (0:00:00.050) 0:02:24.181 ****** 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:22:38 +0000 (0:00:00.052) 0:02:24.233 ****** 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:22:38 +0000 (0:00:00.171) 0:02:24.404 ****** 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:22:39 +0000 (0:00:00.383) 0:02:24.787 ****** 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:22:39 +0000 (0:00:00.074) 0:02:24.862 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:22:31 UTC", "ActiveEnterTimestampMonotonic": "1780738112", "ActiveExitTimestamp": "Sat 2024-01-27 01:22:31 UTC", "ActiveExitTimestampMonotonic": "1780492795", "ActiveState": "active", "After": "system.slice -.mount basic.target network.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:22:31 UTC", "AssertTimestampMonotonic": "1780737502", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:22:31 UTC", "ConditionTimestampMonotonic": "1780737501", "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": "24872", "ExecMainStartTimestamp": "Sat 2024-01-27 01:22:31 UTC", "ExecMainStartTimestampMonotonic": "1780738034", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:22:31 UTC] ; stop_time=[n/a] ; pid=24872 ; 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:22:31 UTC", "InactiveEnterTimestampMonotonic": "1780736553", "InactiveExitTimestamp": "Sat 2024-01-27 01:22:31 UTC", "InactiveExitTimestampMonotonic": "1780738112", "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": "24872", "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": "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:22:31 UTC", "WatchdogTimestampMonotonic": "1780738090", "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:22:39 +0000 (0:00:00.276) 0:02:25.139 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002791", "end": "2024-01-27 01:22:39.841371", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:22:39.838580" } STDOUT: tcpport = 1432 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:22:39 +0000 (0:00:00.175) 0:02:25.314 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002925", "end": "2024-01-27 01:22:40.061482", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:22:40.058557" } 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:22:40 +0000 (0:00:00.352) 0:02:25.667 ****** 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:22:40 +0000 (0:00:00.050) 0:02:25.718 ****** 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": 6828, "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:22:41 +0000 (0:00:01.154) 0:02:26.873 ****** 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:22:41 +0000 (0:00:00.174) 0:02:27.047 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:22:31 UTC", "ActiveEnterTimestampMonotonic": "1780738112", "ActiveExitTimestamp": "Sat 2024-01-27 01:22:31 UTC", "ActiveExitTimestampMonotonic": "1780492795", "ActiveState": "active", "After": "system.slice -.mount basic.target network.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:22:31 UTC", "AssertTimestampMonotonic": "1780737502", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:22:31 UTC", "ConditionTimestampMonotonic": "1780737501", "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": "24872", "ExecMainStartTimestamp": "Sat 2024-01-27 01:22:31 UTC", "ExecMainStartTimestampMonotonic": "1780738034", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:22:31 UTC] ; stop_time=[n/a] ; pid=24872 ; 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:22:31 UTC", "InactiveEnterTimestampMonotonic": "1780736553", "InactiveExitTimestamp": "Sat 2024-01-27 01:22:31 UTC", "InactiveExitTimestampMonotonic": "1780738112", "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": "24872", "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": "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:22:31 UTC", "WatchdogTimestampMonotonic": "1780738090", "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:22:45 +0000 (0:00:04.359) 0:02:31.406 ****** 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:22:46 +0000 (0:00:00.942) 0:02:32.349 ****** 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:22:51 +0000 (0:00:04.131) 0:02:36.480 ****** 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:22:51 +0000 (0:00:00.039) 0:02:36.520 ****** 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:22:51 +0000 (0:00:00.032) 0:02:36.553 ****** 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:22:51 +0000 (0:00:00.031) 0:02:36.584 ****** 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:22:51 +0000 (0:00:00.035) 0:02:36.620 ****** 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:22:51 +0000 (0:00:00.028) 0:02:36.649 ****** 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:22:51 +0000 (0:00:00.030) 0:02:36.680 ****** 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:22:51 +0000 (0:00:00.030) 0:02:36.711 ****** 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:22:51 +0000 (0:00:00.036) 0:02:36.747 ****** 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:22:51 +0000 (0:00:00.067) 0:02:36.815 ****** 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:22:51 +0000 (0:00:00.277) 0:02:37.092 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002779", "end": "2024-01-27 01:22:51.782764", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:22:51.779985" } STDOUT: tcpport = 1432 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:22:51 +0000 (0:00:00.193) 0:02:37.286 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.123983", "end": "2024-01-27 01:22:52.152168", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:22:52.028185" } 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:22:52 +0000 (0:00:00.353) 0:02:37.639 ****** 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:22:52 +0000 (0:00:00.042) 0:02:37.682 ****** 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:22:52 +0000 (0:00:00.151) 0:02:37.833 ****** 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:22:52 +0000 (0:00:00.066) 0:02:37.900 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:22:52 +0000 (0:00:00.106) 0:02:38.007 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:22:52 +0000 (0:00:00.093) 0:02:38.100 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:22:52 +0000 (0:00:00.034) 0:02:38.135 ****** 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:22:52 +0000 (0:00:00.038) 0:02:38.174 ****** 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:22:52 +0000 (0:00:00.040) 0:02:38.214 ****** 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:22:52 +0000 (0:00:00.064) 0:02:38.279 ****** 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:22:52 +0000 (0:00:00.044) 0:02:38.323 ****** 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:22:52 +0000 (0:00:00.021) 0:02:38.345 ****** 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:22:52 +0000 (0:00:00.039) 0:02:38.384 ****** 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:22:52 +0000 (0:00:00.039) 0:02:38.424 ****** 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:22:53 +0000 (0:00:00.032) 0:02:38.457 ****** 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:22:53 +0000 (0:00:00.154) 0:02:38.611 ****** 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:22:53 +0000 (0:00:00.060) 0:02:38.672 ****** 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:22:53 +0000 (0:00:00.053) 0:02:38.725 ****** 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:22:53 +0000 (0:00:00.032) 0:02:38.758 ****** 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:22:53 +0000 (0:00:00.024) 0:02:38.783 ****** 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:22:53 +0000 (0:00:00.032) 0:02:38.815 ****** 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:22:53 +0000 (0:00:00.039) 0:02:38.855 ****** 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:22:53 +0000 (0:00:00.041) 0:02:38.896 ****** 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:22:53 +0000 (0:00:00.069) 0:02:38.965 ****** 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:22:53 +0000 (0:00:00.029) 0:02:38.995 ****** 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:22:53 +0000 (0:00:00.040) 0:02:39.036 ****** 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:22:53 +0000 (0:00:00.060) 0:02:39.096 ****** 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:22:53 +0000 (0:00:00.027) 0:02:39.123 ****** 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:22:53 +0000 (0:00:00.039) 0:02:39.163 ****** 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:22:53 +0000 (0:00:00.031) 0:02:39.195 ****** 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:22:53 +0000 (0:00:00.046) 0:02:39.242 ****** 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:22:53 +0000 (0:00:00.061) 0:02:39.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:22:53 +0000 (0:00:00.042) 0:02:39.346 ****** 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:22:53 +0000 (0:00:00.035) 0:02:39.381 ****** 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:22:54 +0000 (0:00:00.202) 0:02:39.583 ****** 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:22:54 +0000 (0:00:00.030) 0:02:39.614 ****** 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:22:54 +0000 (0:00:00.035) 0:02:39.649 ****** 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:22:54 +0000 (0:00:00.065) 0:02:39.714 ****** 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:22:54 +0000 (0:00:00.032) 0:02:39.747 ****** 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:22:54 +0000 (0:00:00.051) 0:02:39.798 ****** 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:22:54 +0000 (0:00:00.027) 0:02:39.825 ****** 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:22:54 +0000 (0:00:00.049) 0:02:39.875 ****** 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:22:54 +0000 (0:00:00.031) 0:02:39.906 ****** 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:22:54 +0000 (0:00:00.042) 0:02:39.948 ****** 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:22:54 +0000 (0:00:00.052) 0:02:40.000 ****** 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:22:54 +0000 (0:00:00.025) 0:02:40.026 ****** 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:22:54 +0000 (0:00:00.033) 0:02:40.059 ****** 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:22:54 +0000 (0:00:00.047) 0:02:40.107 ****** 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:22:54 +0000 (0:00:00.025) 0:02:40.133 ****** 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:22:54 +0000 (0:00:00.024) 0:02:40.157 ****** 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:22:54 +0000 (0:00:00.059) 0:02:40.217 ****** 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:22:54 +0000 (0:00:00.099) 0:02:40.316 ****** 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:22:55 +0000 (0:00:00.250) 0:02:40.567 ****** 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:22:55 +0000 (0:00:00.048) 0:02:40.615 ****** 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:22:55 +0000 (0:00:00.038) 0:02:40.654 ****** 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:22:55 +0000 (0:00:00.076) 0:02:40.731 ****** 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:22:55 +0000 (0:00:00.065) 0:02:40.796 ****** 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:22:55 +0000 (0:00:00.088) 0:02:40.885 ****** 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:22:55 +0000 (0:00:00.071) 0:02:40.957 ****** 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:22:55 +0000 (0:00:00.041) 0:02:40.999 ****** 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:22:55 +0000 (0:00:00.024) 0:02:41.024 ****** 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:22:55 +0000 (0:00:00.039) 0:02:41.063 ****** 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:22:55 +0000 (0:00:00.099) 0:02:41.163 ****** 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:22:55 +0000 (0:00:00.061) 0:02:41.224 ****** 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:22:55 +0000 (0:00:00.042) 0:02:41.267 ****** 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:22:55 +0000 (0:00:00.048) 0:02:41.315 ****** 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:22:55 +0000 (0:00:00.039) 0:02:41.355 ****** 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:22:55 +0000 (0:00:00.037) 0:02:41.393 ****** 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:22:56 +0000 (0:00:00.212) 0:02:41.606 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:22:31 UTC", "ActiveEnterTimestampMonotonic": "1780738112", "ActiveExitTimestamp": "Sat 2024-01-27 01:22:41 UTC", "ActiveExitTimestampMonotonic": "1790813266", "ActiveState": "inactive", "After": "system.slice -.mount basic.target network.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:22:31 UTC", "AssertTimestampMonotonic": "1780737502", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:22:31 UTC", "ConditionTimestampMonotonic": "1780737501", "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:22:45 UTC", "ExecMainExitTimestampMonotonic": "1794934219", "ExecMainPID": "24872", "ExecMainStartTimestamp": "Sat 2024-01-27 01:22:31 UTC", "ExecMainStartTimestampMonotonic": "1780738034", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:22:31 UTC] ; stop_time=[Sat 2024-01-27 01:22:45 UTC] ; pid=24872 ; 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:22:45 UTC", "InactiveEnterTimestampMonotonic": "1794934313", "InactiveExitTimestamp": "Sat 2024-01-27 01:22:31 UTC", "InactiveExitTimestampMonotonic": "1780738112", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.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": "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:22:56 +0000 (0:00:00.310) 0:02:41.916 ****** 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:22:56 +0000 (0:00:00.026) 0:02:41.943 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_password.yml:61 Saturday 27 January 2024 01:22:56 +0000 (0:00:00.042) 0:02:41.985 ****** 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:22:56 +0000 (0:00:00.444) 0:02:42.430 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:22:57 +0000 (0:00:00.034) 0:02:42.465 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:35 Saturday 27 January 2024 01:22:57 +0000 (0:00:00.021) 0:02:42.486 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:39 Saturday 27 January 2024 01:22:57 +0000 (0:00:00.022) 0:02:42.508 ****** 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:22:57 +0000 (0:00:00.038) 0:02:42.547 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:22:57 +0000 (0:00:00.022) 0:02:42.569 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:70 Saturday 27 January 2024 01:22:57 +0000 (0:00:00.048) 0:02:42.618 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:22:57 +0000 (0:00:00.057) 0:02:42.676 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:22:57 +0000 (0:00:00.044) 0:02:42.720 ****** 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:22:57 +0000 (0:00:00.292) 0:02:43.013 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:22:56 UTC", "ActiveEnterTimestampMonotonic": "1805448976", "ActiveExitTimestamp": "Sat 2024-01-27 01:22:41 UTC", "ActiveExitTimestampMonotonic": "1790813266", "ActiveState": "active", "After": "system.slice -.mount basic.target network.target auditd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:22:56 UTC", "AssertTimestampMonotonic": "1805448381", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:22:56 UTC", "ConditionTimestampMonotonic": "1805448379", "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": "25628", "ExecMainStartTimestamp": "Sat 2024-01-27 01:22:56 UTC", "ExecMainStartTimestampMonotonic": "1805448920", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:22:56 UTC] ; stop_time=[n/a] ; pid=25628 ; 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:22:45 UTC", "InactiveEnterTimestampMonotonic": "1794934313", "InactiveExitTimestamp": "Sat 2024-01-27 01:22:56 UTC", "InactiveExitTimestampMonotonic": "1805448976", "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": "25628", "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": "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:22:56 UTC", "WatchdogTimestampMonotonic": "1805448955", "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:22:57 +0000 (0:00:00.307) 0:02:43.320 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003867", "end": "2024-01-27 01:22:58.099747", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:22:58.095880" } STDOUT: tcpport = 1433 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:22:58 +0000 (0:00:00.250) 0:02:43.571 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.005563", "end": "2024-01-27 01:22:58.299590", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:22:58.294027" } 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:22:58 +0000 (0:00:00.209) 0:02:43.780 ****** 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:22:58 +0000 (0:00:00.031) 0:02:43.812 ****** ok: [sut] => { "changed": false, "elapsed": 2, "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": 7624, "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:23:00 +0000 (0:00:02.170) 0:02:45.982 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "127.0.0.1,1433", "-U", "sa", "-P", "p@55w0rD11", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.026929", "end": "2024-01-27 01:23:00.740806", "rc": 0, "start": "2024-01-27 01:23:00.713877" } 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:23:00 +0000 (0:00:00.233) 0:02:46.215 ****** 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:23:00 +0000 (0:00:00.104) 0:02:46.320 ****** 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:23:00 +0000 (0:00:00.068) 0:02:46.389 ****** 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:23:01 +0000 (0:00:00.055) 0:02:46.444 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } 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:23:01 +0000 (0:00:00.074) 0:02:46.519 ****** 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:23:01 +0000 (0:00:00.047) 0:02:46.566 ****** 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:23:01 +0000 (0:00:00.036) 0:02:46.602 ****** 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:23:01 +0000 (0:00:00.091) 0:02:46.694 ****** 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:23:01 +0000 (0:00:00.033) 0:02:46.727 ****** 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:23:01 +0000 (0:00:00.082) 0:02:46.810 ****** 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:23:01 +0000 (0:00:00.125) 0:02:46.936 ****** 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:23:01 +0000 (0:00:00.046) 0:02:46.982 ****** 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:23:01 +0000 (0:00:00.071) 0:02:47.053 ****** 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:23:01 +0000 (0:00:00.068) 0:02:47.122 ****** 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:23:01 +0000 (0:00:00.200) 0:02:47.323 ****** 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_password.yml:66 Saturday 27 January 2024 01:23:01 +0000 (0:00:00.038) 0:02:47.362 ****** 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:23:02 +0000 (0:00:00.399) 0:02:47.761 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002930", "end": "2024-01-27 01:23:02.521211", "rc": 0, "start": "2024-01-27 01:23:02.518281" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = false [EULA] accepteula = Y [network] tcpport = 1433 ipaddress = 127.0.0.1 TASK [Clean up after the role invocation] ************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tests_password_2019.yml:17 Saturday 27 January 2024 01:23:02 +0000 (0:00:00.228) 0:02:47.990 ****** 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:23:02 +0000 (0:00:00.043) 0:02:48.033 ****** 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:23:03 +0000 (0:00:00.977) 0:02:49.011 ****** 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:23:03 +0000 (0:00:00.040) 0:02:49.051 ****** 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:23:03 +0000 (0:00:00.257) 0:02:49.309 ****** 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:23:03 +0000 (0:00:00.110) 0:02:49.420 ****** 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:23:04 +0000 (0:00:00.065) 0:02:49.486 ****** 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:23:04 +0000 (0:00:00.032) 0:02:49.518 ****** 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:23:04 +0000 (0:00:00.234) 0:02:49.753 ****** 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:23:04 +0000 (0:00:00.025) 0:02:49.779 ****** 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:23:04 +0000 (0:00:00.341) 0:02:50.121 ****** 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:23:04 +0000 (0:00:00.039) 0:02:50.160 ****** 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:23:04 +0000 (0:00:00.030) 0:02:50.190 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:13:07 UTC", "ActiveEnterTimestampMonotonic": "1216157923", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service polkit.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:13:06 UTC", "AssertTimestampMonotonic": "1215042439", "Before": "network-pre.target shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:13:06 UTC", "ConditionTimestampMonotonic": "1215042438", "Conflicts": "ip6tables.service iptables.service shutdown.target ebtables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11930", "ExecMainStartTimestamp": "Sat 2024-01-27 01:13:06 UTC", "ExecMainStartTimestampMonotonic": "1215045877", "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:13:06 UTC", "InactiveExitTimestampMonotonic": "1215045921", "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": "11930", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "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:13:07 UTC", "WatchdogTimestampMonotonic": "1216157684", "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:23:04 +0000 (0:00:00.209) 0:02:50.400 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:13:07 UTC", "ActiveEnterTimestampMonotonic": "1216157923", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service polkit.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:13:06 UTC", "AssertTimestampMonotonic": "1215042439", "Before": "network-pre.target shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:13:06 UTC", "ConditionTimestampMonotonic": "1215042438", "Conflicts": "ip6tables.service iptables.service shutdown.target ebtables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11930", "ExecMainStartTimestamp": "Sat 2024-01-27 01:13:06 UTC", "ExecMainStartTimestampMonotonic": "1215045877", "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:13:06 UTC", "InactiveExitTimestampMonotonic": "1215045921", "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": "11930", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "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:13:07 UTC", "WatchdogTimestampMonotonic": "1216157684", "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:23:05 +0000 (0:00:00.235) 0:02:50.635 ****** 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:23:05 +0000 (0:00:00.062) 0:02:50.698 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.43.56 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:23:05 +0000 (0:00:00.483) 0:02:51.181 ****** 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:23:05 +0000 (0:00:00.051) 0:02:51.233 ****** 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:23:05 +0000 (0:00:00.035) 0:02:51.268 ****** 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:23:05 +0000 (0:00:00.054) 0:02:51.322 ****** 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:23:06 +0000 (0:00:00.184) 0:02:51.507 ****** 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:23:06 +0000 (0:00:00.062) 0:02:51.570 ****** 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:23:06 +0000 (0:00:00.049) 0:02:51.619 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.43.56 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:23:06 +0000 (0:00:00.344) 0:02:51.964 ****** 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:23:06 +0000 (0:00:00.050) 0:02:52.014 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/cleanup.yml:27 Saturday 27 January 2024 01:23:06 +0000 (0:00:00.052) 0:02:52.067 ****** 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:23:06 +0000 (0:00:00.025) 0:02:52.093 ****** 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:23:06 +0000 (0:00:00.027) 0:02:52.120 ****** 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:23:07 +0000 (0:00:00.327) 0:02:52.447 ****** 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:23:10 +0000 (0:00:03.888) 0:02:56.336 ****** 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.009587", "end": "2024-01-27 01:23:11.036535", "rc": 0, "start": "2024-01-27 01:23:11.026948" } STDOUT: removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507920952370000.xel’ removed ‘/var/opt/mssql/log/errorlog.7’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507921401760000.xel’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/log_9.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507921544350000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133507921548780000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507921169810000.xel’ removed ‘/var/opt/mssql/log/log_7.trc’ removed ‘/var/opt/mssql/log/errorlog.8’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507921696620000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133507921700880000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133507921032510000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507920683450000.xel’ removed ‘/var/opt/mssql/log/errorlog.5’ removed ‘/var/opt/mssql/log/log_6.trc’ removed ‘/var/opt/mssql/log/mssql-conf/mssql-conf.log’ removed directory: ‘/var/opt/mssql/log/mssql-conf’ removed ‘/var/opt/mssql/log/system_health_0_133507921174290000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133507921795070000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133507920690530000.xel’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/system_health_0_133507921406230000.xel’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507921028050000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507921322910000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507921790390000.xel’ removed ‘/var/opt/mssql/log/errorlog.9’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507920731860000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133507920956670000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133507920782370000.xel’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/errorlog.10’ removed ‘/var/opt/mssql/log/log_8.trc’ removed ‘/var/opt/mssql/log/system_health_0_133507921326140000.xel’ 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/d282e420-738c-41ab-a958-0bedf124789a’ 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/mssql.conf’ removed directory: ‘/var/opt/mssql’ 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 ‘/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:23:11 +0000 (0:00:00.235) 0:02:56.572 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.597935", "end": "2024-01-27 01:23:11.861244", "rc": 0, "start": "2024-01-27 01:23:11.263309" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=216 changed=29 unreachable=0 failed=0 skipped=764 rescued=0 ignored=3 Saturday 27 January 2024 01:23:11 +0000 (0:00:00.769) 0:02:57.342 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 43.90s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Change the password of sa user --------------- 8.29s /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 --- 6.03s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Set up MSSQL --------------------------------- 5.97s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Ensure that the mssql-server service is stopped --- 5.10s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 linux-system-roles.mssql : Ensure that the mssql-server service is stopped --- 4.99s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 linux-system-roles.mssql : Change the password of sa user --------------- 4.08s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Remove related packages ------------------------------------------------- 3.89s /WORKDIR/git-weekly-cijcue11hy/tests/tasks/cleanup.yml:45 --------------------- linux-system-roles.mssql : Gather package facts ------------------------- 2.51s /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 --- 2.39s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Wait for mssql-server to prepare for client connections ----------------- 2.19s /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 2.17s /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 2.16s /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Gather package facts ------------------------- 1.90s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 linux-system-roles.mssql : Gather system services facts ----------------- 1.35s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 linux-system-roles.mssql : Gather package facts ------------------------- 1.30s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 linux-system-roles.mssql : Gather package facts ------------------------- 1.25s /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.20s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Gather package facts ---------------------------------------------------- 0.98s /WORKDIR/git-weekly-cijcue11hy/tests/tasks/cleanup.yml:2 ---------------------- linux-system-roles.mssql : Gather system services facts ----------------- 0.95s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the file module with state=absent rather than running 'rm'. If you need to use command because file is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---