# 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_tls_2019.yml *************************************************** 2 plays in /WORKDIR/git-weekly-cijcue11hy/tests/tests_tls_2019.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tests_tls_2019.yml:4 Saturday 27 January 2024 01:23:29 +0000 (0:00:00.022) 0:00:00.022 ****** ok: [sut] => { "ansible_facts": { "mssql_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n66336361663164656232326461653662643537386337346563613939356466313835383235313234\n3634333565616161316639666662613564353237653663610a616639306439653033386664303839\n30663030636161326137656235636230356162373234386461363632353863393161353035316162\n3664353366373231360a343334326337353861366233656330363634353164316434616561333161\n3234\n" } }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cijcue11hy/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Ensure that tls encryption configuration works] ************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tests_tls_2019.yml:9 Saturday 27 January 2024 01:23:29 +0000 (0:00:00.025) 0:00:00.048 ****** ok: [sut] META: ran handlers TASK [Run tests_tls with SQL Server 2019] ************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tests_tls_2019.yml:23 Saturday 27 January 2024 01:23:30 +0000 (0:00:00.703) 0:00:00.751 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.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_tls.yml:2 Saturday 27 January 2024 01:23:30 +0000 (0:00:00.070) 0:00:00.822 ****** 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:23:30 +0000 (0:00:00.022) 0:00:00.844 ****** 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:23:30 +0000 (0:00:00.275) 0:00:01.119 ****** 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:23:30 +0000 (0:00:00.016) 0:00:01.136 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure the openssl package] ********************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:5 Saturday 27 January 2024 01:23:31 +0000 (0:00:00.015) 0:00:01.151 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "1:openssl-1.0.2k-26.el7_9.x86_64 providing openssl is already installed" ] } lsrpackages: openssl TASK [Create a tempfile for a certificate on hosts] **************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:11 Saturday 27 January 2024 01:23:31 +0000 (0:00:00.483) 0:00:01.635 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.q_jh_o", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Create a tempfile for a private key on hosts] **************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:17 Saturday 27 January 2024 01:23:31 +0000 (0:00:00.226) 0:00:01.862 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.G66c10", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Generate a self-signed certificate and public key] *********************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:23 Saturday 27 January 2024 01:23:31 +0000 (0:00:00.170) 0:00:02.032 ****** changed: [sut] => { "changed": true, "cmd": [ "openssl", "req", "-x509", "-nodes", "-newkey", "rsa:2048", "-subj", "/CN=10.31.43.53", "-out", "/tmp/ansible.q_jh_o", "-keyout", "/tmp/ansible.G66c10", "-days", "365" ], "delta": "0:00:00.110995", "end": "2024-01-27 01:23:32.194911", "rc": 0, "start": "2024-01-27 01:23:32.083916" } STDERR: Generating a 2048 bit RSA private key ............................+++ ............................+++ writing new private key to '/tmp/ansible.G66c10' ----- TASK [Copy certificate files to local tmp] ************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:32 Saturday 27 January 2024 01:23:32 +0000 (0:00:00.337) 0:00:02.370 ****** changed: [sut] => (item=/tmp/ansible.q_jh_o) => { "ansible_loop_var": "item", "changed": true, "checksum": "eecc597db679f31bf5631f0a50c6e25e5f216d93", "dest": "/tmp/ansible.q_jh_o", "item": "/tmp/ansible.q_jh_o", "md5sum": "a4a41ae1c4931d689a273c69b055c8b0", "remote_checksum": "eecc597db679f31bf5631f0a50c6e25e5f216d93", "remote_md5sum": null } changed: [sut] => (item=/tmp/ansible.G66c10) => { "ansible_loop_var": "item", "changed": true, "checksum": "8d0410098499d17352b0c3b0f6cdfa9f38e465b8", "dest": "/tmp/ansible.G66c10", "item": "/tmp/ansible.G66c10", "md5sum": "9fd24300782070db3ef9960123505c66", "remote_checksum": "8d0410098499d17352b0c3b0f6cdfa9f38e465b8", "remote_md5sum": null } TASK [Copy a private key to the playbook directory to test a relative path] **** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:44 Saturday 27 January 2024 01:23:32 +0000 (0:00:00.597) 0:00:02.967 ****** changed: [sut -> localhost] => { "changed": true, "checksum": "8d0410098499d17352b0c3b0f6cdfa9f38e465b8", "dest": "./ansible.G66c10", "gid": 1001, "group": "jenkins", "md5sum": "9fd24300782070db3ef9960123505c66", "mode": "0600", "owner": "jenkins", "size": 1704, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1706318612.8482172-21481-89962565789098/source", "state": "file", "uid": 1000090000 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:52 Saturday 27 January 2024 01:23:33 +0000 (0:00:00.397) 0:00:03.365 ****** ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.q_jh_o", "mssql_tls_private_key": "ansible.G66c10" }, "changed": false } TASK [Run role] **************************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:59 Saturday 27 January 2024 01:23:33 +0000 (0:00:00.022) 0:00:03.388 ****** 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:23:33 +0000 (0:00:00.174) 0:00:03.563 ****** 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:23:33 +0000 (0:00:00.013) 0:00:03.576 ****** 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:23:33 +0000 (0:00:00.015) 0:00:03.592 ****** 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:23:33 +0000 (0:00:00.073) 0:00:03.665 ****** 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:23:33 +0000 (0:00:00.018) 0:00:03.683 ****** 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:23:33 +0000 (0:00:00.029) 0:00:03.713 ****** 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:23:33 +0000 (0:00:00.021) 0:00:03.735 ****** 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:23:33 +0000 (0:00:00.027) 0:00:03.762 ****** 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:23:33 +0000 (0:00:00.036) 0:00:03.799 ****** 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:23:33 +0000 (0:00:00.018) 0:00:03.817 ****** 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:23:33 +0000 (0:00:00.009) 0:00:03.827 ****** 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:23:33 +0000 (0:00:00.025) 0:00:03.853 ****** 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:23:33 +0000 (0:00:00.036) 0:00:03.889 ****** 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:23:33 +0000 (0:00:00.036) 0:00:03.925 ****** 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:23:33 +0000 (0:00:00.013) 0:00:03.939 ****** 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:23:33 +0000 (0:00:00.043) 0:00:03.983 ****** 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:23:33 +0000 (0:00:00.039) 0:00:04.023 ****** 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:23:33 +0000 (0:00:00.022) 0:00:04.045 ****** 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:23:33 +0000 (0:00:00.037) 0:00:04.083 ****** 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:23:35 +0000 (0:00:01.160) 0:00:05.244 ****** 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:23:35 +0000 (0:00:00.039) 0:00:05.283 ****** 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:23:35 +0000 (0:00:00.025) 0:00:05.308 ****** 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:23:35 +0000 (0:00:00.049) 0:00:05.358 ****** 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:23:35 +0000 (0:00:00.046) 0:00:05.405 ****** 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:23:35 +0000 (0:00:00.417) 0:00:05.823 ****** 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:23:35 +0000 (0:00:00.029) 0:00:05.852 ****** 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:23:35 +0000 (0:00:00.023) 0:00:05.875 ****** 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:23:35 +0000 (0:00:00.039) 0:00:05.914 ****** 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:23:36 +0000 (0:00:00.231) 0:00:06.145 ****** 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:23:36 +0000 (0:00:00.019) 0:00:06.165 ****** 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:23:36 +0000 (0:00:00.018) 0:00:06.183 ****** 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:23:36 +0000 (0:00:00.019) 0:00:06.202 ****** 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:23:36 +0000 (0:00:00.019) 0:00:06.221 ****** 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:23:36 +0000 (0:00:00.019) 0:00:06.241 ****** 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\nInstalled size: 1.2 G\nDownloading packages:\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:24:16 +0000 (0:00:40.314) 0:00:46.555 ****** 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:24:16 +0000 (0:00:00.036) 0:00:46.591 ****** 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.006247", "end": "2024-01-27 01:24:16.590494", "rc": 0, "start": "2024-01-27 01:24:16.584247" } 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:24:16 +0000 (0:00:00.180) 0:00:46.772 ****** 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:24:17 +0000 (0:00:00.924) 0:00:47.696 ****** 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:24:17 +0000 (0:00:00.054) 0:00:47.750 ****** 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:24:17 +0000 (0:00:00.028) 0:00:47.779 ****** 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:24:23 +0000 (0:00:06.190) 0:00:53.969 ****** 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:24:23 +0000 (0:00:00.034) 0:00:54.004 ****** 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:24:23 +0000 (0:00:00.036) 0:00:54.040 ****** 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:24:24 +0000 (0:00:00.394) 0:00:54.434 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 00:53:11 UTC", "ActiveEnterTimestampMonotonic": "28479848", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service systemd-journald.socket dbus.service system.slice network.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 00:53:10 UTC", "AssertTimestampMonotonic": "27069660", "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:10 UTC", "ConditionTimestampMonotonic": "27069658", "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": "883", "ExecMainStartTimestamp": "Sat 2024-01-27 00:53:10 UTC", "ExecMainStartTimestampMonotonic": "27070632", "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:10 UTC", "InactiveExitTimestampMonotonic": "27070676", "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": "883", "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 system.slice dbus.service polkit.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 00:53:11 UTC", "WatchdogTimestampMonotonic": "28479759", "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:24:24 +0000 (0:00:00.504) 0:00:54.938 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.147044", "end": "2024-01-27 01:24:25.087755", "rc": 0, "start": "2024-01-27 01:24:24.940711" } 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:24:25 +0000 (0:00:00.348) 0:00:55.286 ****** 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:24:25 +0000 (0:00:00.021) 0:00:55.308 ****** 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:24:25 +0000 (0:00:00.019) 0:00:55.328 ****** 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:24:25 +0000 (0:00:00.022) 0:00:55.351 ****** 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:24:25 +0000 (0:00:00.158) 0:00:55.510 ****** 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:24:30 +0000 (0:00:05.492) 0:01:01.003 ****** 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:24:30 +0000 (0:00:00.041) 0:01:01.044 ****** 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:24:30 +0000 (0:00:00.028) 0:01:01.072 ****** 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:24:30 +0000 (0:00:00.026) 0:01:01.098 ****** 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:24:30 +0000 (0:00:00.023) 0:01:01.122 ****** 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:24:31 +0000 (0:00:00.027) 0:01:01.149 ****** 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:24:31 +0000 (0:00:00.043) 0:01:01.192 ****** 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:24:31 +0000 (0:00:00.047) 0:01:01.240 ****** 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:24:31 +0000 (0:00:00.042) 0:01:01.282 ****** 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:24:31 +0000 (0:00:00.033) 0:01:01.316 ****** 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:24:31 +0000 (0:00:00.031) 0:01:01.347 ****** 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:24:31 +0000 (0:00:00.034) 0:01:01.382 ****** 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:24:31 +0000 (0:00:00.026) 0:01:01.408 ****** 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:24:31 +0000 (0:00:00.036) 0:01:01.445 ****** 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:24:31 +0000 (0:00:00.032) 0:01:01.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:24:31 +0000 (0:00:00.025) 0:01:01.503 ****** 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:24:31 +0000 (0:00:00.070) 0:01:01.573 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003894", "end": "2024-01-27 01:24:31.576148", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:24:31.572254" } 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:24:31 +0000 (0:00:00.202) 0:01:01.776 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.140985", "end": "2024-01-27 01:24:31.923466", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:24:31.782481" } 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:24:32 +0000 (0:00:00.418) 0:01:02.194 ****** 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:24:32 +0000 (0:00:00.044) 0:01:02.238 ****** 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:24:32 +0000 (0:00:00.051) 0:01:02.290 ****** 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:24:32 +0000 (0:00:00.034) 0:01:02.324 ****** 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:24:32 +0000 (0:00:00.030) 0:01:02.355 ****** 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:24:32 +0000 (0:00:00.030) 0:01:02.386 ****** 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:24:32 +0000 (0:00:00.059) 0:01:02.445 ****** 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:24:32 +0000 (0:00:00.040) 0:01:02.485 ****** 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:24:32 +0000 (0:00:00.061) 0:01:02.547 ****** 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:24:32 +0000 (0:00:00.032) 0:01:02.579 ****** 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:24:32 +0000 (0:00:00.024) 0:01:02.603 ****** 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:24:32 +0000 (0:00:00.024) 0:01:02.627 ****** 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:24:32 +0000 (0:00:00.040) 0:01:02.668 ****** changed: [sut] => (item=/tmp/ansible.q_jh_o) => { "ansible_loop_var": "item", "changed": true, "checksum": "eecc597db679f31bf5631f0a50c6e25e5f216d93", "dest": "/etc/pki/tls/certs/ansible.q_jh_o", "gid": 994, "group": "mssql", "item": "/tmp/ansible.q_jh_o", "md5sum": "a4a41ae1c4931d689a273c69b055c8b0", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1099, "src": "/root/.ansible/tmp/ansible-tmp-1706318672.570416-22855-122021179347519/source", "state": "file", "uid": 996 } changed: [sut] => (item=ansible.G66c10) => { "ansible_loop_var": "item", "changed": true, "checksum": "8d0410098499d17352b0c3b0f6cdfa9f38e465b8", "dest": "/etc/pki/tls/private/ansible.G66c10", "gid": 994, "group": "mssql", "item": "ansible.G66c10", "md5sum": "9fd24300782070db3ef9960123505c66", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1706318673.0262878-22855-183721897025108/source", "state": "file", "uid": 996 } 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:24:33 +0000 (0:00:00.925) 0:01:03.594 ****** 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 tlscert] ************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:24:33 +0000 (0:00:00.047) 0:01:03.641 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003626", "end": "2024-01-27 01:24:33.625084", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:24:33.621458" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:24:33 +0000 (0:00:00.226) 0:01:03.867 ****** 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.tlscert", "/etc/pki/tls/certs/ansible.q_jh_o" ], "delta": "0:00:00.139528", "end": "2024-01-27 01:24:33.982463", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:24:33.842935" } 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 tlscert] ************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:24:34 +0000 (0:00:00.321) 0:01:04.189 ****** 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:24:34 +0000 (0:00:00.029) 0:01:04.219 ****** 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 tlskey] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:24:34 +0000 (0:00:00.048) 0:01:04.267 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003537", "end": "2024-01-27 01:24:34.267385", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:24:34.263848" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:24:34 +0000 (0:00:00.198) 0:01:04.465 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.G66c10" ], "delta": "0:00:00.140003", "end": "2024-01-27 01:24:34.610906", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:24:34.470903" } 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 tlskey] ************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:24:34 +0000 (0:00:00.384) 0:01:04.850 ****** 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:24:34 +0000 (0:00:00.058) 0:01:04.908 ****** 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 tlsprotocols] ********* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:24:34 +0000 (0:00:00.051) 0:01:04.960 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003530", "end": "2024-01-27 01:24:34.953826", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:24:34.950296" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:24:34 +0000 (0:00:00.180) 0:01:05.140 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.138387", "end": "2024-01-27 01:24:35.269892", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:24:35.131505" } 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 tlsprotocols] ******* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:24:35 +0000 (0:00:00.313) 0:01:05.453 ****** 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:24:35 +0000 (0:00:00.048) 0:01:05.501 ****** 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 forceencryption] ****** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:24:35 +0000 (0:00:00.060) 0:01:05.562 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004050", "end": "2024-01-27 01:24:35.553486", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:24:35.549436" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:24:35 +0000 (0:00:00.167) 0:01:05.729 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.208372", "end": "2024-01-27 01:24:35.922654", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:24:35.714282" } 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 forceencryption] **** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:24:35 +0000 (0:00:00.370) 0:01:06.100 ****** 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:24:35 +0000 (0:00:00.025) 0:01:06.125 ****** 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:24:36 +0000 (0:00:00.034) 0:01:06.159 ****** 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:24:36 +0000 (0:00:00.035) 0:01:06.194 ****** 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:24:36 +0000 (0:00:00.054) 0:01:06.249 ****** 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:24:36 +0000 (0:00:00.029) 0:01:06.279 ****** 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:24:36 +0000 (0:00:00.034) 0:01:06.313 ****** 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:24:36 +0000 (0:00:00.021) 0:01:06.334 ****** 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:24:36 +0000 (0:00:00.019) 0:01:06.353 ****** 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:24:36 +0000 (0:00:00.019) 0:01:06.373 ****** 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:24:36 +0000 (0:00:00.019) 0:01:06.392 ****** 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:24:36 +0000 (0:00:00.030) 0:01:06.423 ****** 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:24:36 +0000 (0:00:00.020) 0:01:06.443 ****** 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:24:36 +0000 (0:00:00.019) 0:01:06.463 ****** 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:24:36 +0000 (0:00:00.018) 0:01:06.482 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 27 January 2024 01:24:36 +0000 (0:00:00.018) 0:01:06.500 ****** 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:24:36 +0000 (0:00:00.020) 0:01:06.520 ****** 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:24:36 +0000 (0:00:00.020) 0:01:06.541 ****** 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:24:36 +0000 (0:00:00.050) 0:01:06.591 ****** 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:24:36 +0000 (0:00:00.019) 0:01:06.611 ****** 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:24:36 +0000 (0:00:00.019) 0:01:06.630 ****** 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:24:36 +0000 (0:00:00.022) 0:01:06.653 ****** 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:24:36 +0000 (0:00:00.032) 0:01:06.686 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 27 January 2024 01:24:36 +0000 (0:00:00.024) 0:01:06.711 ****** 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:24:36 +0000 (0:00:00.032) 0:01:06.743 ****** 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:24:36 +0000 (0:00:00.031) 0:01:06.775 ****** 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:24:36 +0000 (0:00:00.036) 0:01:06.811 ****** 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:24:36 +0000 (0:00:00.021) 0:01:06.833 ****** 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:24:36 +0000 (0:00:00.037) 0:01:06.870 ****** 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:24:36 +0000 (0:00:00.029) 0:01:06.899 ****** 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:24:36 +0000 (0:00:00.024) 0:01:06.923 ****** 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:24:36 +0000 (0:00:00.052) 0:01:06.975 ****** 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:24:36 +0000 (0:00:00.020) 0:01:06.996 ****** 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:24:36 +0000 (0:00:00.018) 0:01:07.015 ****** 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:24:36 +0000 (0:00:00.025) 0:01:07.040 ****** 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:24:36 +0000 (0:00:00.025) 0:01:07.066 ****** 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:24:36 +0000 (0:00:00.025) 0:01:07.092 ****** 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:24:36 +0000 (0:00:00.053) 0:01:07.146 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 27 January 2024 01:24:37 +0000 (0:00:00.028) 0:01:07.174 ****** 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:24:37 +0000 (0:00:00.023) 0:01:07.198 ****** 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:24:37 +0000 (0:00:00.023) 0:01:07.221 ****** 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:24:37 +0000 (0:00:00.030) 0:01:07.251 ****** 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:24:37 +0000 (0:00:00.025) 0:01:07.277 ****** 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:24:37 +0000 (0:00:00.041) 0:01:07.318 ****** 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:24:37 +0000 (0:00:00.027) 0:01:07.346 ****** 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:24:37 +0000 (0:00:00.023) 0:01:07.369 ****** 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:24:37 +0000 (0:00:00.019) 0:01:07.389 ****** 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:24:37 +0000 (0:00:00.020) 0:01:07.410 ****** 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:24:37 +0000 (0:00:00.036) 0:01:07.446 ****** 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:24:37 +0000 (0:00:00.020) 0:01:07.467 ****** 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:24:37 +0000 (0:00:00.019) 0:01:07.486 ****** 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:24:37 +0000 (0:00:00.019) 0:01:07.505 ****** 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:24:38 +0000 (0:00:01.553) 0:01:09.059 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:24:23 UTC", "ActiveEnterTimestampMonotonic": "1900749190", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket auditd.service system.slice network.target basic.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:24:23 UTC", "AssertTimestampMonotonic": "1900748297", "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:24:23 UTC", "ConditionTimestampMonotonic": "1900748296", "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": "22679", "ExecMainStartTimestamp": "Sat 2024-01-27 01:24:23 UTC", "ExecMainStartTimestampMonotonic": "1900749110", "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:24:23 UTC", "InactiveExitTimestampMonotonic": "1900749190", "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": "22679", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitInterval": "120000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:24:23 UTC", "WatchdogTimestampMonotonic": "1900749163", "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:24:39 +0000 (0:00:00.827) 0:01:09.887 ****** 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:24:39 +0000 (0:00:00.047) 0:01:09.935 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove a private key from the playbook directory] ************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:68 Saturday 27 January 2024 01:24:39 +0000 (0:00:00.039) 0:01:09.975 ****** changed: [sut -> localhost] => { "changed": true, "path": "ansible.G66c10", "state": "absent" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:75 Saturday 27 January 2024 01:24:40 +0000 (0:00:00.300) 0:01:10.275 ****** 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:24:40 +0000 (0:00:00.037) 0:01:10.313 ****** 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:24:40 +0000 (0:00:00.357) 0:01:10.671 ****** 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:24:40 +0000 (0:00:00.193) 0:01:10.865 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:78 Saturday 27 January 2024 01:24:41 +0000 (0:00:00.335) 0:01:11.200 ****** 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:24:41 +0000 (0:00:00.064) 0:01:11.265 ****** 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:24:41 +0000 (0:00:00.039) 0:01:11.304 ****** 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:24:41 +0000 (0:00:00.070) 0:01:11.375 ****** 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:24:41 +0000 (0:00:00.047) 0:01:11.422 ****** 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:24:41 +0000 (0:00:00.045) 0:01:11.468 ****** 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:24:41 +0000 (0:00:00.027) 0:01:11.495 ****** 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:24:41 +0000 (0:00:00.035) 0:01:11.531 ****** 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:24:41 +0000 (0:00:00.025) 0:01:11.556 ****** 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:24:41 +0000 (0:00:00.021) 0:01:11.578 ****** 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:24:41 +0000 (0:00:00.037) 0:01:11.616 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:24:39 UTC", "ActiveEnterTimestampMonotonic": "1916745899", "ActiveExitTimestamp": "Sat 2024-01-27 01:24:39 UTC", "ActiveExitTimestampMonotonic": "1916286957", "ActiveState": "active", "After": "auditd.service basic.target network.target systemd-journald.socket -.mount system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:24:39 UTC", "AssertTimestampMonotonic": "1916745026", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:24:39 UTC", "ConditionTimestampMonotonic": "1916745026", "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": "23236", "ExecMainStartTimestamp": "Sat 2024-01-27 01:24:39 UTC", "ExecMainStartTimestampMonotonic": "1916745826", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:24:39 UTC", "InactiveEnterTimestampMonotonic": "1916742894", "InactiveExitTimestamp": "Sat 2024-01-27 01:24:39 UTC", "InactiveExitTimestampMonotonic": "1916745899", "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": "23236", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount system.slice basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:24:39 UTC", "WatchdogTimestampMonotonic": "1916745873", "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:24:41 +0000 (0:00:00.312) 0:01:11.928 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003695", "end": "2024-01-27 01:24:41.934312", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:24:41.930617" } 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:24:41 +0000 (0:00:00.191) 0:01:12.119 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003672", "end": "2024-01-27 01:24:42.228745", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:24:42.225073" } 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:24:42 +0000 (0:00:00.307) 0:01:12.427 ****** 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:24:42 +0000 (0:00:00.040) 0:01:12.468 ****** 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": 6360, "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:24:43 +0000 (0:00:01.290) 0:01:13.758 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.038692", "end": "2024-01-27 01:24:43.850066", "rc": 0, "start": "2024-01-27 01:24:43.811374" } 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:24:43 +0000 (0:00:00.348) 0:01:14.107 ****** 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:24:44 +0000 (0:00:00.052) 0:01:14.159 ****** 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:24:44 +0000 (0:00:00.052) 0:01:14.212 ****** 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:24:44 +0000 (0:00:00.050) 0:01:14.263 ****** 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:24:44 +0000 (0:00:00.024) 0:01:14.287 ****** 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:24:44 +0000 (0:00:00.033) 0:01:14.320 ****** 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:24:44 +0000 (0:00:00.022) 0:01:14.343 ****** 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:24:44 +0000 (0:00:00.021) 0:01:14.365 ****** 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:24:44 +0000 (0:00:00.024) 0:01:14.389 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:24:44 +0000 (0:00:00.057) 0:01:14.447 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.005006", "end": "2024-01-27 01:24:44.425749", "rc": 0, "start": "2024-01-27 01:24:44.420743" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.q_jh_o TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:24:44 +0000 (0:00:00.157) 0:01:14.604 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:24:44 +0000 (0:00:00.031) 0:01:14.636 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.q_jh_o] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:24:44 +0000 (0:00:00.026) 0:01:14.662 ****** 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:24:44 +0000 (0:00:00.031) 0:01:14.694 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:24:44 +0000 (0:00:00.039) 0:01:14.733 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004727", "end": "2024-01-27 01:24:44.726706", "rc": 0, "start": "2024-01-27 01:24:44.721979" } STDOUT: tlskey = /etc/pki/tls/private/ansible.G66c10 TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:24:44 +0000 (0:00:00.243) 0:01:14.977 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:24:44 +0000 (0:00:00.050) 0:01:15.027 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.G66c10] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:24:44 +0000 (0:00:00.034) 0:01:15.062 ****** 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:24:44 +0000 (0:00:00.038) 0:01:15.101 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:24:45 +0000 (0:00:00.099) 0:01:15.200 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004724", "end": "2024-01-27 01:24:45.246696", "rc": 0, "start": "2024-01-27 01:24:45.241972" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:24:45 +0000 (0:00:00.249) 0:01:15.450 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:24:45 +0000 (0:00:00.048) 0:01:15.499 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:24:45 +0000 (0:00:00.027) 0:01:15.526 ****** 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:24:45 +0000 (0:00:00.025) 0:01:15.552 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:24:45 +0000 (0:00:00.044) 0:01:15.596 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004787", "end": "2024-01-27 01:24:45.588421", "rc": 0, "start": "2024-01-27 01:24:45.583634" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:24:45 +0000 (0:00:00.183) 0:01:15.780 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:24:45 +0000 (0:00:00.065) 0:01:15.846 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:24:45 +0000 (0:00:00.079) 0:01:15.925 ****** 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:24:45 +0000 (0:00:00.069) 0:01:15.995 ****** 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:24:45 +0000 (0:00:00.031) 0:01:16.026 ****** 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:24:45 +0000 (0:00:00.073) 0:01:16.099 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:85 Saturday 27 January 2024 01:24:46 +0000 (0:00:00.068) 0:01:16.168 ****** 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:24:46 +0000 (0:00:00.224) 0:01:16.393 ****** 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:24:46 +0000 (0:00:00.073) 0:01:16.467 ****** 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:24:46 +0000 (0:00:00.034) 0:01:16.501 ****** 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:24:46 +0000 (0:00:00.062) 0:01:16.563 ****** 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:24:46 +0000 (0:00:00.060) 0:01:16.623 ****** 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:24:46 +0000 (0:00:00.040) 0:01:16.664 ****** 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:24:46 +0000 (0:00:00.072) 0:01:16.736 ****** 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:24:46 +0000 (0:00:00.034) 0:01:16.770 ****** 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:24:46 +0000 (0:00:00.039) 0:01:16.810 ****** 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:24:46 +0000 (0:00:00.022) 0:01:16.833 ****** 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:24:46 +0000 (0:00:00.060) 0:01:16.893 ****** 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:24:46 +0000 (0:00:00.044) 0:01:16.937 ****** 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:24:46 +0000 (0:00:00.070) 0:01:17.007 ****** 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:24:46 +0000 (0:00:00.074) 0:01:17.082 ****** 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:24:46 +0000 (0:00:00.029) 0:01:17.111 ****** 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:24:46 +0000 (0:00:00.028) 0:01:17.140 ****** 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:24:47 +0000 (0:00:00.026) 0:01:17.166 ****** 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:24:47 +0000 (0:00:00.036) 0:01:17.203 ****** 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:24:47 +0000 (0:00:00.032) 0:01:17.236 ****** 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:24:48 +0000 (0:00:01.067) 0:01:18.303 ****** 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:24:48 +0000 (0:00:00.104) 0:01:18.407 ****** 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:24:48 +0000 (0:00:00.021) 0:01:18.429 ****** 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:24:48 +0000 (0:00:00.053) 0:01:18.482 ****** 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:24:48 +0000 (0:00:00.080) 0:01:18.562 ****** 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:24:48 +0000 (0:00:00.376) 0:01:18.939 ****** 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:24:48 +0000 (0:00:00.030) 0:01:18.970 ****** 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:24:48 +0000 (0:00:00.056) 0:01:19.027 ****** 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:24:48 +0000 (0:00:00.025) 0:01:19.052 ****** 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:24:48 +0000 (0:00:00.029) 0:01:19.081 ****** 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:24:48 +0000 (0:00:00.024) 0:01:19.106 ****** 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:24:48 +0000 (0:00:00.022) 0:01:19.128 ****** 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:24:49 +0000 (0:00:00.036) 0:01:19.165 ****** 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:24:49 +0000 (0:00:00.023) 0:01:19.188 ****** 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:24:49 +0000 (0:00:00.027) 0:01:19.215 ****** 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:24:49 +0000 (0:00:00.372) 0:01:19.588 ****** 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:24:49 +0000 (0:00:00.051) 0:01:19.639 ****** 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.005834", "end": "2024-01-27 01:24:49.632489", "rc": 0, "start": "2024-01-27 01:24:49.626655" } 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:24:49 +0000 (0:00:00.175) 0:01:19.814 ****** 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:24:50 +0000 (0:00:00.888) 0:01:20.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:24:50 +0000 (0:00:00.048) 0:01:20.751 ****** 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:24:50 +0000 (0:00:00.045) 0:01:20.796 ****** 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:24:50 +0000 (0:00:00.026) 0:01:20.823 ****** 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:24:50 +0000 (0:00:00.083) 0:01:20.906 ****** 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:24:50 +0000 (0:00:00.034) 0:01:20.941 ****** 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:24:51 +0000 (0:00:00.457) 0:01:21.398 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 00:53:11 UTC", "ActiveEnterTimestampMonotonic": "28479848", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target network.target systemd-sysctl.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 00:53:10 UTC", "AssertTimestampMonotonic": "27069660", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 00:53:10 UTC", "ConditionTimestampMonotonic": "27069658", "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": "883", "ExecMainStartTimestamp": "Sat 2024-01-27 00:53:10 UTC", "ExecMainStartTimestampMonotonic": "27070632", "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:10 UTC", "InactiveExitTimestampMonotonic": "27070676", "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": "883", "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:11 UTC", "WatchdogTimestampMonotonic": "28479759", "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:24:51 +0000 (0:00:00.282) 0:01:21.681 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.101871", "end": "2024-01-27 01:24:51.761759", "rc": 0, "start": "2024-01-27 01:24:51.659888" } 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:24:51 +0000 (0:00:00.259) 0:01:21.941 ****** 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:24:51 +0000 (0:00:00.068) 0:01:22.009 ****** 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:24:51 +0000 (0:00:00.027) 0:01:22.037 ****** 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:24:51 +0000 (0:00:00.039) 0:01:22.076 ****** 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:24:52 +0000 (0:00:00.162) 0:01:22.239 ****** 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:24:52 +0000 (0:00:00.383) 0:01:22.623 ****** 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:24:52 +0000 (0:00:00.025) 0:01:22.648 ****** 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:24:52 +0000 (0:00:00.044) 0:01:22.692 ****** 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:24:52 +0000 (0:00:00.034) 0:01:22.727 ****** 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:24:52 +0000 (0:00:00.078) 0:01:22.805 ****** 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:24:52 +0000 (0:00:00.075) 0:01:22.880 ****** 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:24:52 +0000 (0:00:00.042) 0:01:22.922 ****** 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:24:52 +0000 (0:00:00.065) 0:01:22.988 ****** 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:24:52 +0000 (0:00:00.049) 0:01:23.037 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005847", "end": "2024-01-27 01:24:53.042632", "rc": 0, "start": "2024-01-27 01:24:53.036785" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 27 January 2024 01:24:53 +0000 (0:00:00.198) 0:01:23.235 ****** 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:24:53 +0000 (0:00:00.066) 0:01:23.301 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 27 January 2024 01:24:54 +0000 (0:00:01.076) 0:01:24.378 ****** 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:24:54 +0000 (0:00:00.049) 0:01:24.427 ****** 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:24:54 +0000 (0:00:00.034) 0:01:24.462 ****** 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:24:54 +0000 (0:00:00.023) 0:01:24.485 ****** 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:24:54 +0000 (0:00:00.024) 0:01:24.509 ****** 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:24:54 +0000 (0:00:00.036) 0:01:24.545 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003575", "end": "2024-01-27 01:24:54.524415", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:24:54.520840" } 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:24:54 +0000 (0:00:00.164) 0:01:24.710 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.140167", "end": "2024-01-27 01:24:54.836840", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:24:54.696673" } 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:24:54 +0000 (0:00:00.311) 0:01:25.021 ****** 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:24:54 +0000 (0:00:00.065) 0:01:25.087 ****** 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:24:54 +0000 (0:00:00.020) 0:01:25.108 ****** 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:24:54 +0000 (0:00:00.023) 0:01:25.131 ****** 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:24:55 +0000 (0:00:00.021) 0:01:25.153 ****** 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:24:55 +0000 (0:00:00.030) 0:01:25.184 ****** 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:24:55 +0000 (0:00:00.036) 0:01:25.220 ****** 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:24:55 +0000 (0:00:00.021) 0:01:25.242 ****** 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:24:55 +0000 (0:00:00.022) 0:01:25.265 ****** 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:24:55 +0000 (0:00:00.023) 0:01:25.288 ****** 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:24:55 +0000 (0:00:00.022) 0:01:25.311 ****** 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:24:55 +0000 (0:00:00.022) 0:01:25.333 ****** 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:24:55 +0000 (0:00:00.023) 0:01:25.357 ****** skipping: [sut] => (item=/tmp/ansible.q_jh_o) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.q_jh_o", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ansible.G66c10) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.G66c10", "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:24:55 +0000 (0:00:00.035) 0:01:25.392 ****** 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 tlscert] ************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:24:55 +0000 (0:00:00.039) 0:01:25.432 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003729", "end": "2024-01-27 01:24:55.408108", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:24:55.404379" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.q_jh_o TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:24:55 +0000 (0:00:00.171) 0:01:25.603 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlscert] ************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:24:55 +0000 (0:00:00.034) 0:01:25.638 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlscert" ], "delta": "0:00:00.137569", "end": "2024-01-27 01:24:55.776942", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:24:55.639373" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 27 January 2024 01:24:55 +0000 (0:00:00.316) 0:01:25.955 ****** 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 tlskey] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:24:55 +0000 (0:00:00.071) 0:01:26.027 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003578", "end": "2024-01-27 01:24:56.018250", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:24:56.014672" } STDOUT: tlskey = /etc/pki/tls/private/ansible.G66c10 TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:24:56 +0000 (0:00:00.196) 0:01:26.223 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlskey] ************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:24:56 +0000 (0:00:00.101) 0:01:26.325 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.138673", "end": "2024-01-27 01:24:56.496366", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:24:56.357693" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 27 January 2024 01:24:56 +0000 (0:00:00.386) 0:01:26.711 ****** 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 tlsprotocols] ********* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:24:56 +0000 (0:00:00.055) 0:01:26.767 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004767", "end": "2024-01-27 01:24:57.773172", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:24:56.768405" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:24:57 +0000 (0:00:01.203) 0:01:27.970 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlsprotocols] ******* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:24:57 +0000 (0:00:00.047) 0:01:28.017 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.139759", "end": "2024-01-27 01:24:58.192385", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:24:58.052626" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 27 January 2024 01:24:58 +0000 (0:00:00.376) 0:01:28.394 ****** 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 forceencryption] ****** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:24:58 +0000 (0:00:00.117) 0:01:28.511 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003640", "end": "2024-01-27 01:24:58.536235", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:24:58.532595" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:24:58 +0000 (0:00:00.221) 0:01:28.732 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network forceencryption] **** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:24:58 +0000 (0:00:00.045) 0:01:28.778 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.136655", "end": "2024-01-27 01:24:58.923879", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:24:58.787224" } 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 : 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:24:59 +0000 (0:00:00.403) 0:01:29.182 ****** 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:24:59 +0000 (0:00:00.050) 0:01:29.233 ****** 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:24:59 +0000 (0:00:00.027) 0:01:29.260 ****** 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:24:59 +0000 (0:00:00.027) 0:01:29.288 ****** 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:24:59 +0000 (0:00:00.042) 0:01:29.330 ****** 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:24:59 +0000 (0:00:00.050) 0:01:29.380 ****** 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:24:59 +0000 (0:00:00.051) 0:01:29.432 ****** 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:24:59 +0000 (0:00:00.092) 0:01:29.525 ****** 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:24:59 +0000 (0:00:00.032) 0:01:29.557 ****** 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:24:59 +0000 (0:00:00.090) 0:01:29.648 ****** 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:24:59 +0000 (0:00:00.085) 0:01:29.734 ****** 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:24:59 +0000 (0:00:00.046) 0:01:29.780 ****** 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:24:59 +0000 (0:00:00.023) 0:01:29.804 ****** 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:24:59 +0000 (0:00:00.030) 0:01:29.834 ****** 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:24:59 +0000 (0:00:00.036) 0:01:29.870 ****** 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:24:59 +0000 (0:00:00.031) 0:01:29.901 ****** 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:24:59 +0000 (0:00:00.022) 0:01:29.924 ****** 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:24:59 +0000 (0:00:00.024) 0:01:29.948 ****** 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:24:59 +0000 (0:00:00.075) 0:01:30.023 ****** 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:24:59 +0000 (0:00:00.041) 0:01:30.064 ****** 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:24:59 +0000 (0:00:00.026) 0:01:30.091 ****** 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:24:59 +0000 (0:00:00.030) 0:01:30.122 ****** 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:25:00 +0000 (0:00:00.045) 0:01:30.167 ****** 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:25:00 +0000 (0:00:00.058) 0:01:30.225 ****** 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:25:00 +0000 (0:00:00.073) 0:01:30.299 ****** 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:25:00 +0000 (0:00:00.028) 0:01:30.327 ****** 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:25:00 +0000 (0:00:00.028) 0:01:30.356 ****** 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:25:00 +0000 (0:00:00.048) 0:01:30.404 ****** 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:25:00 +0000 (0:00:00.034) 0:01:30.439 ****** 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:25:00 +0000 (0:00:00.047) 0:01:30.487 ****** 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:25:00 +0000 (0:00:00.036) 0:01:30.524 ****** 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:25:00 +0000 (0:00:00.040) 0:01:30.564 ****** 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:25:00 +0000 (0:00:00.029) 0:01:30.594 ****** 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:25:00 +0000 (0:00:00.036) 0:01:30.630 ****** 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:25:00 +0000 (0:00:00.035) 0:01:30.665 ****** 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:25:00 +0000 (0:00:00.059) 0:01:30.725 ****** 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:25:00 +0000 (0:00:00.050) 0:01:30.776 ****** 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:25:00 +0000 (0:00:00.079) 0:01:30.855 ****** 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:25:00 +0000 (0:00:00.022) 0:01:30.877 ****** 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:25:00 +0000 (0:00:00.024) 0:01:30.902 ****** 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:25:00 +0000 (0:00:00.028) 0:01:30.931 ****** 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:25:00 +0000 (0:00:00.038) 0:01:30.969 ****** 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:25:00 +0000 (0:00:00.053) 0:01:31.022 ****** 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:25:00 +0000 (0:00:00.046) 0:01:31.068 ****** 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:25:00 +0000 (0:00:00.057) 0:01:31.126 ****** 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:25:01 +0000 (0:00:00.028) 0:01:31.155 ****** 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:25:01 +0000 (0:00:00.050) 0:01:31.206 ****** 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:25:01 +0000 (0:00:00.034) 0:01:31.240 ****** 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:25:01 +0000 (0:00:00.035) 0:01:31.276 ****** 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:25:01 +0000 (0:00:00.035) 0:01:31.312 ****** 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:25:01 +0000 (0:00:00.040) 0:01:31.352 ****** 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:25:01 +0000 (0:00:00.195) 0:01:31.547 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:24:39 UTC", "ActiveEnterTimestampMonotonic": "1916745899", "ActiveExitTimestamp": "Sat 2024-01-27 01:24:39 UTC", "ActiveExitTimestampMonotonic": "1916286957", "ActiveState": "active", "After": "auditd.service basic.target network.target systemd-journald.socket -.mount system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:24:39 UTC", "AssertTimestampMonotonic": "1916745026", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:24:39 UTC", "ConditionTimestampMonotonic": "1916745026", "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": "23236", "ExecMainStartTimestamp": "Sat 2024-01-27 01:24:39 UTC", "ExecMainStartTimestampMonotonic": "1916745826", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:24:39 UTC", "InactiveEnterTimestampMonotonic": "1916742894", "InactiveExitTimestamp": "Sat 2024-01-27 01:24:39 UTC", "InactiveExitTimestampMonotonic": "1916745899", "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": "23236", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount system.slice basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:24:39 UTC", "WatchdogTimestampMonotonic": "1916745873", "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:25:01 +0000 (0:00:00.541) 0:01:32.089 ****** 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:25:01 +0000 (0:00:00.036) 0:01:32.126 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:92 Saturday 27 January 2024 01:25:02 +0000 (0:00:00.108) 0:01:32.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:25:02 +0000 (0:00:00.203) 0:01:32.438 ****** 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:25:02 +0000 (0:00:00.029) 0:01:32.467 ****** 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:25:02 +0000 (0:00:00.025) 0:01:32.493 ****** 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:25:02 +0000 (0:00:00.023) 0:01:32.516 ****** 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:25:02 +0000 (0:00:00.026) 0:01:32.543 ****** 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:25:02 +0000 (0:00:00.022) 0:01:32.565 ****** 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:25:02 +0000 (0:00:00.030) 0:01:32.595 ****** 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:25:02 +0000 (0:00:00.044) 0:01:32.640 ****** 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:25:02 +0000 (0:00:00.036) 0:01:32.676 ****** 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:25:02 +0000 (0:00:00.074) 0:01:32.750 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:25:01 UTC", "ActiveEnterTimestampMonotonic": "1938961130", "ActiveExitTimestamp": "Sat 2024-01-27 01:25:01 UTC", "ActiveExitTimestampMonotonic": "1938678212", "ActiveState": "active", "After": "auditd.service basic.target network.target systemd-journald.socket -.mount system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:25:01 UTC", "AssertTimestampMonotonic": "1938960400", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:25:01 UTC", "ConditionTimestampMonotonic": "1938960398", "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": "23981", "ExecMainStartTimestamp": "Sat 2024-01-27 01:25:01 UTC", "ExecMainStartTimestampMonotonic": "1938961049", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:25:01 UTC] ; stop_time=[n/a] ; pid=23981 ; 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:25:01 UTC", "InactiveEnterTimestampMonotonic": "1938958319", "InactiveExitTimestamp": "Sat 2024-01-27 01:25:01 UTC", "InactiveExitTimestampMonotonic": "1938961130", "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": "23981", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount system.slice basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:25:01 UTC", "WatchdogTimestampMonotonic": "1938961104", "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:25:02 +0000 (0:00:00.245) 0:01:32.996 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003972", "end": "2024-01-27 01:25:02.997493", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:25:02.993521" } 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:25:03 +0000 (0:00:00.188) 0:01:33.185 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.005098", "end": "2024-01-27 01:25:03.193418", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:25:03.188320" } 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:25:03 +0000 (0:00:00.215) 0:01:33.400 ****** 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:25:03 +0000 (0:00:00.087) 0:01:33.488 ****** 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": 6208, "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:25:05 +0000 (0:00:02.167) 0:01:35.656 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.034006", "end": "2024-01-27 01:25:05.730723", "rc": 0, "start": "2024-01-27 01:25:05.696717" } 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:25:05 +0000 (0:00:00.265) 0:01:35.921 ****** 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:25:05 +0000 (0:00:00.045) 0:01:35.967 ****** 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:25:05 +0000 (0:00:00.024) 0:01:35.992 ****** 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:25:05 +0000 (0:00:00.047) 0:01:36.039 ****** 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:25:05 +0000 (0:00:00.044) 0:01:36.084 ****** 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:25:05 +0000 (0:00:00.037) 0:01:36.121 ****** 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:25:06 +0000 (0:00:00.032) 0:01:36.154 ****** 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:25:06 +0000 (0:00:00.032) 0:01:36.186 ****** 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:25:06 +0000 (0:00:00.026) 0:01:36.213 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:25:06 +0000 (0:00:00.041) 0:01:36.254 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004985", "end": "2024-01-27 01:25:06.261792", "rc": 0, "start": "2024-01-27 01:25:06.256807" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:25:06 +0000 (0:00:00.187) 0:01:36.441 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:25:06 +0000 (0:00:00.036) 0:01:36.478 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:25:06 +0000 (0:00:00.147) 0:01:36.625 ****** 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:25:06 +0000 (0:00:00.035) 0:01:36.660 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:25:06 +0000 (0:00:00.041) 0:01:36.702 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004621", "end": "2024-01-27 01:25:06.702477", "rc": 0, "start": "2024-01-27 01:25:06.697856" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:25:06 +0000 (0:00:00.181) 0:01:36.883 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:25:06 +0000 (0:00:00.051) 0:01:36.934 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:25:06 +0000 (0:00:00.029) 0:01:36.964 ****** 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:25:06 +0000 (0:00:00.045) 0:01:37.009 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:25:06 +0000 (0:00:00.068) 0:01:37.077 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004957", "end": "2024-01-27 01:25:07.081456", "rc": 0, "start": "2024-01-27 01:25:07.076499" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:25:07 +0000 (0:00:00.199) 0:01:37.276 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:25:07 +0000 (0:00:00.051) 0:01:37.328 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:25:07 +0000 (0:00:00.026) 0:01:37.355 ****** 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:25:07 +0000 (0:00:00.021) 0:01:37.376 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:25:07 +0000 (0:00:00.048) 0:01:37.424 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004759", "end": "2024-01-27 01:25:07.411628", "rc": 0, "start": "2024-01-27 01:25:07.406869" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:25:07 +0000 (0:00:00.160) 0:01:37.585 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:25:07 +0000 (0:00:00.098) 0:01:37.684 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:25:07 +0000 (0:00:00.038) 0:01:37.722 ****** 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:25:07 +0000 (0:00:00.024) 0:01:37.746 ****** 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:25:07 +0000 (0:00:00.023) 0:01:37.770 ****** 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:25:07 +0000 (0:00:00.027) 0:01:37.797 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove certificates from hosts] ****************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:99 Saturday 27 January 2024 01:25:07 +0000 (0:00:00.021) 0:01:37.819 ****** changed: [sut] => (item=/etc/pki/tls/certs/ansible.q_jh_o) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/ansible.q_jh_o", "path": "/etc/pki/tls/certs/ansible.q_jh_o", "state": "absent" } changed: [sut] => (item=/etc/pki/tls/private/ansible.G66c10) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/ansible.G66c10", "path": "/etc/pki/tls/private/ansible.G66c10", "state": "absent" } TASK [Copy certificates to hosts] ********************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:107 Saturday 27 January 2024 01:25:07 +0000 (0:00:00.287) 0:01:38.106 ****** ok: [sut] => (item=/tmp/ansible.q_jh_o) => { "ansible_loop_var": "item", "changed": false, "checksum": "eecc597db679f31bf5631f0a50c6e25e5f216d93", "dest": "/tmp/ansible.q_jh_o", "gid": 0, "group": "root", "item": "/tmp/ansible.q_jh_o", "mode": "0600", "owner": "root", "path": "/tmp/ansible.q_jh_o", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1099, "state": "file", "uid": 0 } ok: [sut] => (item=/tmp/ansible.G66c10) => { "ansible_loop_var": "item", "changed": false, "checksum": "8d0410098499d17352b0c3b0f6cdfa9f38e465b8", "dest": "/tmp/ansible.G66c10", "gid": 0, "group": "root", "item": "/tmp/ansible.G66c10", "mode": "0600", "owner": "root", "path": "/tmp/ansible.G66c10", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1704, "state": "file", "uid": 0 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:116 Saturday 27 January 2024 01:25:08 +0000 (0:00:00.796) 0:01:38.902 ****** ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.q_jh_o", "mssql_tls_private_key": "ansible.G66c10" }, "changed": false } TASK [Test with certs on managed nodes] **************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:121 Saturday 27 January 2024 01:25:08 +0000 (0:00:00.037) 0:01:38.940 ****** 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:25:09 +0000 (0:00:00.282) 0:01:39.222 ****** 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:25:09 +0000 (0:00:00.044) 0:01:39.266 ****** 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:25:09 +0000 (0:00:00.056) 0:01:39.322 ****** 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:25:09 +0000 (0:00:00.051) 0:01:39.374 ****** 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:25:09 +0000 (0:00:00.080) 0:01:39.454 ****** 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:25:09 +0000 (0:00:00.026) 0:01:39.480 ****** 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:25:09 +0000 (0:00:00.038) 0:01:39.519 ****** 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:25:09 +0000 (0:00:00.022) 0:01:39.541 ****** 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:25:09 +0000 (0:00:00.025) 0:01:39.566 ****** 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:25:09 +0000 (0:00:00.030) 0:01:39.597 ****** 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:25:09 +0000 (0:00:00.022) 0:01:39.620 ****** 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:25:09 +0000 (0:00:00.047) 0:01:39.668 ****** 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:25:09 +0000 (0:00:00.029) 0:01:39.697 ****** 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:25:09 +0000 (0:00:00.030) 0:01:39.727 ****** 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:25:09 +0000 (0:00:00.030) 0:01:39.758 ****** 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:25:09 +0000 (0:00:00.020) 0:01:39.778 ****** 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:25:09 +0000 (0:00:00.073) 0:01:39.852 ****** 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:25:09 +0000 (0:00:00.024) 0:01:39.877 ****** 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:25:09 +0000 (0:00:00.024) 0:01:39.901 ****** 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:25:10 +0000 (0:00:00.970) 0:01:40.872 ****** 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:25:10 +0000 (0:00:00.058) 0:01:40.931 ****** 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:25:10 +0000 (0:00:00.038) 0:01:40.970 ****** 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:25:10 +0000 (0:00:00.023) 0:01:40.993 ****** 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:25:10 +0000 (0:00:00.039) 0:01:41.033 ****** 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:25:11 +0000 (0:00:00.353) 0:01:41.387 ****** 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:25:11 +0000 (0:00:00.020) 0:01:41.407 ****** 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:25:11 +0000 (0:00:00.022) 0:01:41.430 ****** 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:25:11 +0000 (0:00:00.101) 0:01:41.532 ****** 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:25:11 +0000 (0:00:00.032) 0:01:41.564 ****** 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:25:11 +0000 (0:00:00.044) 0:01:41.609 ****** 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:25:11 +0000 (0:00:00.047) 0:01:41.656 ****** 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:25:11 +0000 (0:00:00.067) 0:01:41.724 ****** 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:25:11 +0000 (0:00:00.050) 0:01:41.775 ****** 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:25:11 +0000 (0:00:00.058) 0:01:41.833 ****** 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:25:12 +0000 (0:00:00.411) 0:01:42.245 ****** 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:25:12 +0000 (0:00:00.045) 0:01:42.291 ****** 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.005844", "end": "2024-01-27 01:25:12.275747", "rc": 0, "start": "2024-01-27 01:25:12.269903" } 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:25:12 +0000 (0:00:00.221) 0:01:42.512 ****** 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:25:13 +0000 (0:00:00.934) 0:01:43.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:25:13 +0000 (0:00:00.027) 0:01:43.474 ****** 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:25:13 +0000 (0:00:00.020) 0:01:43.495 ****** 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:25:13 +0000 (0:00:00.020) 0:01:43.515 ****** 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:25:13 +0000 (0:00:00.070) 0:01:43.585 ****** 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:25:13 +0000 (0:00:00.021) 0:01:43.607 ****** 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:25:13 +0000 (0:00:00.363) 0:01:43.971 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 00:53:11 UTC", "ActiveEnterTimestampMonotonic": "28479848", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target network.target systemd-sysctl.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 00:53:10 UTC", "AssertTimestampMonotonic": "27069660", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 00:53:10 UTC", "ConditionTimestampMonotonic": "27069658", "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": "883", "ExecMainStartTimestamp": "Sat 2024-01-27 00:53:10 UTC", "ExecMainStartTimestampMonotonic": "27070632", "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:10 UTC", "InactiveExitTimestampMonotonic": "27070676", "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": "883", "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:11 UTC", "WatchdogTimestampMonotonic": "28479759", "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:25:14 +0000 (0:00:00.234) 0:01:44.206 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.100131", "end": "2024-01-27 01:25:14.271134", "rc": 0, "start": "2024-01-27 01:25:14.171003" } 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:25:14 +0000 (0:00:00.237) 0:01:44.443 ****** 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:25:14 +0000 (0:00:00.021) 0:01:44.465 ****** 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:25:14 +0000 (0:00:00.036) 0:01:44.502 ****** 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:25:14 +0000 (0:00:00.044) 0:01:44.546 ****** 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:25:14 +0000 (0:00:00.173) 0:01:44.719 ****** 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:25:14 +0000 (0:00:00.378) 0:01:45.097 ****** 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:25:14 +0000 (0:00:00.032) 0:01:45.129 ****** 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:25:15 +0000 (0:00:00.036) 0:01:45.166 ****** 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:25:15 +0000 (0:00:00.037) 0:01:45.203 ****** 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:25:15 +0000 (0:00:00.020) 0:01:45.224 ****** 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:25:15 +0000 (0:00:00.076) 0:01:45.300 ****** 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:25:15 +0000 (0:00:00.045) 0:01:45.345 ****** 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:25:15 +0000 (0:00:00.034) 0:01:45.380 ****** 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:25:15 +0000 (0:00:00.036) 0:01:45.416 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005543", "end": "2024-01-27 01:25:15.393278", "rc": 0, "start": "2024-01-27 01:25:15.387735" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 27 January 2024 01:25:15 +0000 (0:00:00.156) 0:01:45.573 ****** 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:25:15 +0000 (0:00:00.025) 0:01:45.598 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 27 January 2024 01:25:16 +0000 (0:00:00.998) 0:01:46.597 ****** 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:25:16 +0000 (0:00:00.023) 0:01:46.621 ****** 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:25:16 +0000 (0:00:00.023) 0:01:46.644 ****** 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:25:16 +0000 (0:00:00.032) 0:01:46.677 ****** 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:25:16 +0000 (0:00:00.023) 0:01:46.701 ****** 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:25:16 +0000 (0:00:00.038) 0:01:46.739 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003593", "end": "2024-01-27 01:25:16.718430", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:25:16.714837" } 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:25:16 +0000 (0:00:00.231) 0:01:46.971 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.139646", "end": "2024-01-27 01:25:17.136120", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:25:16.996474" } 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:25:17 +0000 (0:00:00.366) 0:01:47.338 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 27 January 2024 01:25:17 +0000 (0:00:00.023) 0:01:47.362 ****** 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:25:17 +0000 (0:00:00.024) 0:01:47.386 ****** 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:25:17 +0000 (0:00:00.038) 0:01:47.424 ****** 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:25:17 +0000 (0:00:00.048) 0:01:47.473 ****** 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:25:17 +0000 (0:00:00.053) 0:01:47.526 ****** 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:25:17 +0000 (0:00:00.039) 0:01:47.565 ****** 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:25:17 +0000 (0:00:00.049) 0:01:47.615 ****** 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:25:17 +0000 (0:00:00.043) 0:01:47.658 ****** 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:25:17 +0000 (0:00:00.054) 0:01:47.713 ****** 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:25:17 +0000 (0:00:00.055) 0:01:47.769 ****** 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:25:17 +0000 (0:00:00.047) 0:01:47.817 ****** 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:25:17 +0000 (0:00:00.043) 0:01:47.860 ****** changed: [sut] => (item=/tmp/ansible.q_jh_o) => { "ansible_loop_var": "item", "changed": true, "checksum": "eecc597db679f31bf5631f0a50c6e25e5f216d93", "dest": "/etc/pki/tls/certs/ansible.q_jh_o", "gid": 994, "group": "mssql", "item": "/tmp/ansible.q_jh_o", "md5sum": "a4a41ae1c4931d689a273c69b055c8b0", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1099, "src": "/tmp/ansible.q_jh_o", "state": "file", "uid": 996 } changed: [sut] => (item=/tmp/ansible.G66c10) => { "ansible_loop_var": "item", "changed": true, "checksum": "8d0410098499d17352b0c3b0f6cdfa9f38e465b8", "dest": "/etc/pki/tls/private/ansible.G66c10", "gid": 994, "group": "mssql", "item": "/tmp/ansible.G66c10", "md5sum": "9fd24300782070db3ef9960123505c66", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/tmp/ansible.G66c10", "state": "file", "uid": 996 } 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:25:18 +0000 (0:00:00.558) 0:01:48.419 ****** 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 tlscert] ************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:25:18 +0000 (0:00:00.050) 0:01:48.469 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003585", "end": "2024-01-27 01:25:18.451203", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:25:18.447618" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:25:18 +0000 (0:00:00.224) 0:01:48.694 ****** 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.tlscert", "/etc/pki/tls/certs/ansible.q_jh_o" ], "delta": "0:00:00.141200", "end": "2024-01-27 01:25:18.833678", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:25:18.692478" } 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 tlscert] ************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:25:18 +0000 (0:00:00.336) 0:01:49.031 ****** 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:25:18 +0000 (0:00:00.058) 0:01:49.089 ****** 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 tlskey] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:25:19 +0000 (0:00:00.065) 0:01:49.154 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003541", "end": "2024-01-27 01:25:19.160660", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:25:19.157119" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:25:19 +0000 (0:00:00.195) 0:01:49.350 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.G66c10" ], "delta": "0:00:00.142253", "end": "2024-01-27 01:25:19.487822", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:25:19.345569" } 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 tlskey] ************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:25:19 +0000 (0:00:00.324) 0:01:49.675 ****** 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:25:19 +0000 (0:00:00.027) 0:01:49.702 ****** 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 tlsprotocols] ********* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:25:19 +0000 (0:00:00.054) 0:01:49.757 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003639", "end": "2024-01-27 01:25:19.738263", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:25:19.734624" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:25:19 +0000 (0:00:00.178) 0:01:49.935 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.143465", "end": "2024-01-27 01:25:20.075248", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:25:19.931783" } 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 tlsprotocols] ******* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:25:20 +0000 (0:00:00.386) 0:01:50.322 ****** 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:25:20 +0000 (0:00:00.035) 0:01:50.357 ****** 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 forceencryption] ****** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:25:20 +0000 (0:00:00.074) 0:01:50.432 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003625", "end": "2024-01-27 01:25:20.415753", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:25:20.412128" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:25:20 +0000 (0:00:00.228) 0:01:50.660 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.139556", "end": "2024-01-27 01:25:20.801179", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:25:20.661623" } 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 forceencryption] **** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:25:20 +0000 (0:00:00.374) 0:01:51.035 ****** 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:25:20 +0000 (0:00:00.063) 0:01:51.098 ****** 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:25:21 +0000 (0:00:00.086) 0:01:51.185 ****** 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:25:21 +0000 (0:00:00.026) 0:01:51.211 ****** 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:25:21 +0000 (0:00:00.033) 0:01:51.245 ****** 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:25:21 +0000 (0:00:00.047) 0:01:51.293 ****** 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:25:21 +0000 (0:00:00.032) 0:01:51.326 ****** 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:25:21 +0000 (0:00:00.045) 0:01:51.371 ****** 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:25:21 +0000 (0:00:00.040) 0:01:51.412 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:25:21 +0000 (0:00:00.068) 0:01:51.480 ****** 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:25:21 +0000 (0:00:00.030) 0:01:51.510 ****** 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:25:21 +0000 (0:00:00.028) 0:01:51.539 ****** 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:25:21 +0000 (0:00:00.023) 0:01:51.563 ****** 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:25:21 +0000 (0:00:00.029) 0:01:51.593 ****** 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:25:21 +0000 (0:00:00.025) 0:01:51.618 ****** 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:25:21 +0000 (0:00:00.046) 0:01:51.664 ****** 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:25:21 +0000 (0:00:00.049) 0:01:51.713 ****** 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:25:21 +0000 (0:00:00.144) 0:01:51.858 ****** 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:25:21 +0000 (0:00:00.039) 0:01:51.898 ****** 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:25:21 +0000 (0:00:00.050) 0:01:51.948 ****** 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:25:21 +0000 (0:00:00.039) 0:01:51.987 ****** 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:25:21 +0000 (0:00:00.042) 0:01:52.030 ****** 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:25:21 +0000 (0:00:00.061) 0:01:52.092 ****** 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:25:21 +0000 (0:00:00.052) 0:01:52.144 ****** 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:25:22 +0000 (0:00:00.054) 0:01:52.199 ****** 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:25:22 +0000 (0:00:00.056) 0:01:52.255 ****** 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:25:22 +0000 (0:00:00.063) 0:01:52.319 ****** 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:25:22 +0000 (0:00:00.024) 0:01:52.343 ****** 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:25:22 +0000 (0:00:00.037) 0:01:52.381 ****** 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:25:22 +0000 (0:00:00.034) 0:01:52.415 ****** 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:25:22 +0000 (0:00:00.030) 0:01:52.445 ****** 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:25:22 +0000 (0:00:00.035) 0:01:52.481 ****** 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:25:22 +0000 (0:00:00.053) 0:01:52.534 ****** 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:25:22 +0000 (0:00:00.024) 0:01:52.558 ****** 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:25:22 +0000 (0:00:00.033) 0:01:52.592 ****** 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:25:22 +0000 (0:00:00.092) 0:01:52.684 ****** 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:25:22 +0000 (0:00:00.050) 0:01:52.735 ****** 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:25:22 +0000 (0:00:00.058) 0:01:52.794 ****** 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:25:22 +0000 (0:00:00.030) 0:01:52.825 ****** 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:25:22 +0000 (0:00:00.033) 0:01:52.858 ****** 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:25:22 +0000 (0:00:00.029) 0:01:52.888 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 27 January 2024 01:25:22 +0000 (0:00:00.033) 0:01:52.922 ****** 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:25:22 +0000 (0:00:00.026) 0:01:52.948 ****** 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:25:22 +0000 (0:00:00.041) 0:01:52.989 ****** 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:25:22 +0000 (0:00:00.044) 0:01:53.033 ****** 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:25:22 +0000 (0:00:00.034) 0:01:53.068 ****** 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:25:22 +0000 (0:00:00.042) 0:01:53.110 ****** 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:25:22 +0000 (0:00:00.034) 0:01:53.144 ****** 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:25:23 +0000 (0:00:00.075) 0:01:53.219 ****** 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:25:23 +0000 (0:00:00.044) 0:01:53.264 ****** 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:25:23 +0000 (0:00:00.067) 0:01:53.331 ****** 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:25:23 +0000 (0:00:00.032) 0:01:53.363 ****** 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:25:23 +0000 (0:00:00.285) 0:01:53.648 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:25:01 UTC", "ActiveEnterTimestampMonotonic": "1938961130", "ActiveExitTimestamp": "Sat 2024-01-27 01:25:01 UTC", "ActiveExitTimestampMonotonic": "1938678212", "ActiveState": "active", "After": "auditd.service basic.target network.target systemd-journald.socket -.mount system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:25:01 UTC", "AssertTimestampMonotonic": "1938960400", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:25:01 UTC", "ConditionTimestampMonotonic": "1938960398", "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": "23981", "ExecMainStartTimestamp": "Sat 2024-01-27 01:25:01 UTC", "ExecMainStartTimestampMonotonic": "1938961049", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:25:01 UTC] ; stop_time=[n/a] ; pid=23981 ; 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:25:01 UTC", "InactiveEnterTimestampMonotonic": "1938958319", "InactiveExitTimestamp": "Sat 2024-01-27 01:25:01 UTC", "InactiveExitTimestampMonotonic": "1938961130", "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": "23981", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount system.slice basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:25:01 UTC", "WatchdogTimestampMonotonic": "1938961104", "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:25:24 +0000 (0:00:00.651) 0:01:54.300 ****** 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:25:24 +0000 (0:00:00.047) 0:01:54.348 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:131 Saturday 27 January 2024 01:25:24 +0000 (0:00:00.084) 0:01:54.432 ****** 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:25:24 +0000 (0:00:00.238) 0:01:54.671 ****** 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:25:24 +0000 (0:00:00.036) 0:01:54.707 ****** 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:25:24 +0000 (0:00:00.033) 0:01:54.740 ****** 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:25:24 +0000 (0:00:00.029) 0:01:54.770 ****** 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:25:24 +0000 (0:00:00.060) 0:01:54.830 ****** 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:25:24 +0000 (0:00:00.033) 0:01:54.864 ****** 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:25:24 +0000 (0:00:00.052) 0:01:54.916 ****** 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:25:24 +0000 (0:00:00.055) 0:01:54.972 ****** 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:25:24 +0000 (0:00:00.026) 0:01:54.998 ****** 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:25:24 +0000 (0:00:00.038) 0:01:55.037 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:25:24 UTC", "ActiveEnterTimestampMonotonic": "1961105489", "ActiveExitTimestamp": "Sat 2024-01-27 01:25:23 UTC", "ActiveExitTimestampMonotonic": "1960836601", "ActiveState": "active", "After": "auditd.service basic.target network.target systemd-journald.socket -.mount system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:25:24 UTC", "AssertTimestampMonotonic": "1961103956", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:25:24 UTC", "ConditionTimestampMonotonic": "1961103954", "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": "24870", "ExecMainStartTimestamp": "Sat 2024-01-27 01:25:24 UTC", "ExecMainStartTimestampMonotonic": "1961104957", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:25:24 UTC] ; stop_time=[n/a] ; pid=24870 ; 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:25:24 UTC", "InactiveEnterTimestampMonotonic": "1961103380", "InactiveExitTimestamp": "Sat 2024-01-27 01:25:24 UTC", "InactiveExitTimestampMonotonic": "1961105489", "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": "24870", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount system.slice basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:25:24 UTC", "WatchdogTimestampMonotonic": "1961105445", "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:25:25 +0000 (0:00:00.335) 0:01:55.373 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.005285", "end": "2024-01-27 01:25:25.412057", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:25:25.406772" } 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:25:25 +0000 (0:00:00.234) 0:01:55.607 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004144", "end": "2024-01-27 01:25:25.604387", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:25:25.600243" } 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:25:25 +0000 (0:00:00.180) 0:01:55.787 ****** 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:25:25 +0000 (0:00:00.084) 0:01:55.872 ****** 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": 6360, "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:25:27 +0000 (0:00:02.224) 0:01:58.097 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.042342", "end": "2024-01-27 01:25:28.115481", "rc": 0, "start": "2024-01-27 01:25:28.073139" } 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:25:28 +0000 (0:00:00.199) 0:01:58.296 ****** 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:25:28 +0000 (0:00:00.062) 0:01:58.359 ****** 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:25:28 +0000 (0:00:00.076) 0:01:58.436 ****** 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:25:28 +0000 (0:00:00.042) 0:01:58.478 ****** 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:25:28 +0000 (0:00:00.024) 0:01:58.503 ****** 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:25:28 +0000 (0:00:00.042) 0:01:58.545 ****** 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:25:28 +0000 (0:00:00.033) 0:01:58.579 ****** 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:25:28 +0000 (0:00:00.027) 0:01:58.606 ****** 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:25:28 +0000 (0:00:00.030) 0:01:58.636 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:25:28 +0000 (0:00:00.130) 0:01:58.767 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004703", "end": "2024-01-27 01:25:28.762284", "rc": 0, "start": "2024-01-27 01:25:28.757581" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.q_jh_o TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:25:28 +0000 (0:00:00.177) 0:01:58.944 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:25:28 +0000 (0:00:00.053) 0:01:58.997 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.q_jh_o] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:25:28 +0000 (0:00:00.027) 0:01:59.025 ****** 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:25:28 +0000 (0:00:00.031) 0:01:59.056 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:25:29 +0000 (0:00:00.094) 0:01:59.150 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004648", "end": "2024-01-27 01:25:29.209603", "rc": 0, "start": "2024-01-27 01:25:29.204955" } STDOUT: tlskey = /etc/pki/tls/private/ansible.G66c10 TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:25:29 +0000 (0:00:00.296) 0:01:59.447 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:25:29 +0000 (0:00:00.072) 0:01:59.520 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.G66c10] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:25:29 +0000 (0:00:00.079) 0:01:59.599 ****** 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:25:29 +0000 (0:00:00.072) 0:01:59.671 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:25:29 +0000 (0:00:00.110) 0:01:59.782 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004656", "end": "2024-01-27 01:25:29.770123", "rc": 0, "start": "2024-01-27 01:25:29.765467" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:25:29 +0000 (0:00:00.166) 0:01:59.948 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:25:29 +0000 (0:00:00.060) 0:02:00.008 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:25:29 +0000 (0:00:00.047) 0:02:00.055 ****** 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:25:30 +0000 (0:00:00.202) 0:02:00.257 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:25:30 +0000 (0:00:00.072) 0:02:00.329 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004641", "end": "2024-01-27 01:25:30.326597", "rc": 0, "start": "2024-01-27 01:25:30.321956" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:25:30 +0000 (0:00:00.183) 0:02:00.513 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:25:30 +0000 (0:00:00.052) 0:02:00.566 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:25:30 +0000 (0:00:00.040) 0:02:00.606 ****** 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:25:30 +0000 (0:00:00.043) 0:02:00.650 ****** 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:25:30 +0000 (0:00:00.062) 0:02:00.713 ****** 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:25:30 +0000 (0:00:00.038) 0:02:00.752 ****** 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_tls.yml:137 Saturday 27 January 2024 01:25:30 +0000 (0:00:00.040) 0:02:00.792 ****** 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:25:30 +0000 (0:00:00.253) 0:02:01.045 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003454", "end": "2024-01-27 01:25:31.088005", "rc": 0, "start": "2024-01-27 01:25:31.084551" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = false [EULA] accepteula = Y [network] tlscert = /etc/pki/tls/certs/ansible.q_jh_o tlskey = /etc/pki/tls/private/ansible.G66c10 tlsprotocols = 1.2 forceencryption = 1 TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:141 Saturday 27 January 2024 01:25:31 +0000 (0:00:00.221) 0:02:01.267 ****** 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:25:31 +0000 (0:00:00.394) 0:02:01.661 ****** 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:25:31 +0000 (0:00:00.043) 0:02:01.704 ****** 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:25:31 +0000 (0:00:00.028) 0:02:01.733 ****** 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:25:31 +0000 (0:00:00.045) 0:02:01.778 ****** 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:25:31 +0000 (0:00:00.037) 0:02:01.815 ****** 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:25:31 +0000 (0:00:00.020) 0:02:01.836 ****** 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:25:31 +0000 (0:00:00.024) 0:02:01.860 ****** 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:25:31 +0000 (0:00:00.025) 0:02:01.886 ****** 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:25:31 +0000 (0:00:00.035) 0:02:01.921 ****** 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:25:31 +0000 (0:00:00.025) 0:02:01.947 ****** 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:25:31 +0000 (0:00:00.035) 0:02:01.982 ****** 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:25:31 +0000 (0:00:00.111) 0:02:02.094 ****** 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:25:31 +0000 (0:00:00.023) 0:02:02.118 ****** 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:25:32 +0000 (0:00:00.086) 0:02:02.205 ****** 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:25:32 +0000 (0:00:00.043) 0:02:02.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:25:32 +0000 (0:00:00.065) 0:02:02.314 ****** 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:25:32 +0000 (0:00:00.043) 0:02:02.357 ****** 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:25:32 +0000 (0:00:00.047) 0:02:02.405 ****** 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:25:32 +0000 (0:00:00.033) 0:02:02.438 ****** 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:25:33 +0000 (0:00:01.113) 0:02:03.552 ****** 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:25:33 +0000 (0:00:00.085) 0:02:03.637 ****** 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:25:33 +0000 (0:00:00.069) 0:02:03.707 ****** 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:25:33 +0000 (0:00:00.032) 0:02:03.739 ****** 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:25:33 +0000 (0:00:00.103) 0:02:03.842 ****** 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:25:34 +0000 (0:00:00.389) 0:02:04.232 ****** 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:25:34 +0000 (0:00:00.024) 0:02:04.257 ****** 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:25:34 +0000 (0:00:00.136) 0:02:04.394 ****** 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:25:34 +0000 (0:00:00.028) 0:02:04.423 ****** 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:25:34 +0000 (0:00:00.026) 0:02:04.449 ****** 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:25:34 +0000 (0:00:00.041) 0:02:04.491 ****** 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:25:34 +0000 (0:00:00.028) 0:02:04.519 ****** 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:25:34 +0000 (0:00:00.024) 0:02:04.543 ****** 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:25:34 +0000 (0:00:00.043) 0:02:04.587 ****** 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:25:34 +0000 (0:00:00.034) 0:02:04.622 ****** 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:25:34 +0000 (0:00:00.364) 0:02:04.986 ****** 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:25:34 +0000 (0:00:00.036) 0:02:05.023 ****** 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.005515", "end": "2024-01-27 01:25:35.003939", "rc": 0, "start": "2024-01-27 01:25:34.998424" } 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:25:35 +0000 (0:00:00.154) 0:02:05.177 ****** 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:25:35 +0000 (0:00:00.790) 0:02:05.968 ****** 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:25:35 +0000 (0:00:00.030) 0:02:05.998 ****** 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:25:35 +0000 (0:00:00.140) 0:02:06.138 ****** 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:25:36 +0000 (0:00:00.038) 0:02:06.176 ****** 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:25:36 +0000 (0:00:00.030) 0:02:06.207 ****** 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:25:36 +0000 (0:00:00.025) 0:02:06.232 ****** 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:25:36 +0000 (0:00:00.370) 0:02:06.603 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 00:53:11 UTC", "ActiveEnterTimestampMonotonic": "28479848", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target network.target systemd-sysctl.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 00:53:10 UTC", "AssertTimestampMonotonic": "27069660", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 00:53:10 UTC", "ConditionTimestampMonotonic": "27069658", "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": "883", "ExecMainStartTimestamp": "Sat 2024-01-27 00:53:10 UTC", "ExecMainStartTimestampMonotonic": "27070632", "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:10 UTC", "InactiveExitTimestampMonotonic": "27070676", "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": "883", "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:11 UTC", "WatchdogTimestampMonotonic": "28479759", "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:25:36 +0000 (0:00:00.234) 0:02:06.838 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.100309", "end": "2024-01-27 01:25:36.910952", "rc": 0, "start": "2024-01-27 01:25:36.810643" } 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:25:36 +0000 (0:00:00.258) 0:02:07.096 ****** 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:25:36 +0000 (0:00:00.026) 0:02:07.123 ****** 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:25:37 +0000 (0:00:00.026) 0:02:07.149 ****** 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:25:37 +0000 (0:00:00.026) 0:02:07.176 ****** 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:25:37 +0000 (0:00:00.152) 0:02:07.328 ****** 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:25:37 +0000 (0:00:00.371) 0:02:07.700 ****** 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:25:37 +0000 (0:00:00.028) 0:02:07.729 ****** 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:25:37 +0000 (0:00:00.051) 0:02:07.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 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:25:37 +0000 (0:00:00.026) 0:02:07.808 ****** 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:25:37 +0000 (0:00:00.039) 0:02:07.847 ****** 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:25:37 +0000 (0:00:00.187) 0:02:08.035 ****** 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:25:37 +0000 (0:00:00.025) 0:02:08.060 ****** 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:25:37 +0000 (0:00:00.037) 0:02:08.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:25:37 +0000 (0:00:00.037) 0:02:08.135 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005696", "end": "2024-01-27 01:25:38.120773", "rc": 0, "start": "2024-01-27 01:25:38.115077" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 27 January 2024 01:25:38 +0000 (0:00:00.188) 0:02:08.323 ****** 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:25:38 +0000 (0:00:00.050) 0:02:08.373 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 27 January 2024 01:25:39 +0000 (0:00:01.040) 0:02:09.414 ****** 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:25:39 +0000 (0:00:00.058) 0:02:09.472 ****** 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:25:39 +0000 (0:00:00.048) 0:02:09.521 ****** 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:25:39 +0000 (0:00:00.045) 0:02:09.566 ****** 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:25:39 +0000 (0:00:00.028) 0:02:09.595 ****** 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:25:39 +0000 (0:00:00.052) 0:02:09.647 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003389", "end": "2024-01-27 01:25:39.669814", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:25:39.666425" } 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:25:39 +0000 (0:00:00.214) 0:02:09.861 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.139464", "end": "2024-01-27 01:25:40.010091", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:25:39.870627" } 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:25:40 +0000 (0:00:00.337) 0:02:10.199 ****** 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:25:40 +0000 (0:00:00.028) 0:02:10.228 ****** 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:25:40 +0000 (0:00:00.033) 0:02:10.261 ****** 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:25:40 +0000 (0:00:00.059) 0:02:10.321 ****** 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:25:40 +0000 (0:00:00.053) 0:02:10.375 ****** 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:25:40 +0000 (0:00:00.032) 0:02:10.407 ****** 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:25:40 +0000 (0:00:00.043) 0:02:10.450 ****** 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:25:40 +0000 (0:00:00.029) 0:02:10.480 ****** 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:25:40 +0000 (0:00:00.027) 0:02:10.508 ****** 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:25:40 +0000 (0:00:00.020) 0:02:10.529 ****** 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:25:40 +0000 (0:00:00.021) 0:02:10.550 ****** 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:25:40 +0000 (0:00:00.035) 0:02:10.585 ****** 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:25:40 +0000 (0:00:00.033) 0:02:10.619 ****** skipping: [sut] => (item=/tmp/ansible.q_jh_o) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.q_jh_o", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ansible.G66c10) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.G66c10", "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:25:40 +0000 (0:00:00.067) 0:02:10.686 ****** 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 tlscert] ************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:25:40 +0000 (0:00:00.040) 0:02:10.727 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003561", "end": "2024-01-27 01:25:40.711310", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:25:40.707749" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.q_jh_o TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:25:40 +0000 (0:00:00.169) 0:02:10.896 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlscert] ************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:25:40 +0000 (0:00:00.057) 0:02:10.954 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlscert" ], "delta": "0:00:00.139425", "end": "2024-01-27 01:25:41.140191", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:25:41.000766" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 27 January 2024 01:25:41 +0000 (0:00:00.381) 0:02:11.335 ****** 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 tlskey] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:25:41 +0000 (0:00:00.068) 0:02:11.404 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003667", "end": "2024-01-27 01:25:41.389477", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:25:41.385810" } STDOUT: tlskey = /etc/pki/tls/private/ansible.G66c10 TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:25:41 +0000 (0:00:00.180) 0:02:11.585 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlskey] ************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:25:41 +0000 (0:00:00.039) 0:02:11.624 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.137933", "end": "2024-01-27 01:25:41.747999", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:25:41.610066" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 27 January 2024 01:25:41 +0000 (0:00:00.320) 0:02:11.945 ****** 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 tlsprotocols] ********* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:25:41 +0000 (0:00:00.068) 0:02:12.014 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003760", "end": "2024-01-27 01:25:42.006167", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:25:42.002407" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:25:42 +0000 (0:00:00.172) 0:02:12.186 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlsprotocols] ******* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:25:42 +0000 (0:00:00.027) 0:02:12.214 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.140184", "end": "2024-01-27 01:25:42.340114", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:25:42.199930" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 27 January 2024 01:25:42 +0000 (0:00:00.308) 0:02:12.523 ****** 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 forceencryption] ****** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:25:42 +0000 (0:00:00.041) 0:02:12.564 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003575", "end": "2024-01-27 01:25:42.537802", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:25:42.534227" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:25:42 +0000 (0:00:00.149) 0:02:12.714 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network forceencryption] **** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:25:42 +0000 (0:00:00.025) 0:02:12.739 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.136582", "end": "2024-01-27 01:25:42.848880", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:25:42.712298" } 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 : 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:25:42 +0000 (0:00:00.285) 0:02:13.025 ****** 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:25:42 +0000 (0:00:00.030) 0:02:13.055 ****** 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:25:42 +0000 (0:00:00.023) 0:02:13.078 ****** 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:25:42 +0000 (0:00:00.022) 0:02:13.101 ****** 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:25:42 +0000 (0:00:00.026) 0:02:13.128 ****** 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:25:43 +0000 (0:00:00.034) 0:02:13.162 ****** 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:25:43 +0000 (0:00:00.021) 0:02:13.184 ****** 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:25:43 +0000 (0:00:00.023) 0:02:13.208 ****** 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:25:43 +0000 (0:00:00.034) 0:02:13.242 ****** 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:25:43 +0000 (0:00:00.050) 0:02:13.293 ****** 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:25:43 +0000 (0:00:00.027) 0:02:13.320 ****** 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:25:43 +0000 (0:00:00.024) 0:02:13.345 ****** 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:25:43 +0000 (0:00:00.029) 0:02:13.374 ****** 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:25:43 +0000 (0:00:00.020) 0:02:13.395 ****** 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:25:43 +0000 (0:00:00.024) 0:02:13.420 ****** 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:25:43 +0000 (0:00:00.023) 0:02:13.443 ****** 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:25:43 +0000 (0:00:00.022) 0:02:13.466 ****** 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:25:43 +0000 (0:00:00.113) 0:02:13.579 ****** 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:25:43 +0000 (0:00:00.026) 0:02:13.605 ****** 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:25:43 +0000 (0:00:00.028) 0:02:13.634 ****** 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:25:43 +0000 (0:00:00.022) 0:02:13.656 ****** 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:25:43 +0000 (0:00:00.021) 0:02:13.677 ****** 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:25:43 +0000 (0:00:00.021) 0:02:13.699 ****** 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:25:43 +0000 (0:00:00.019) 0:02:13.718 ****** 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:25:43 +0000 (0:00:00.020) 0:02:13.739 ****** 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:25:43 +0000 (0:00:00.021) 0:02:13.761 ****** 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:25:43 +0000 (0:00:00.025) 0:02:13.786 ****** 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:25:43 +0000 (0:00:00.031) 0:02:13.818 ****** 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:25:43 +0000 (0:00:00.023) 0:02:13.841 ****** 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:25:43 +0000 (0:00:00.036) 0:02:13.878 ****** 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:25:43 +0000 (0:00:00.030) 0:02:13.908 ****** 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:25:43 +0000 (0:00:00.027) 0:02:13.935 ****** 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:25:43 +0000 (0:00:00.029) 0:02:13.965 ****** 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:25:43 +0000 (0:00:00.030) 0:02:13.995 ****** 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:25:43 +0000 (0:00:00.041) 0:02:14.037 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 27 January 2024 01:25:43 +0000 (0:00:00.029) 0:02:14.067 ****** 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:25:44 +0000 (0:00:00.123) 0:02:14.190 ****** 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:25:44 +0000 (0:00:00.034) 0:02:14.224 ****** 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:25:44 +0000 (0:00:00.030) 0:02:14.255 ****** 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:25:44 +0000 (0:00:00.056) 0:02:14.311 ****** 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:25:44 +0000 (0:00:00.068) 0:02:14.380 ****** 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:25:44 +0000 (0:00:00.032) 0:02:14.413 ****** 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:25:44 +0000 (0:00:00.031) 0:02:14.445 ****** 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:25:44 +0000 (0:00:00.031) 0:02:14.477 ****** 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:25:44 +0000 (0:00:00.024) 0:02:14.501 ****** 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:25:44 +0000 (0:00:00.028) 0:02:14.530 ****** 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:25:44 +0000 (0:00:00.035) 0:02:14.565 ****** 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:25:44 +0000 (0:00:00.036) 0:02:14.601 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [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:25:44 +0000 (0:00:00.023) 0:02:14.625 ****** 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:25:44 +0000 (0:00:00.025) 0:02:14.650 ****** 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:25:44 +0000 (0:00:00.023) 0:02:14.674 ****** 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:25:44 +0000 (0:00:00.203) 0:02:14.878 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:25:24 UTC", "ActiveEnterTimestampMonotonic": "1961105489", "ActiveExitTimestamp": "Sat 2024-01-27 01:25:23 UTC", "ActiveExitTimestampMonotonic": "1960836601", "ActiveState": "active", "After": "auditd.service basic.target network.target systemd-journald.socket -.mount system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:25:24 UTC", "AssertTimestampMonotonic": "1961103956", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:25:24 UTC", "ConditionTimestampMonotonic": "1961103954", "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": "24870", "ExecMainStartTimestamp": "Sat 2024-01-27 01:25:24 UTC", "ExecMainStartTimestampMonotonic": "1961104957", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:25:24 UTC] ; stop_time=[n/a] ; pid=24870 ; 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:25:24 UTC", "InactiveEnterTimestampMonotonic": "1961103380", "InactiveExitTimestamp": "Sat 2024-01-27 01:25:24 UTC", "InactiveExitTimestampMonotonic": "1961105489", "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": "24870", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount system.slice basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:25:24 UTC", "WatchdogTimestampMonotonic": "1961105445", "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:25:45 +0000 (0:00:01.254) 0:02:16.132 ****** 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:25:46 +0000 (0:00:00.149) 0:02:16.281 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:147 Saturday 27 January 2024 01:25:46 +0000 (0:00:00.033) 0:02:16.315 ****** 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:25:46 +0000 (0:00:00.215) 0:02:16.531 ****** 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:25:46 +0000 (0:00:00.038) 0:02:16.570 ****** 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:25:46 +0000 (0:00:00.031) 0:02:16.601 ****** 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:25:46 +0000 (0:00:00.024) 0:02:16.625 ****** 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:25:46 +0000 (0:00:00.031) 0:02:16.657 ****** 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:25:46 +0000 (0:00:00.036) 0:02:16.693 ****** 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:25:46 +0000 (0:00:00.037) 0:02:16.731 ****** 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:25:46 +0000 (0:00:00.021) 0:02:16.752 ****** 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:25:46 +0000 (0:00:00.042) 0:02:16.795 ****** 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:25:46 +0000 (0:00:00.054) 0:02:16.850 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:25:45 UTC", "ActiveEnterTimestampMonotonic": "1983004374", "ActiveExitTimestamp": "Sat 2024-01-27 01:25:45 UTC", "ActiveExitTimestampMonotonic": "1982087788", "ActiveState": "active", "After": "auditd.service basic.target network.target systemd-journald.socket -.mount system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:25:45 UTC", "AssertTimestampMonotonic": "1983003628", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:25:45 UTC", "ConditionTimestampMonotonic": "1983003625", "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": "25576", "ExecMainStartTimestamp": "Sat 2024-01-27 01:25:45 UTC", "ExecMainStartTimestampMonotonic": "1983004305", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:25:45 UTC] ; stop_time=[n/a] ; pid=25576 ; 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:25:45 UTC", "InactiveEnterTimestampMonotonic": "1983002679", "InactiveExitTimestamp": "Sat 2024-01-27 01:25:45 UTC", "InactiveExitTimestampMonotonic": "1983004374", "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": "25576", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount system.slice basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:25:45 UTC", "WatchdogTimestampMonotonic": "1983004349", "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:25:47 +0000 (0:00:00.430) 0:02:17.280 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.005239", "end": "2024-01-27 01:25:47.338386", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:25:47.333147" } 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:25:47 +0000 (0:00:00.248) 0:02:17.529 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003832", "end": "2024-01-27 01:25:47.509176", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:25:47.505344" } 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:25:47 +0000 (0:00:00.187) 0:02:17.717 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [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:25:47 +0000 (0:00:00.046) 0:02:17.764 ****** 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": 6434, "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:25:49 +0000 (0:00:02.229) 0:02:19.993 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.043998", "end": "2024-01-27 01:25:50.090928", "rc": 0, "start": "2024-01-27 01:25:50.046930" } 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:25:50 +0000 (0:00:00.277) 0:02:20.270 ****** 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:25:50 +0000 (0:00:00.023) 0:02:20.293 ****** 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:25:50 +0000 (0:00:00.020) 0:02:20.314 ****** 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:25:50 +0000 (0:00:00.020) 0:02:20.335 ****** 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:25:50 +0000 (0:00:00.046) 0:02:20.382 ****** 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:25:50 +0000 (0:00:00.068) 0:02:20.450 ****** 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:25:50 +0000 (0:00:00.093) 0:02:20.544 ****** 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:25:50 +0000 (0:00:00.028) 0:02:20.572 ****** 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:25:50 +0000 (0:00:00.023) 0:02:20.595 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:25:50 +0000 (0:00:00.057) 0:02:20.653 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004733", "end": "2024-01-27 01:25:50.628583", "rc": 0, "start": "2024-01-27 01:25:50.623850" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:25:50 +0000 (0:00:00.170) 0:02:20.823 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:25:50 +0000 (0:00:00.095) 0:02:20.919 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:25:50 +0000 (0:00:00.064) 0:02:20.984 ****** 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:25:50 +0000 (0:00:00.043) 0:02:21.027 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:25:50 +0000 (0:00:00.050) 0:02:21.078 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004840", "end": "2024-01-27 01:25:51.065618", "rc": 0, "start": "2024-01-27 01:25:51.060778" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:25:51 +0000 (0:00:00.187) 0:02:21.266 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:25:51 +0000 (0:00:00.055) 0:02:21.321 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:25:51 +0000 (0:00:00.043) 0:02:21.365 ****** 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:25:51 +0000 (0:00:00.043) 0:02:21.408 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:25:51 +0000 (0:00:00.046) 0:02:21.455 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004629", "end": "2024-01-27 01:25:51.474887", "rc": 0, "start": "2024-01-27 01:25:51.470258" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:25:51 +0000 (0:00:00.305) 0:02:21.760 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:25:51 +0000 (0:00:00.043) 0:02:21.804 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:25:51 +0000 (0:00:00.029) 0:02:21.834 ****** 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:25:51 +0000 (0:00:00.024) 0:02:21.858 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:25:51 +0000 (0:00:00.050) 0:02:21.909 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004746", "end": "2024-01-27 01:25:51.889992", "rc": 0, "start": "2024-01-27 01:25:51.885246" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:25:51 +0000 (0:00:00.166) 0:02:22.075 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:25:51 +0000 (0:00:00.025) 0:02:22.100 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:25:51 +0000 (0:00:00.030) 0:02:22.130 ****** 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:25:52 +0000 (0:00:00.023) 0:02:22.154 ****** 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:25:52 +0000 (0:00:00.024) 0:02:22.178 ****** 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:25:52 +0000 (0:00:00.025) 0:02:22.204 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test with certs created by the certificate role] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:154 Saturday 27 January 2024 01:25:52 +0000 (0:00:00.021) 0:02:22.225 ****** 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:25:52 +0000 (0:00:00.608) 0:02:22.834 ****** 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:25:52 +0000 (0:00:00.037) 0:02:22.871 ****** 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:25:52 +0000 (0:00:00.060) 0:02:22.931 ****** 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:25:52 +0000 (0:00:00.046) 0:02:22.978 ****** 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:25:52 +0000 (0:00:00.021) 0:02:23.000 ****** 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:25:52 +0000 (0:00:00.028) 0:02:23.028 ****** 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:25:52 +0000 (0:00:00.044) 0:02:23.072 ****** 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:25:52 +0000 (0:00:00.028) 0:02:23.101 ****** 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:25:52 +0000 (0:00:00.033) 0:02:23.135 ****** 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:25:53 +0000 (0:00:00.031) 0:02:23.167 ****** 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:25:53 +0000 (0:00:00.125) 0:02:23.293 ****** 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:25:53 +0000 (0:00:00.022) 0:02:23.315 ****** 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:25:53 +0000 (0:00:00.022) 0:02:23.338 ****** 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:25:53 +0000 (0:00:00.040) 0:02:23.378 ****** 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:25:53 +0000 (0:00:00.032) 0:02:23.411 ****** 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:25:53 +0000 (0:00:00.035) 0:02:23.446 ****** 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:25:53 +0000 (0:00:00.040) 0:02:23.487 ****** 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:25:53 +0000 (0:00:00.033) 0:02:23.520 ****** 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:25:53 +0000 (0:00:00.029) 0:02:23.549 ****** 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:25:54 +0000 (0:00:00.980) 0:02:24.530 ****** 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:25:54 +0000 (0:00:00.059) 0:02:24.590 ****** 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:25:54 +0000 (0:00:00.021) 0:02:24.611 ****** 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:25:54 +0000 (0:00:00.101) 0:02:24.712 ****** 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:25:54 +0000 (0:00:00.048) 0:02:24.760 ****** 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:25:54 +0000 (0:00:00.362) 0:02:25.123 ****** 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:25:55 +0000 (0:00:00.045) 0:02:25.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:25:55 +0000 (0:00:00.038) 0:02:25.207 ****** 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:25:55 +0000 (0:00:00.029) 0:02:25.237 ****** 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:25:55 +0000 (0:00:00.056) 0:02:25.293 ****** 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:25:55 +0000 (0:00:00.049) 0:02:25.343 ****** 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:25:55 +0000 (0:00:00.040) 0:02:25.384 ****** 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:25:55 +0000 (0:00:00.070) 0:02:25.454 ****** 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:25:55 +0000 (0:00:00.029) 0:02:25.484 ****** 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:25:55 +0000 (0:00:00.052) 0:02:25.536 ****** 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:25:55 +0000 (0:00:00.403) 0:02:25.939 ****** 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:25:55 +0000 (0:00:00.050) 0:02:25.989 ****** 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.005734", "end": "2024-01-27 01:25:55.969493", "rc": 0, "start": "2024-01-27 01:25:55.963759" } 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:25:55 +0000 (0:00:00.153) 0:02:26.142 ****** 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:25:56 +0000 (0:00:00.778) 0:02:26.921 ****** 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:25:56 +0000 (0:00:00.028) 0:02:26.950 ****** 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:25:56 +0000 (0:00:00.020) 0:02:26.970 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:25:56 +0000 (0:00:00.019) 0:02:26.990 ****** 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:25:56 +0000 (0:00:00.026) 0:02:27.016 ****** 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:25:56 +0000 (0:00:00.019) 0:02:27.036 ****** 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:25:57 +0000 (0:00:00.358) 0:02:27.394 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 00:53:11 UTC", "ActiveEnterTimestampMonotonic": "28479848", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target network.target systemd-sysctl.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 00:53:10 UTC", "AssertTimestampMonotonic": "27069660", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 00:53:10 UTC", "ConditionTimestampMonotonic": "27069658", "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": "883", "ExecMainStartTimestamp": "Sat 2024-01-27 00:53:10 UTC", "ExecMainStartTimestampMonotonic": "27070632", "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:10 UTC", "InactiveExitTimestampMonotonic": "27070676", "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": "883", "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:11 UTC", "WatchdogTimestampMonotonic": "28479759", "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:25:57 +0000 (0:00:00.221) 0:02:27.616 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.098172", "end": "2024-01-27 01:25:57.679933", "rc": 0, "start": "2024-01-27 01:25:57.581761" } 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:25:57 +0000 (0:00:00.238) 0:02:27.855 ****** 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:25:57 +0000 (0:00:00.024) 0:02:27.880 ****** 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:25:57 +0000 (0:00:00.022) 0:02:27.902 ****** 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:25:57 +0000 (0:00:00.021) 0:02:27.924 ****** 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:25:57 +0000 (0:00:00.145) 0:02:28.070 ****** 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:25:58 +0000 (0:00:00.456) 0:02:28.526 ****** 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:25:58 +0000 (0:00:00.025) 0:02:28.552 ****** 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:25:58 +0000 (0:00:00.023) 0:02:28.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 : 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:25:58 +0000 (0:00:00.024) 0:02:28.600 ****** 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:25:58 +0000 (0:00:00.038) 0:02:28.638 ****** 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:25:58 +0000 (0:00:00.036) 0:02:28.675 ****** 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:25:58 +0000 (0:00:00.024) 0:02:28.700 ****** 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:25:58 +0000 (0:00:00.025) 0:02:28.726 ****** 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:25:58 +0000 (0:00:00.023) 0:02:28.749 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005763", "end": "2024-01-27 01:25:58.724053", "rc": 0, "start": "2024-01-27 01:25:58.718290" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 27 January 2024 01:25:58 +0000 (0:00:00.147) 0:02:28.897 ****** 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:25:58 +0000 (0:00:00.024) 0:02:28.921 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 27 January 2024 01:25:59 +0000 (0:00:00.972) 0:02:29.893 ****** 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:25:59 +0000 (0:00:00.101) 0:02:29.995 ****** 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:25:59 +0000 (0:00:00.028) 0:02:30.024 ****** 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:25:59 +0000 (0:00:00.023) 0:02:30.047 ****** 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:25:59 +0000 (0:00:00.022) 0:02:30.070 ****** 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:25:59 +0000 (0:00:00.037) 0:02:30.107 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003526", "end": "2024-01-27 01:26:00.082357", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:26:00.078831" } 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:26:00 +0000 (0:00:00.154) 0:02:30.262 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.138539", "end": "2024-01-27 01:26:00.380227", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:26:00.241688" } 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:26:00 +0000 (0:00:00.298) 0:02:30.560 ****** 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:26:00 +0000 (0:00:00.023) 0:02:30.584 ****** 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:26:00 +0000 (0:00:00.036) 0:02:30.620 ****** 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:26:00 +0000 (0:00:00.053) 0:02:30.674 ****** 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:26:00 +0000 (0:00:00.048) 0:02:30.723 ****** 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:26:00 +0000 (0:00:00.035) 0:02:30.759 ****** 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:26:00 +0000 (0:00:00.026) 0:02:30.785 ****** 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:26:00 +0000 (0:00:00.030) 0:02:30.816 ****** 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:26:00 +0000 (0:00:00.033) 0:02:30.849 ****** 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:26:00 +0000 (0:00:00.022) 0:02:30.872 ****** 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:26:00 +0000 (0:00:00.103) 0:02:30.975 ****** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 27 January 2024 01:26:00 +0000 (0:00:00.065) 0:02:31.041 ****** included: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 27 January 2024 01:26:00 +0000 (0:00:00.053) 0:02:31.094 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 27 January 2024 01:26:01 +0000 (0:00:00.078) 0:02:31.172 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 27 January 2024 01:26:01 +0000 (0:00:00.158) 0:02:31.330 ****** ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 27 January 2024 01:26:01 +0000 (0:00:00.030) 0:02:31.361 ****** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 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": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/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 [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 27 January 2024 01:26:01 +0000 (0:00:00.077) 0:02:31.439 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "python-pyasn1", "python-cryptography" ] }, "rc": 0, "results": [ "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed", "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 python2-cryptography.x86_64 0:1.7.2-2.el7 will be installed\n--> Processing Dependency: python-idna >= 2.0 for package: python2-cryptography-1.7.2-2.el7.x86_64\n--> Processing Dependency: python-cffi >= 1.4.1 for package: python2-cryptography-1.7.2-2.el7.x86_64\n---> Package python2-pyasn1.noarch 0:0.1.9-7.el7 will be installed\n--> Running transaction check\n---> Package python-cffi.x86_64 0:1.6.0-5.el7 will be installed\n--> Processing Dependency: python-pycparser for package: python-cffi-1.6.0-5.el7.x86_64\n---> Package python-idna.noarch 0:2.4-1.el7 will be installed\n--> Running transaction check\n---> Package python-pycparser.noarch 0:2.14-1.el7 will be installed\n--> Processing Dependency: python-ply for package: python-pycparser-2.14-1.el7.noarch\n--> Running transaction check\n---> Package python-ply.noarch 0:3.4-11.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n python2-cryptography x86_64 1.7.2-2.el7 base 502 k\n python2-pyasn1 noarch 0.1.9-7.el7 base 100 k\nInstalling for dependencies:\n python-cffi x86_64 1.6.0-5.el7 base 218 k\n python-idna noarch 2.4-1.el7 base 94 k\n python-ply noarch 3.4-11.el7 base 123 k\n python-pycparser noarch 2.14-1.el7 base 104 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+4 Dependent packages)\n\nTotal download size: 1.1 M\nInstalled size: 5.8 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 3.6 MB/s | 1.1 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : python2-pyasn1-0.1.9-7.el7.noarch 1/6 \n Installing : python-ply-3.4-11.el7.noarch 2/6 \n Installing : python-pycparser-2.14-1.el7.noarch 3/6 \n Installing : python-cffi-1.6.0-5.el7.x86_64 4/6 \n Installing : python-idna-2.4-1.el7.noarch 5/6 \n Installing : python2-cryptography-1.7.2-2.el7.x86_64 6/6 \n Verifying : python-idna-2.4-1.el7.noarch 1/6 \n Verifying : python-pycparser-2.14-1.el7.noarch 2/6 \n Verifying : python-ply-3.4-11.el7.noarch 3/6 \n Verifying : python-cffi-1.6.0-5.el7.x86_64 4/6 \n Verifying : python2-pyasn1-0.1.9-7.el7.noarch 5/6 \n Verifying : python2-cryptography-1.7.2-2.el7.x86_64 6/6 \n\nInstalled:\n python2-cryptography.x86_64 0:1.7.2-2.el7 python2-pyasn1.noarch 0:0.1.9-7.el7\n\nDependency Installed:\n python-cffi.x86_64 0:1.6.0-5.el7 python-idna.noarch 0:2.4-1.el7 \n python-ply.noarch 0:3.4-11.el7 python-pycparser.noarch 0:2.14-1.el7 \n\nComplete!\n" ] } lsrpackages: python-cryptography python-dbus python-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 27 January 2024 01:26:04 +0000 (0:00:03.584) 0:02:35.023 ****** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "changes": { "installed": [ "certmonger" ] }, "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 certmonger.x86_64 0:0.78.4-17.el7_9 will be installed\n--> Processing Dependency: libtevent.so.0(TEVENT_0.9.9)(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc_util.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc_client.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtevent.so.0()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtalloc.so.2()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Running transaction check\n---> Package libtalloc.x86_64 0:2.1.16-1.el7 will be installed\n---> Package libtevent.x86_64 0:0.9.39-1.el7 will be installed\n---> Package xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n---> Package xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n certmonger x86_64 0.78.4-17.el7_9 updates 608 k\nInstalling for dependencies:\n libtalloc x86_64 2.1.16-1.el7 base 33 k\n libtevent x86_64 0.9.39-1.el7 base 41 k\n xmlrpc-c x86_64 1.32.5-1905.svn2451.el7 base 130 k\n xmlrpc-c-client x86_64 1.32.5-1905.svn2451.el7 base 32 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+4 Dependent packages)\n\nTotal download size: 843 k\nInstalled size: 3.3 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 2.5 MB/s | 843 kB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtalloc-2.1.16-1.el7.x86_64 1/5 \n Installing : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 2/5 \n Installing : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 3/5 \n Installing : libtevent-0.9.39-1.el7.x86_64 4/5 \n Installing : certmonger-0.78.4-17.el7_9.x86_64 5/5 \n Verifying : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 1/5 \n Verifying : libtalloc-2.1.16-1.el7.x86_64 2/5 \n Verifying : certmonger-0.78.4-17.el7_9.x86_64 3/5 \n Verifying : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 4/5 \n Verifying : libtevent-0.9.39-1.el7.x86_64 5/5 \n\nInstalled:\n certmonger.x86_64 0:0.78.4-17.el7_9 \n\nDependency Installed:\n libtalloc.x86_64 0:2.1.16-1.el7 \n libtevent.x86_64 0:0.9.39-1.el7 \n xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 \n xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 \n\nComplete!\n" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 27 January 2024 01:26:08 +0000 (0:00:03.465) 0:02:38.489 ****** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 27 January 2024 01:26:08 +0000 (0:00:00.341) 0:02:38.831 ****** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 27 January 2024 01:26:08 +0000 (0:00:00.212) 0:02:39.043 ****** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "syslog.target network.target basic.target systemd-journald.socket dbus.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedorahosted.certmonger", "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": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "EnvironmentFile": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; 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/certmonger.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "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": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/var/run/certmonger.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "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": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 27 January 2024 01:26:09 +0000 (0:00:00.495) 0:02:39.539 ****** changed: [sut] => (item={'name': 'mssql_2019_cert', 'common_name': '10.31.43.53', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "common_name": "10.31.43.53", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } } MSG: Certificate requested (new). File attributes updated. TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 27 January 2024 01:26:10 +0000 (0:00:00.730) 0:02:40.269 ****** skipping: [sut] => (item=['cert', {'name': 'mssql_2019_cert', 'common_name': '10.31.43.53', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "common_name": "10.31.43.53", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'mssql_2019_cert', 'common_name': '10.31.43.53', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "common_name": "10.31.43.53", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'mssql_2019_cert', 'common_name': '10.31.43.53', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "common_name": "10.31.43.53", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } ], "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 27 January 2024 01:26:10 +0000 (0:00:00.056) 0:02:40.325 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 27 January 2024 01:26:10 +0000 (0:00:00.033) 0:02:40.359 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 27 January 2024 01:26:10 +0000 (0:00:00.028) 0:02:40.387 ****** 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:26:10 +0000 (0:00:00.027) 0:02:40.415 ****** ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "mssql_2019_cert.crt", "mssql_tls_private_key": "mssql_2019_cert.key" }, "changed": 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:26:10 +0000 (0:00:00.028) 0:02:40.443 ****** skipping: [sut] => (item=mssql_2019_cert.crt) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.crt", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=mssql_2019_cert.key) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.key", "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:26:10 +0000 (0:00:00.035) 0:02:40.479 ****** 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 tlscert] ************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:26:10 +0000 (0:00:00.039) 0:02:40.518 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004170", "end": "2024-01-27 01:26:10.491157", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:26:10.486987" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:26:10 +0000 (0:00:00.151) 0:02:40.670 ****** 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.tlscert", "/etc/pki/tls/certs/mssql_2019_cert.crt" ], "delta": "0:00:00.138611", "end": "2024-01-27 01:26:10.789817", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:26:10.651206" } 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 tlscert] ************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:26:10 +0000 (0:00:00.305) 0:02:40.975 ****** 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:26:10 +0000 (0:00:00.028) 0:02:41.004 ****** 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 tlskey] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:26:11 +0000 (0:00:00.144) 0:02:41.148 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003727", "end": "2024-01-27 01:26:11.149256", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:26:11.145529" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:26:11 +0000 (0:00:00.192) 0:02:41.340 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/mssql_2019_cert.key" ], "delta": "0:00:00.138130", "end": "2024-01-27 01:26:11.479461", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:26:11.341331" } 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 tlskey] ************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:26:11 +0000 (0:00:00.337) 0:02:41.678 ****** 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:26:11 +0000 (0:00:00.034) 0:02:41.712 ****** 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 tlsprotocols] ********* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:26:11 +0000 (0:00:00.068) 0:02:41.781 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003648", "end": "2024-01-27 01:26:11.769623", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:26:11.765975" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:26:11 +0000 (0:00:00.184) 0:02:41.965 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.141313", "end": "2024-01-27 01:26:12.083697", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:26:11.942384" } 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 tlsprotocols] ******* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:26:12 +0000 (0:00:00.314) 0:02:42.280 ****** 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:26:12 +0000 (0:00:00.028) 0:02:42.309 ****** 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 forceencryption] ****** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:26:12 +0000 (0:00:00.078) 0:02:42.388 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003490", "end": "2024-01-27 01:26:12.384907", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:26:12.381417" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:26:12 +0000 (0:00:00.181) 0:02:42.569 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.139013", "end": "2024-01-27 01:26:12.690417", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:26:12.551404" } 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 forceencryption] **** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:26:12 +0000 (0:00:00.300) 0:02:42.869 ****** 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:26:12 +0000 (0:00:00.023) 0:02:42.893 ****** 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:26:12 +0000 (0:00:00.022) 0:02:42.915 ****** 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:26:12 +0000 (0:00:00.096) 0:02:43.012 ****** 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:26:12 +0000 (0:00:00.022) 0:02:43.034 ****** 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:26:12 +0000 (0:00:00.024) 0:02:43.059 ****** 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:26:12 +0000 (0:00:00.040) 0:02:43.100 ****** 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:26:12 +0000 (0:00:00.035) 0:02:43.135 ****** 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:26:13 +0000 (0:00:00.022) 0:02:43.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 [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:26:13 +0000 (0:00:00.022) 0:02:43.180 ****** 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:26:13 +0000 (0:00:00.021) 0:02:43.202 ****** 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:26:13 +0000 (0:00:00.023) 0:02:43.225 ****** 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:26:13 +0000 (0:00:00.021) 0:02:43.247 ****** 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:26:13 +0000 (0:00:00.021) 0:02:43.268 ****** 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:26:13 +0000 (0:00:00.021) 0:02:43.290 ****** 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:26:13 +0000 (0:00:00.020) 0:02:43.311 ****** 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:26:13 +0000 (0:00:00.021) 0:02:43.332 ****** 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:26:13 +0000 (0:00:00.021) 0:02:43.353 ****** 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:26:13 +0000 (0:00:00.021) 0:02:43.375 ****** 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:26:13 +0000 (0:00:00.025) 0:02:43.400 ****** 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:26:13 +0000 (0:00:00.022) 0:02:43.422 ****** 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:26:13 +0000 (0:00:00.147) 0:02:43.570 ****** 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:26:13 +0000 (0:00:00.052) 0:02:43.622 ****** 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:26:13 +0000 (0:00:00.030) 0:02:43.653 ****** 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:26:13 +0000 (0:00:00.029) 0:02:43.682 ****** 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:26:13 +0000 (0:00:00.036) 0:02:43.719 ****** 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:26:13 +0000 (0:00:00.022) 0:02:43.741 ****** 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:26:13 +0000 (0:00:00.022) 0:02:43.764 ****** 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:26:13 +0000 (0:00:00.036) 0:02:43.800 ****** 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:26:13 +0000 (0:00:00.021) 0:02:43.822 ****** 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:26:13 +0000 (0:00:00.022) 0:02:43.844 ****** 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:26:13 +0000 (0:00:00.029) 0:02:43.874 ****** 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:26:13 +0000 (0:00:00.028) 0:02:43.902 ****** 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:26:13 +0000 (0:00:00.044) 0:02:43.946 ****** 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:26:13 +0000 (0:00:00.038) 0:02:43.985 ****** 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:26:13 +0000 (0:00:00.024) 0:02:44.010 ****** 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:26:13 +0000 (0:00:00.022) 0:02:44.032 ****** 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:26:13 +0000 (0:00:00.037) 0:02:44.069 ****** 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:26:13 +0000 (0:00:00.040) 0:02:44.110 ****** 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:26:13 +0000 (0:00:00.023) 0:02:44.133 ****** 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:26:14 +0000 (0:00:00.124) 0:02:44.257 ****** 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:26:14 +0000 (0:00:00.021) 0:02:44.279 ****** 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:26:14 +0000 (0:00:00.021) 0:02:44.301 ****** 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:26:14 +0000 (0:00:00.028) 0:02:44.330 ****** 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:26:14 +0000 (0:00:00.026) 0:02:44.356 ****** 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:26:14 +0000 (0:00:00.021) 0:02:44.378 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 27 January 2024 01:26:14 +0000 (0:00:00.020) 0:02:44.399 ****** 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:26:14 +0000 (0:00:00.023) 0:02:44.422 ****** 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:26:14 +0000 (0:00:00.037) 0:02:44.459 ****** 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:26:14 +0000 (0:00:00.032) 0:02:44.492 ****** 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:26:14 +0000 (0:00:00.029) 0:02:44.521 ****** 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:26:14 +0000 (0:00:00.023) 0:02:44.545 ****** 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:26:14 +0000 (0:00:00.170) 0:02:44.716 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:25:45 UTC", "ActiveEnterTimestampMonotonic": "1983004374", "ActiveExitTimestamp": "Sat 2024-01-27 01:25:45 UTC", "ActiveExitTimestampMonotonic": "1982087788", "ActiveState": "active", "After": "network.target basic.target system.slice auditd.service -.mount systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:25:45 UTC", "AssertTimestampMonotonic": "1983003628", "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:25:45 UTC", "ConditionTimestampMonotonic": "1983003625", "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": "25576", "ExecMainStartTimestamp": "Sat 2024-01-27 01:25:45 UTC", "ExecMainStartTimestampMonotonic": "1983004305", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 01:25:45 UTC", "InactiveEnterTimestampMonotonic": "1983002679", "InactiveExitTimestamp": "Sat 2024-01-27 01:25:45 UTC", "InactiveExitTimestampMonotonic": "1983004374", "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": "25576", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:25:45 UTC", "WatchdogTimestampMonotonic": "1983004349", "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:26:15 +0000 (0:00:01.347) 0:02:46.064 ****** 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:26:16 +0000 (0:00:00.116) 0:02:46.180 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:168 Saturday 27 January 2024 01:26:16 +0000 (0:00:00.022) 0:02:46.203 ****** 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:26:16 +0000 (0:00:00.215) 0:02:46.419 ****** 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:26:16 +0000 (0:00:00.021) 0:02:46.440 ****** 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:26:16 +0000 (0:00:00.020) 0:02:46.460 ****** 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:26:16 +0000 (0:00:00.021) 0:02:46.482 ****** 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:26:16 +0000 (0:00:00.022) 0:02:46.504 ****** 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:26:16 +0000 (0:00:00.020) 0:02:46.525 ****** 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:26:16 +0000 (0:00:00.021) 0:02:46.547 ****** 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:26:16 +0000 (0:00:00.020) 0:02:46.567 ****** 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:26:16 +0000 (0:00:00.020) 0:02:46.588 ****** 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:26:16 +0000 (0:00:00.133) 0:02:46.721 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:26:15 UTC", "ActiveEnterTimestampMonotonic": "2012942329", "ActiveExitTimestamp": "Sat 2024-01-27 01:26:14 UTC", "ActiveExitTimestampMonotonic": "2011846411", "ActiveState": "active", "After": "network.target basic.target system.slice auditd.service -.mount systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:26:15 UTC", "AssertTimestampMonotonic": "2012941348", "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:26:15 UTC", "ConditionTimestampMonotonic": "2012941346", "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": "26430", "ExecMainStartTimestamp": "Sat 2024-01-27 01:26:15 UTC", "ExecMainStartTimestampMonotonic": "2012942242", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:26:15 UTC] ; stop_time=[n/a] ; pid=26430 ; 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:26:15 UTC", "InactiveEnterTimestampMonotonic": "2012940292", "InactiveExitTimestamp": "Sat 2024-01-27 01:26:15 UTC", "InactiveExitTimestampMonotonic": "2012942329", "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": "26430", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:26:15 UTC", "WatchdogTimestampMonotonic": "2012942293", "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:26:16 +0000 (0:00:00.241) 0:02:46.963 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003647", "end": "2024-01-27 01:26:16.935248", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:26:16.931601" } 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:26:16 +0000 (0:00:00.145) 0:02:47.108 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004758", "end": "2024-01-27 01:26:17.090291", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:26:17.085533" } 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:26:17 +0000 (0:00:00.154) 0:02:47.263 ****** 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:26:17 +0000 (0:00:00.027) 0:02:47.290 ****** ok: [sut] => { "changed": false, "elapsed": 3, "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": 7005, "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:26:20 +0000 (0:00:03.211) 0:02:50.502 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.034773", "end": "2024-01-27 01:26:20.505638", "rc": 0, "start": "2024-01-27 01:26:20.470865" } 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:26:20 +0000 (0:00:00.180) 0:02:50.682 ****** 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:26:20 +0000 (0:00:00.031) 0:02:50.714 ****** 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:26:20 +0000 (0:00:00.023) 0:02:50.738 ****** 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:26:20 +0000 (0:00:00.019) 0:02:50.757 ****** 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:26:20 +0000 (0:00:00.021) 0:02:50.778 ****** 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:26:20 +0000 (0:00:00.021) 0:02:50.800 ****** 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:26:20 +0000 (0:00:00.020) 0:02:50.821 ****** 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:26:20 +0000 (0:00:00.096) 0:02:50.917 ****** 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:26:20 +0000 (0:00:00.023) 0:02:50.940 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:26:20 +0000 (0:00:00.042) 0:02:50.983 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004719", "end": "2024-01-27 01:26:20.960083", "rc": 0, "start": "2024-01-27 01:26:20.955364" } STDOUT: tlscert = /etc/pki/tls/certs/mssql_2019_cert.crt TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:26:20 +0000 (0:00:00.152) 0:02:51.135 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:26:21 +0000 (0:00:00.031) 0:02:51.167 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/mssql_2019_cert.crt] ************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:26:21 +0000 (0:00:00.045) 0:02:51.212 ****** 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:26:21 +0000 (0:00:00.028) 0:02:51.241 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:26:21 +0000 (0:00:00.046) 0:02:51.287 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004793", "end": "2024-01-27 01:26:21.264357", "rc": 0, "start": "2024-01-27 01:26:21.259564" } STDOUT: tlskey = /etc/pki/tls/private/mssql_2019_cert.key TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:26:21 +0000 (0:00:00.157) 0:02:51.445 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:26:21 +0000 (0:00:00.031) 0:02:51.477 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/mssql_2019_cert.key] ********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:26:21 +0000 (0:00:00.025) 0:02:51.503 ****** 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:26:21 +0000 (0:00:00.021) 0:02:51.524 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:26:21 +0000 (0:00:00.037) 0:02:51.562 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004795", "end": "2024-01-27 01:26:21.536531", "rc": 0, "start": "2024-01-27 01:26:21.531736" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:26:21 +0000 (0:00:00.147) 0:02:51.710 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:26:21 +0000 (0:00:00.099) 0:02:51.809 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:26:21 +0000 (0:00:00.026) 0:02:51.836 ****** 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:26:21 +0000 (0:00:00.023) 0:02:51.859 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:7 Saturday 27 January 2024 01:26:21 +0000 (0:00:00.041) 0:02:51.901 ****** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004769", "end": "2024-01-27 01:26:21.889544", "rc": 0, "start": "2024-01-27 01:26:21.884775" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:14 Saturday 27 January 2024 01:26:21 +0000 (0:00:00.175) 0:02:52.076 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:25 Saturday 27 January 2024 01:26:21 +0000 (0:00:00.024) 0:02:52.101 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/mssql_conf_verify.yml:40 Saturday 27 January 2024 01:26:21 +0000 (0:00:00.037) 0:02:52.139 ****** 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:26:22 +0000 (0:00:00.030) 0:02:52.169 ****** 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:26:22 +0000 (0:00:00.024) 0:02:52.194 ****** 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:26:22 +0000 (0:00:00.028) 0:02:52.222 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/tests_tls.yml:175 Saturday 27 January 2024 01:26:22 +0000 (0:00:00.024) 0:02:52.247 ****** 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:26:22 +0000 (0:00:00.502) 0:02:52.749 ****** 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:26:22 +0000 (0:00:00.034) 0:02:52.784 ****** 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:26:22 +0000 (0:00:00.029) 0:02:52.814 ****** 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:26:22 +0000 (0:00:00.036) 0:02:52.850 ****** 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:26:22 +0000 (0:00:00.019) 0:02:52.870 ****** 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:26:22 +0000 (0:00:00.021) 0:02:52.892 ****** 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:26:22 +0000 (0:00:00.020) 0:02:52.912 ****** 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:26:22 +0000 (0:00:00.020) 0:02:52.933 ****** 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:26:22 +0000 (0:00:00.020) 0:02:52.953 ****** 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:26:22 +0000 (0:00:00.020) 0:02:52.974 ****** 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:26:22 +0000 (0:00:00.137) 0:02:53.111 ****** 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:26:23 +0000 (0:00:00.053) 0:02:53.165 ****** 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:26:23 +0000 (0:00:00.040) 0:02:53.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:26:23 +0000 (0:00:00.027) 0:02:53.233 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 27 January 2024 01:26:23 +0000 (0:00:00.025) 0:02:53.258 ****** 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:26:23 +0000 (0:00:00.026) 0:02:53.285 ****** 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:26:23 +0000 (0:00:00.027) 0:02:53.313 ****** 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:26:23 +0000 (0:00:00.031) 0:02:53.344 ****** 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:26:23 +0000 (0:00:00.025) 0:02:53.369 ****** 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:26:24 +0000 (0:00:00.977) 0:02:54.347 ****** 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:26:24 +0000 (0:00:00.064) 0:02:54.411 ****** 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:26:24 +0000 (0:00:00.022) 0:02:54.434 ****** 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:26:24 +0000 (0:00:00.024) 0:02:54.458 ****** 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:26:24 +0000 (0:00:00.041) 0:02:54.500 ****** 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:26:24 +0000 (0:00:00.353) 0:02:54.853 ****** 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:26:24 +0000 (0:00:00.045) 0:02:54.898 ****** 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:26:24 +0000 (0:00:00.033) 0:02:54.931 ****** 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:26:24 +0000 (0:00:00.026) 0:02:54.957 ****** 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:26:24 +0000 (0:00:00.030) 0:02:54.988 ****** 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:26:24 +0000 (0:00:00.035) 0:02:55.023 ****** 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:26:24 +0000 (0:00:00.042) 0:02:55.066 ****** 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:26:24 +0000 (0:00:00.026) 0:02:55.093 ****** 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:26:24 +0000 (0:00:00.025) 0:02:55.119 ****** 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:26:25 +0000 (0:00:00.030) 0:02:55.149 ****** 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:26:25 +0000 (0:00:00.372) 0:02:55.522 ****** 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:26:25 +0000 (0:00:00.031) 0:02:55.553 ****** 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.005790", "end": "2024-01-27 01:26:25.545138", "rc": 0, "start": "2024-01-27 01:26:25.539348" } 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:26:25 +0000 (0:00:00.164) 0:02:55.718 ****** 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:26:26 +0000 (0:00:00.834) 0:02:56.552 ****** 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:26:26 +0000 (0:00:00.051) 0:02:56.604 ****** 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:26:26 +0000 (0:00:00.144) 0:02:56.748 ****** 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:26:26 +0000 (0:00:00.026) 0:02:56.775 ****** 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:26:26 +0000 (0:00:00.033) 0:02:56.808 ****** 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:26:26 +0000 (0:00:00.026) 0:02:56.835 ****** 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:26:27 +0000 (0:00:00.375) 0:02:57.211 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 00:53:11 UTC", "ActiveEnterTimestampMonotonic": "28479848", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target basic.target system.slice systemd-journald.socket dbus.service systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 00:53:10 UTC", "AssertTimestampMonotonic": "27069660", "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:10 UTC", "ConditionTimestampMonotonic": "27069658", "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": "883", "ExecMainStartTimestamp": "Sat 2024-01-27 00:53:10 UTC", "ExecMainStartTimestampMonotonic": "27070632", "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:10 UTC", "InactiveExitTimestampMonotonic": "27070676", "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": "883", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice dbus.service polkit.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 00:53:11 UTC", "WatchdogTimestampMonotonic": "28479759", "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:26:27 +0000 (0:00:00.253) 0:02:57.464 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.102922", "end": "2024-01-27 01:26:27.539310", "rc": 0, "start": "2024-01-27 01:26:27.436388" } 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:26:27 +0000 (0:00:00.251) 0:02:57.715 ****** 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:26:27 +0000 (0:00:00.029) 0:02:57.744 ****** 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:26:27 +0000 (0:00:00.024) 0:02:57.769 ****** 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:26:27 +0000 (0:00:00.025) 0:02:57.794 ****** 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:26:27 +0000 (0:00:00.150) 0:02:57.945 ****** 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:26:28 +0000 (0:00:00.360) 0:02:58.305 ****** 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:26:28 +0000 (0:00:00.021) 0:02:58.327 ****** 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:26:28 +0000 (0:00:00.020) 0:02:58.348 ****** 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:26:28 +0000 (0:00:00.020) 0:02:58.368 ****** 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:26:28 +0000 (0:00:00.098) 0:02:58.467 ****** 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:26:28 +0000 (0:00:00.023) 0:02:58.490 ****** 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:26:28 +0000 (0:00:00.021) 0:02:58.512 ****** 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:26:28 +0000 (0:00:00.020) 0:02:58.533 ****** 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:26:28 +0000 (0:00:00.020) 0:02:58.553 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005552", "end": "2024-01-27 01:26:28.528196", "rc": 0, "start": "2024-01-27 01:26:28.522644" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 27 January 2024 01:26:28 +0000 (0:00:00.150) 0:02:58.704 ****** 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:26:28 +0000 (0:00:00.024) 0:02:58.728 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 27 January 2024 01:26:29 +0000 (0:00:00.971) 0:02:59.699 ****** 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:26:29 +0000 (0:00:00.023) 0:02:59.723 ****** 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:26:29 +0000 (0:00:00.021) 0:02:59.744 ****** 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:26:29 +0000 (0:00:00.023) 0:02:59.768 ****** 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:26:29 +0000 (0:00:00.030) 0:02:59.799 ****** 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:26:29 +0000 (0:00:00.037) 0:02:59.836 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003494", "end": "2024-01-27 01:26:29.849304", "failed_when_result": false, "rc": 1, "start": "2024-01-27 01:26:29.845810" } 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:26:29 +0000 (0:00:00.190) 0:03:00.026 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.142981", "end": "2024-01-27 01:26:30.143410", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:26:30.000429" } 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:26:30 +0000 (0:00:00.381) 0:03:00.408 ****** 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:26:30 +0000 (0:00:00.022) 0:03:00.431 ****** 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:26:30 +0000 (0:00:00.021) 0:03:00.452 ****** 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:26:30 +0000 (0:00:00.023) 0:03:00.476 ****** 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:26:30 +0000 (0:00:00.023) 0:03:00.499 ****** 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:26:30 +0000 (0:00:00.023) 0:03:00.522 ****** 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:26:30 +0000 (0:00:00.022) 0:03:00.545 ****** 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:26:30 +0000 (0:00:00.021) 0:03:00.567 ****** 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:26:30 +0000 (0:00:00.023) 0:03:00.590 ****** 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:26:30 +0000 (0:00:00.021) 0:03:00.612 ****** 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:26:30 +0000 (0:00:00.021) 0:03:00.634 ****** 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:26:30 +0000 (0:00:00.023) 0:03:00.657 ****** 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:26:30 +0000 (0:00:00.021) 0:03:00.679 ****** skipping: [sut] => (item=mssql_2019_cert.crt) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.crt", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=mssql_2019_cert.key) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.key", "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:26:30 +0000 (0:00:00.032) 0:03:00.711 ****** 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 tlscert] ************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:26:30 +0000 (0:00:00.041) 0:03:00.753 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003602", "end": "2024-01-27 01:26:30.729676", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:26:30.726074" } STDOUT: tlscert = /etc/pki/tls/certs/mssql_2019_cert.crt TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:26:30 +0000 (0:00:00.151) 0:03:00.904 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlscert] ************ task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:26:30 +0000 (0:00:00.026) 0:03:00.930 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlscert" ], "delta": "0:00:00.139769", "end": "2024-01-27 01:26:31.044136", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:26:30.904367" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 27 January 2024 01:26:31 +0000 (0:00:00.287) 0:03:01.218 ****** included: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlskey] *************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:26:31 +0000 (0:00:00.038) 0:03:01.257 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003567", "end": "2024-01-27 01:26:31.230666", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:26:31.227099" } STDOUT: tlskey = /etc/pki/tls/private/mssql_2019_cert.key TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:26:31 +0000 (0:00:00.151) 0:03:01.409 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlskey] ************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:26:31 +0000 (0:00:00.037) 0:03:01.447 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.139908", "end": "2024-01-27 01:26:31.558673", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:26:31.418765" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 27 January 2024 01:26:31 +0000 (0:00:00.297) 0:03:01.744 ****** 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 tlsprotocols] ********* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:26:31 +0000 (0:00:00.051) 0:03:01.795 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003676", "end": "2024-01-27 01:26:31.775124", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:26:31.771448" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:26:31 +0000 (0:00:00.155) 0:03:01.950 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlsprotocols] ******* task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:26:31 +0000 (0:00:00.026) 0:03:01.977 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.139216", "end": "2024-01-27 01:26:32.088628", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:26:31.949412" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 27 January 2024 01:26:32 +0000 (0:00:00.286) 0:03:02.264 ****** 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 forceencryption] ****** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 27 January 2024 01:26:32 +0000 (0:00:00.041) 0:03:02.305 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003507", "end": "2024-01-27 01:26:32.280949", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:26:32.277442" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 27 January 2024 01:26:32 +0000 (0:00:00.153) 0:03:02.459 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network forceencryption] **** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 27 January 2024 01:26:32 +0000 (0:00:00.028) 0:03:02.487 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.142178", "end": "2024-01-27 01:26:32.603867", "failed_when_result": false, "rc": 0, "start": "2024-01-27 01:26:32.461689" } 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 : 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:26:32 +0000 (0:00:00.384) 0:03:02.872 ****** 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:26:32 +0000 (0:00:00.022) 0:03:02.895 ****** 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:26:32 +0000 (0:00:00.020) 0:03:02.916 ****** 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:26:32 +0000 (0:00:00.020) 0:03:02.936 ****** 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:26:32 +0000 (0:00:00.022) 0:03:02.958 ****** 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:26:32 +0000 (0:00:00.022) 0:03:02.981 ****** 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:26:32 +0000 (0:00:00.021) 0:03:03.003 ****** 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:26:32 +0000 (0:00:00.021) 0:03:03.024 ****** 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:26:32 +0000 (0:00:00.020) 0:03:03.045 ****** 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:26:32 +0000 (0:00:00.021) 0:03:03.066 ****** 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:26:32 +0000 (0:00:00.020) 0:03:03.086 ****** 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:26:32 +0000 (0:00:00.019) 0:03:03.106 ****** 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:26:32 +0000 (0:00:00.020) 0:03:03.126 ****** 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:26:32 +0000 (0:00:00.020) 0:03:03.146 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 27 January 2024 01:26:33 +0000 (0:00:00.019) 0:03:03.166 ****** 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:26:33 +0000 (0:00:00.020) 0:03:03.187 ****** 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:26:33 +0000 (0:00:00.021) 0:03:03.208 ****** 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:26:33 +0000 (0:00:00.021) 0:03:03.230 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 27 January 2024 01:26:33 +0000 (0:00:00.020) 0:03:03.250 ****** 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:26:33 +0000 (0:00:00.097) 0:03:03.348 ****** 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:26:33 +0000 (0:00:00.022) 0:03:03.371 ****** 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:26:33 +0000 (0:00:00.021) 0:03:03.393 ****** 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:26:33 +0000 (0:00:00.025) 0:03:03.419 ****** 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:26:33 +0000 (0:00:00.021) 0:03:03.440 ****** 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:26:33 +0000 (0:00:00.021) 0:03:03.462 ****** 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:26:33 +0000 (0:00:00.019) 0:03:03.481 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 27 January 2024 01:26:33 +0000 (0:00:00.021) 0:03:03.502 ****** 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:26:33 +0000 (0:00:00.025) 0:03:03.528 ****** 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:26:33 +0000 (0:00:00.022) 0:03:03.550 ****** 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:26:33 +0000 (0:00:00.024) 0:03:03.574 ****** 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:26:33 +0000 (0:00:00.028) 0:03:03.602 ****** 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:26:33 +0000 (0:00:00.021) 0:03:03.624 ****** 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:26:33 +0000 (0:00:00.020) 0:03:03.644 ****** 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:26:33 +0000 (0:00:00.019) 0:03:03.664 ****** 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:26:33 +0000 (0:00:00.020) 0:03:03.685 ****** 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:26:33 +0000 (0:00:00.019) 0:03:03.704 ****** 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:26:33 +0000 (0:00:00.019) 0:03:03.724 ****** 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:26:33 +0000 (0:00:00.020) 0:03:03.744 ****** 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:26:33 +0000 (0:00:00.097) 0:03:03.842 ****** 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:26:33 +0000 (0:00:00.023) 0:03:03.865 ****** 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:26:33 +0000 (0:00:00.021) 0:03:03.886 ****** 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:26:33 +0000 (0:00:00.021) 0:03:03.908 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 27 January 2024 01:26:33 +0000 (0:00:00.026) 0:03:03.935 ****** 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:26:33 +0000 (0:00:00.021) 0:03:03.956 ****** 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:26:33 +0000 (0:00:00.019) 0:03:03.976 ****** 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:26:33 +0000 (0:00:00.020) 0:03:03.996 ****** 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:26:33 +0000 (0:00:00.021) 0:03:04.017 ****** 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:26:33 +0000 (0:00:00.024) 0:03:04.041 ****** 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:26:33 +0000 (0:00:00.020) 0:03:04.061 ****** 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:26:33 +0000 (0:00:00.020) 0:03:04.082 ****** 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:26:33 +0000 (0:00:00.023) 0:03:04.105 ****** 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:26:34 +0000 (0:00:00.166) 0:03:04.272 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:26:15 UTC", "ActiveEnterTimestampMonotonic": "2012942329", "ActiveExitTimestamp": "Sat 2024-01-27 01:26:14 UTC", "ActiveExitTimestampMonotonic": "2011846411", "ActiveState": "active", "After": "network.target basic.target system.slice auditd.service -.mount systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:26:15 UTC", "AssertTimestampMonotonic": "2012941348", "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:26:15 UTC", "ConditionTimestampMonotonic": "2012941346", "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": "26430", "ExecMainStartTimestamp": "Sat 2024-01-27 01:26:15 UTC", "ExecMainStartTimestampMonotonic": "2012942242", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-27 01:26:15 UTC] ; stop_time=[n/a] ; pid=26430 ; 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:26:15 UTC", "InactiveEnterTimestampMonotonic": "2012940292", "InactiveExitTimestamp": "Sat 2024-01-27 01:26:15 UTC", "InactiveExitTimestampMonotonic": "2012942329", "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": "26430", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-27 01:26:15 UTC", "WatchdogTimestampMonotonic": "2012942293", "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:26:34 +0000 (0:00:00.517) 0:03:04.789 ****** 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:26:34 +0000 (0:00:00.020) 0:03:04.810 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up after the role invocation] ************************************** task path: /WORKDIR/git-weekly-cijcue11hy/tests/tests_tls_2019.yml:26 Saturday 27 January 2024 01:26:34 +0000 (0:00:00.100) 0:03:04.910 ****** 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:26:34 +0000 (0:00:00.037) 0:03:04.948 ****** 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:26:35 +0000 (0:00:00.986) 0:03:05.935 ****** 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:26:35 +0000 (0:00:00.026) 0:03:05.961 ****** 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:26:35 +0000 (0:00:00.022) 0:03:05.984 ****** 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:26:35 +0000 (0:00:00.059) 0:03:06.044 ****** 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:26:35 +0000 (0:00:00.040) 0:03:06.084 ****** 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:26:36 +0000 (0:00:00.117) 0:03:06.201 ****** 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:26:36 +0000 (0:00:00.154) 0:03:06.355 ****** 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:26:36 +0000 (0:00:00.023) 0:03:06.379 ****** 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:26:36 +0000 (0:00:00.576) 0:03:06.955 ****** 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:26:36 +0000 (0:00:00.041) 0:03:06.997 ****** 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:26:36 +0000 (0:00:00.050) 0:03:07.048 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:15:36 UTC", "ActiveEnterTimestampMonotonic": "1374007976", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:15:36 UTC", "AssertTimestampMonotonic": "1373437637", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:15:36 UTC", "ConditionTimestampMonotonic": "1373437635", "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", "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": "12654", "ExecMainStartTimestamp": "Sat 2024-01-27 01:15:36 UTC", "ExecMainStartTimestampMonotonic": "1373439102", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-27 01:15:36 UTC", "InactiveExitTimestampMonotonic": "1373439157", "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": "12654", "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": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-01-27 01:15:36 UTC", "WatchdogTimestampMonotonic": "1374007905", "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:26:37 +0000 (0:00:00.286) 0:03:07.335 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-27 01:15:36 UTC", "ActiveEnterTimestampMonotonic": "1374007976", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 01:15:36 UTC", "AssertTimestampMonotonic": "1373437637", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 01:15:36 UTC", "ConditionTimestampMonotonic": "1373437635", "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", "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": "12654", "ExecMainStartTimestamp": "Sat 2024-01-27 01:15:36 UTC", "ExecMainStartTimestampMonotonic": "1373439102", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-27 01:15:36 UTC", "InactiveExitTimestampMonotonic": "1373439157", "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": "12654", "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": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-01-27 01:15:36 UTC", "WatchdogTimestampMonotonic": "1374007905", "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:26:37 +0000 (0:00:00.232) 0:03:07.567 ****** 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:26:37 +0000 (0:00:00.028) 0:03:07.595 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.43.53 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:26:37 +0000 (0:00:00.356) 0:03:07.952 ****** 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:26:37 +0000 (0:00:00.026) 0:03:07.978 ****** 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:26:37 +0000 (0:00:00.022) 0:03:08.001 ****** 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:26:37 +0000 (0:00:00.023) 0:03:08.024 ****** 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:26:37 +0000 (0:00:00.027) 0:03:08.052 ****** 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:26:38 +0000 (0:00:00.100) 0:03:08.152 ****** 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:26:38 +0000 (0:00:00.022) 0:03:08.174 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.43.53 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:26:38 +0000 (0:00:00.419) 0:03:08.594 ****** 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:26:38 +0000 (0:00:00.027) 0:03:08.622 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-cijcue11hy/tests/tasks/cleanup.yml:27 Saturday 27 January 2024 01:26:38 +0000 (0:00:00.022) 0:03:08.644 ****** 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:26:38 +0000 (0:00:00.026) 0:03:08.671 ****** 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:26:38 +0000 (0:00:00.026) 0:03:08.697 ****** 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:26:38 +0000 (0:00:00.349) 0:03:09.047 ****** 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:26:43 +0000 (0:00:04.188) 0:03:13.235 ****** 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.012083", "end": "2024-01-27 01:26:43.218658", "rc": 0, "start": "2024-01-27 01:26:43.206575" } STDOUT: removed ‘/var/opt/mssql/log/system_health_0_133507923490980000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133507923050830000.xel’ removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/system_health_0_133507922830140000.xel’ removed ‘/var/opt/mssql/log/errorlog.7’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/system_health_0_133507922622200000.xel’ removed ‘/var/opt/mssql/log/log_3.trc’ removed ‘/var/opt/mssql/log/system_health_0_133507923273510000.xel’ removed ‘/var/opt/mssql/log/log_7.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507923975060000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507923786390000.xel’ removed ‘/var/opt/mssql/log/errorlog.8’ removed ‘/var/opt/mssql/log/log_4.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507922666080000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507923268510000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133507923792650000.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_133507923980360000.xel’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507922614130000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507922825510000.xel’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507923046900000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133507922672630000.xel’ removed ‘/var/opt/mssql/log/errorlog.2’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133507923486950000.xel’ 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/d5d8e666-bfc4-4d80-a8c1-f5c5c5dec7da’ 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:26:43 +0000 (0:00:00.165) 0:03:13.401 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:06.183814", "end": "2024-01-27 01:26:49.552709", "rc": 0, "start": "2024-01-27 01:26:43.368895" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=369 changed=60 unreachable=0 failed=0 skipped=835 rescued=0 ignored=0 Saturday 27 January 2024 01:26:49 +0000 (0:00:06.313) 0:03:19.715 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 40.31s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Stop the mssql-server service ------------------------------------------- 6.31s /WORKDIR/git-weekly-cijcue11hy/tests/tasks/cleanup.yml:72 --------------------- linux-system-roles.mssql : Set up MSSQL --------------------------------- 6.19s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 5.49s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Remove related packages ------------------------------------------------- 4.19s /WORKDIR/git-weekly-cijcue11hy/tests/tasks/cleanup.yml:45 --------------------- fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.58s /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 3.47s /WORKDIR/git-weekly-cijcue11hy/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Wait for mssql-server to prepare for client connections ----------------- 3.21s /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Gather package facts ------------------------- 3.16s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 linux-system-roles.mssql : Gather package facts ------------------------- 3.09s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 linux-system-roles.mssql : Gather system services facts ----------------- 2.51s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 linux-system-roles.mssql : Restart the mssql-server service ------------- 2.31s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Wait for mssql-server to prepare for client connections ----------------- 2.23s /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 2.22s /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 ------------- linux-system-roles.mssql : Ensure that the mssql-server service is started --- 1.57s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf --- 1.55s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 linux-system-roles.mssql : Restart the mssql-server service ------------- 1.35s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Wait for mssql-server to prepare for client connections ----------------- 1.29s /WORKDIR/git-weekly-cijcue11hy/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 1.20s /WORKDIR/git-weekly-cijcue11hy/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---