# 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-cing81wtx_/tests/tests_tls_2019.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tests_tls_2019.yml:4 Saturday 17 February 2024 05:59:32 +0000 (0:00:00.012) 0:00:00.012 ***** 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-cing81wtx_/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-cing81wtx_/tests/tests_tls_2019.yml:9 Saturday 17 February 2024 05:59:32 +0000 (0:00:00.010) 0:00:00.022 ***** ok: [sut] META: ran handlers TASK [Run tests_tls with SQL Server 2019] ************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tests_tls_2019.yml:23 Saturday 17 February 2024 05:59:32 +0000 (0:00:00.585) 0:00:00.608 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/tasks/tests_tls.yml:2 Saturday 17 February 2024 05:59:32 +0000 (0:00:00.025) 0:00:00.633 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Saturday 17 February 2024 05:59:32 +0000 (0:00:00.015) 0:00:00.649 ***** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Saturday 17 February 2024 05:59:33 +0000 (0:00:00.203) 0:00:00.852 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Saturday 17 February 2024 05:59:33 +0000 (0:00:00.011) 0:00:00.863 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure the openssl package] ********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:5 Saturday 17 February 2024 05:59:33 +0000 (0:00:00.011) 0:00:00.874 ***** 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-cing81wtx_/tests/tasks/tests_tls.yml:11 Saturday 17 February 2024 05:59:33 +0000 (0:00:00.442) 0:00:01.317 ***** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.Iz7VYP", "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-cing81wtx_/tests/tasks/tests_tls.yml:17 Saturday 17 February 2024 05:59:33 +0000 (0:00:00.158) 0:00:01.476 ***** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.HeeObM", "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-cing81wtx_/tests/tasks/tests_tls.yml:23 Saturday 17 February 2024 05:59:33 +0000 (0:00:00.111) 0:00:01.587 ***** changed: [sut] => { "changed": true, "cmd": [ "openssl", "req", "-x509", "-nodes", "-newkey", "rsa:2048", "-subj", "/CN=10.31.12.112", "-out", "/tmp/ansible.Iz7VYP", "-keyout", "/tmp/ansible.HeeObM", "-days", "365" ], "delta": "0:00:00.129910", "end": "2024-02-17 05:59:34.091492", "rc": 0, "start": "2024-02-17 05:59:33.961582" } STDERR: Generating a 2048 bit RSA private key .................+++ .............................................................................+++ writing new private key to '/tmp/ansible.HeeObM' ----- TASK [Copy certificate files to local tmp] ************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:32 Saturday 17 February 2024 05:59:34 +0000 (0:00:00.293) 0:00:01.881 ***** changed: [sut] => (item=/tmp/ansible.Iz7VYP) => { "ansible_loop_var": "item", "changed": true, "checksum": "67b2863ffdffe0ae0db3943762f2dea632735d42", "dest": "/tmp/ansible.Iz7VYP", "item": "/tmp/ansible.Iz7VYP", "md5sum": "ae061ed31d40acc3be7bbca62a81d2df", "remote_checksum": "67b2863ffdffe0ae0db3943762f2dea632735d42", "remote_md5sum": null } changed: [sut] => (item=/tmp/ansible.HeeObM) => { "ansible_loop_var": "item", "changed": true, "checksum": "e53923d3d2aa02b9c2d2ae5a55c451c0f5cd5006", "dest": "/tmp/ansible.HeeObM", "item": "/tmp/ansible.HeeObM", "md5sum": "757b363376358536fb7431e2e6d129e9", "remote_checksum": "e53923d3d2aa02b9c2d2ae5a55c451c0f5cd5006", "remote_md5sum": null } TASK [Copy a private key to the playbook directory to test a relative path] **** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:44 Saturday 17 February 2024 05:59:34 +0000 (0:00:00.357) 0:00:02.238 ***** changed: [sut -> localhost] => { "changed": true, "checksum": "e53923d3d2aa02b9c2d2ae5a55c451c0f5cd5006", "dest": "./ansible.HeeObM", "gid": 1001, "group": "jenkins", "md5sum": "757b363376358536fb7431e2e6d129e9", "mode": "0600", "owner": "jenkins", "size": 1704, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1708149574.4743214-21823-221570171956381/source", "state": "file", "uid": 1000090000 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:52 Saturday 17 February 2024 05:59:34 +0000 (0:00:00.279) 0:00:02.517 ***** ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.Iz7VYP", "mssql_tls_private_key": "ansible.HeeObM" }, "changed": false } TASK [Run role] **************************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:59 Saturday 17 February 2024 05:59:34 +0000 (0:00:00.011) 0:00:02.528 ***** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 17 February 2024 05:59:34 +0000 (0:00:00.128) 0:00:02.657 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 17 February 2024 05:59:34 +0000 (0:00:00.010) 0:00:02.668 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 17 February 2024 05:59:34 +0000 (0:00:00.009) 0:00:02.677 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 17 February 2024 05:59:34 +0000 (0:00:00.024) 0:00:02.702 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 17 February 2024 05:59:34 +0000 (0:00:00.007) 0:00:02.710 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 17 February 2024 05:59:34 +0000 (0:00:00.008) 0:00:02.718 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 17 February 2024 05:59:34 +0000 (0:00:00.008) 0:00:02.726 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 17 February 2024 05:59:34 +0000 (0:00:00.008) 0:00:02.734 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 17 February 2024 05:59:34 +0000 (0:00:00.008) 0:00:02.742 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 17 February 2024 05:59:34 +0000 (0:00:00.008) 0:00:02.751 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 17 February 2024 05:59:34 +0000 (0:00:00.008) 0:00:02.759 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 17 February 2024 05:59:34 +0000 (0:00:00.008) 0:00:02.767 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 17 February 2024 05:59:35 +0000 (0:00:00.008) 0:00:02.775 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 17 February 2024 05:59:35 +0000 (0:00:00.012) 0:00:02.788 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 17 February 2024 05:59:35 +0000 (0:00:00.008) 0:00:02.796 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 17 February 2024 05:59:35 +0000 (0:00:00.008) 0:00:02.804 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 17 February 2024 05:59:35 +0000 (0:00:00.008) 0:00:02.812 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 17 February 2024 05:59:35 +0000 (0:00:00.008) 0:00:02.820 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 17 February 2024 05:59:35 +0000 (0:00:00.009) 0:00:02.830 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 17 February 2024 05:59:35 +0000 (0:00:00.797) 0:00:03.627 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 17 February 2024 05:59:35 +0000 (0:00:00.034) 0:00:03.662 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 17 February 2024 05:59:35 +0000 (0:00:00.016) 0:00:03.679 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 17 February 2024 05:59:35 +0000 (0:00:00.018) 0:00:03.697 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 17 February 2024 05:59:35 +0000 (0:00:00.029) 0:00:03.726 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 17 February 2024 05:59:36 +0000 (0:00:00.369) 0:00:04.096 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 17 February 2024 05:59:36 +0000 (0:00:00.017) 0:00:04.113 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 17 February 2024 05:59:36 +0000 (0:00:00.017) 0:00:04.130 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 17 February 2024 05:59:36 +0000 (0:00:00.017) 0:00:04.147 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 17 February 2024 05:59:36 +0000 (0:00:00.216) 0:00:04.364 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 17 February 2024 05:59:36 +0000 (0:00:00.017) 0:00:04.381 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 17 February 2024 05:59:36 +0000 (0:00:00.016) 0:00:04.398 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 17 February 2024 05:59:36 +0000 (0:00:00.015) 0:00:04.414 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 17 February 2024 05:59:36 +0000 (0:00:00.017) 0:00:04.431 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 17 February 2024 05:59:36 +0000 (0:00:00.016) 0:00:04.448 ***** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-server" ] }, "rc": 0, "results": [ "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:15.0.4355.3-4 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-15.0.4355.3-4.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-15.0.4355.3-4.x86_64\n--> Processing Dependency: gdb for package: mssql-server-15.0.4355.3-4.x86_64\n--> Processing Dependency: python3 for package: mssql-server-15.0.4355.3-4.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-15.0.4355.3-4.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-15.0.4355.3-4.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-15.0.4355.3-4.x86_64\n--> Processing Dependency: lsof for package: mssql-server-15.0.4355.3-4.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.4355.3-4 packages-microsoft-com-mssql-server-2019\n 229 M\nInstalling for dependencies:\n bzip2 x86_64 1.0.6-13.el7 rhel-Server 52 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 rhel-Server 88 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 rhel-Server 41 k\n gdb x86_64 7.6.1-120.el7 rhel-Server 2.4 M\n libatomic x86_64 4.8.5-44.el7 rhel-Server 51 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 rhel-Server 170 k\n lsof x86_64 4.87-6.el7 rhel-Server 331 k\n python3 x86_64 3.6.8-21.el7_9 rhel-Server 71 k\n python3-libs x86_64 3.6.8-21.el7_9 rhel-Server 6.9 M\n python3-pip noarch 9.0.3-8.el7 rhel-Server 1.6 M\n python3-setuptools noarch 39.2.0-10.el7 rhel-Server 629 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+11 Dependent packages)\n\nTotal 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.4355.3-4.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 : bzip2-1.0.6-13.el7.x86_64 3/12 \n Verifying : lsof-4.87-6.el7.x86_64 4/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 5/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 6/12 \n Verifying : python3-libs-3.6.8-21.el7_9.x86_64 7/12 \n Verifying : mssql-server-15.0.4355.3-4.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.4355.3-4 \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" ] } MSG: http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30002 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 17 February 2024 06:10:14 +0000 (0:10:37.727) 0:10:42.176 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 17 February 2024 06:10:14 +0000 (0:00:00.017) 0:10:42.194 ***** 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.006067", "end": "2024-02-17 06:10:14.533984", "rc": 0, "start": "2024-02-17 06:10:14.527917" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 17 February 2024 06:10:14 +0000 (0:00:00.136) 0:10:42.331 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 17 February 2024 06:10:15 +0000 (0:00:00.840) 0:10:43.171 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 17 February 2024 06:10:15 +0000 (0:00:00.025) 0:10:43.197 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 17 February 2024 06:10:15 +0000 (0:00:00.043) 0:10:43.240 ***** changed: [sut] => { "attempts": 1, "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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:349 Saturday 17 February 2024 06:10:20 +0000 (0:00:05.409) 0:10:48.650 ***** skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set selinux role facts for ports] ************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:364 Saturday 17 February 2024 06:10:20 +0000 (0:00:00.023) 0:10:48.674 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:376 Saturday 17 February 2024 06:10:20 +0000 (0:00:00.017) 0:10:48.691 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:386 Saturday 17 February 2024 06:10:20 +0000 (0:00:00.019) 0:10:48.711 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:391 Saturday 17 February 2024 06:10:21 +0000 (0:00:00.365) 0:10:49.077 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 00:57:22 UTC", "ActiveEnterTimestampMonotonic": "9870885", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service systemd-journald.socket system.slice systemd-sysctl.service basic.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 00:57:22 UTC", "AssertTimestampMonotonic": "9062254", "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-02-17 00:57:22 UTC", "ConditionTimestampMonotonic": "9062252", "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": "945", "ExecMainStartTimestamp": "Sat 2024-02-17 00:57:22 UTC", "ExecMainStartTimestampMonotonic": "9072778", "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-02-17 00:57:22 UTC", "InactiveExitTimestampMonotonic": "9072831", "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": "945", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target dbus.service polkit.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-02-17 00:57:22 UTC", "WatchdogTimestampMonotonic": "9870833", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:397 Saturday 17 February 2024 06:10:21 +0000 (0:00:00.392) 0:10:49.469 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.121802", "end": "2024-02-17 06:10:21.921193", "rc": 0, "start": "2024-02-17 06:10:21.799391" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:407 Saturday 17 February 2024 06:10:21 +0000 (0:00:00.274) 0:10:49.743 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:420 Saturday 17 February 2024 06:10:21 +0000 (0:00:00.019) 0:10:49.763 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:429 Saturday 17 February 2024 06:10:22 +0000 (0:00:00.018) 0:10:49.781 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:439 Saturday 17 February 2024 06:10:22 +0000 (0:00:00.018) 0:10:49.800 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:446 Saturday 17 February 2024 06:10:22 +0000 (0:00:00.170) 0:10:49.971 ***** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be installed\n--> Processing Dependency: msodbcsql17 >= 17.3.0.0 for package: mssql-tools-17.10.1.1-1.x86_64\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: unixODBC = 2.3.11 for package: unixODBC-devel-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be installed\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: libltdl.so.7()(64bit) for package: unixODBC-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-tools x86_64 17.10.1.1-1 packages-microsoft-com-prod 291 k\n unixODBC-devel x86_64 2.3.11-1.rh packages-microsoft-com-prod 53 k\nInstalling for dependencies:\n libtool-ltdl x86_64 2.4.2-22.el7_3 rhel-Server 49 k\n msodbcsql17 x86_64 17.10.5.1-1 packages-microsoft-com-prod 913 k\n unixODBC x86_64 2.3.11-1.rh packages-microsoft-com-prod 274 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+3 Dependent packages)\n\nTotal 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" ] } MSG: http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:458 Saturday 17 February 2024 06:20:26 +0000 (0:10:03.807) 0:20:53.778 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:462 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.019) 0:20:53.798 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:468 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.018) 0:20:53.817 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:483 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.017) 0:20:53.834 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:490 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.018) 0:20:53.853 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:498 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.018) 0:20:53.872 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:520 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.018) 0:20:53.890 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:531 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.017) 0:20:53.908 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.018) 0:20:53.926 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:559 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.018) 0:20:53.944 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:566 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.017) 0:20:53.962 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.018) 0:20:53.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 : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:592 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.017) 0:20:53.998 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:599 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.017) 0:20:54.016 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:606 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.018) 0:20:54.035 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:618 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.018) 0:20:54.053 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.032) 0:20:54.086 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003824", "end": "2024-02-17 06:20:26.422447", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:20:26.418623" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.135) 0:20:54.221 ***** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.127114", "end": "2024-02-17 06:20:26.680923", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:20:26.553809" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.262) 0:20:54.484 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.019) 0:20:54.504 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:644 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.017) 0:20:54.521 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:651 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.019) 0:20:54.541 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:658 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.018) 0:20:54.560 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:667 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.018) 0:20:54.578 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:673 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.018) 0:20:54.596 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:680 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.017) 0:20:54.613 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:688 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.018) 0:20:54.631 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:694 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.017) 0:20:54.649 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:712 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.018) 0:20:54.667 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:726 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.019) 0:20:54.687 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:731 Saturday 17 February 2024 06:20:26 +0000 (0:00:00.020) 0:20:54.708 ***** changed: [sut] => (item=/tmp/ansible.Iz7VYP) => { "ansible_loop_var": "item", "changed": true, "checksum": "67b2863ffdffe0ae0db3943762f2dea632735d42", "dest": "/etc/pki/tls/certs/ansible.Iz7VYP", "gid": 994, "group": "mssql", "item": "/tmp/ansible.Iz7VYP", "md5sum": "ae061ed31d40acc3be7bbca62a81d2df", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1103, "src": "/root/.ansible/tmp/ansible-tmp-1708150826.9675336-25502-82432543841789/source", "state": "file", "uid": 996 } changed: [sut] => (item=ansible.HeeObM) => { "ansible_loop_var": "item", "changed": true, "checksum": "e53923d3d2aa02b9c2d2ae5a55c451c0f5cd5006", "dest": "/etc/pki/tls/private/ansible.HeeObM", "gid": 994, "group": "mssql", "item": "ansible.HeeObM", "md5sum": "757b363376358536fb7431e2e6d129e9", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1708150827.304143-25502-23604403831516/source", "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:749 Saturday 17 February 2024 06:20:27 +0000 (0:00:00.699) 0:20:55.407 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:20:27 +0000 (0:00:00.034) 0:20:55.442 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003192", "end": "2024-02-17 06:20:27.776246", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:20:27.773054" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:20:27 +0000 (0:00:00.131) 0:20:55.574 ***** 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.Iz7VYP" ], "delta": "0:00:00.128272", "end": "2024-02-17 06:20:28.039415", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:20:27.911143" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:20:28 +0000 (0:00:00.269) 0:20:55.843 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:758 Saturday 17 February 2024 06:20:28 +0000 (0:00:00.022) 0:20:55.866 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:20:28 +0000 (0:00:00.035) 0:20:55.902 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003423", "end": "2024-02-17 06:20:28.238378", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:20:28.234955" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:20:28 +0000 (0:00:00.135) 0:20:56.037 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.HeeObM" ], "delta": "0:00:00.129327", "end": "2024-02-17 06:20:28.504863", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:20:28.375536" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:20:28 +0000 (0:00:00.270) 0:20:56.307 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:767 Saturday 17 February 2024 06:20:28 +0000 (0:00:00.021) 0:20:56.329 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:20:28 +0000 (0:00:00.036) 0:20:56.365 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003307", "end": "2024-02-17 06:20:28.702379", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:20:28.699072" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:20:28 +0000 (0:00:00.134) 0:20:56.500 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.127264", "end": "2024-02-17 06:20:28.962770", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:20:28.835506" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:20:28 +0000 (0:00:00.264) 0:20:56.765 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:774 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.020) 0:20:56.786 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.063) 0:20:56.849 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003148", "end": "2024-02-17 06:20:29.184501", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:20:29.181353" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.134) 0:20:56.983 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.128324", "end": "2024-02-17 06:20:29.450020", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:20:29.321696" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.269) 0:20:57.253 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:783 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.021) 0:20:57.274 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:791 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.019) 0:20:57.294 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:799 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.017) 0:20:57.311 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:806 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.018) 0:20:57.330 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:813 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.019) 0:20:57.349 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:822 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.020) 0:20:57.370 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:835 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.018) 0:20:57.388 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:844 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.019) 0:20:57.407 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:856 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.019) 0:20:57.426 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:861 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.018) 0:20:57.445 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:878 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.019) 0:20:57.464 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:883 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.017) 0:20:57.482 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:888 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.018) 0:20:57.500 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:894 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.017) 0:20:57.518 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:920 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.044) 0:20:57.562 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:941 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.019) 0:20:57.581 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:949 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.018) 0:20:57.600 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:959 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.018) 0:20:57.618 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:965 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.017) 0:20:57.636 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:982 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.018) 0:20:57.654 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.018) 0:20:57.673 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1017 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.018) 0:20:57.691 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1071 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.019) 0:20:57.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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1078 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.018) 0:20:57.729 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1085 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.019) 0:20:57.749 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1096 Saturday 17 February 2024 06:20:29 +0000 (0:00:00.017) 0:20:57.766 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1102 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.019) 0:20:57.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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1110 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.022) 0:20:57.808 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1119 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.018) 0:20:57.826 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1127 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.018) 0:20:57.845 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1142 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.023) 0:20:57.868 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1149 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.018) 0:20:57.887 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1174 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.017) 0:20:57.905 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1183 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.043) 0:20:57.949 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1193 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.019) 0:20:57.968 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1204 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.018) 0:20:57.987 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.018) 0:20:58.005 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1230 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.019) 0:20:58.024 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1237 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.019) 0:20:58.043 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1244 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.018) 0:20:58.062 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1253 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.018) 0:20:58.081 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1260 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.017) 0:20:58.098 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1272 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.025) 0:20:58.124 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1281 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.018) 0:20:58.143 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1288 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.019) 0:20:58.162 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1294 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.017) 0:20:58.180 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1302 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.019) 0:20:58.199 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1315 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.022) 0:20:58.222 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1327 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.017) 0:20:58.240 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for the cluster to finish configuration] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1332 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.018) 0:20:58.258 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1338 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.018) 0:20:58.276 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1347 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.019) 0:20:58.296 ***** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 17 February 2024 06:20:30 +0000 (0:00:00.228) 0:20:58.524 ***** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 06:10:20 UTC", "ActiveEnterTimestampMonotonic": "18787740581", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target basic.target -.mount system.slice systemd-journald.socket auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 06:10:20 UTC", "AssertTimestampMonotonic": "18787732023", "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-02-17 06:10:20 UTC", "ConditionTimestampMonotonic": "18787732022", "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": "1350", "ExecMainStartTimestamp": "Sat 2024-02-17 06:10:20 UTC", "ExecMainStartTimestampMonotonic": "18787739833", "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-02-17 06:10:20 UTC", "InactiveExitTimestampMonotonic": "18787740581", "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": "1350", "MemoryAccounting": "no", "MemoryCurrent": "849158144", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount system.slice basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitInterval": "120000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "179", "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-02-17 06:10:20 UTC", "WatchdogTimestampMonotonic": "18787740555", "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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1360 Saturday 17 February 2024 06:20:31 +0000 (0:00:00.580) 0:20:59.104 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1371 Saturday 17 February 2024 06:20:31 +0000 (0:00:00.019) 0:20:59.123 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove a private key from the playbook directory] ************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:68 Saturday 17 February 2024 06:20:31 +0000 (0:00:00.019) 0:20:59.143 ***** changed: [sut -> localhost] => { "changed": true, "path": "ansible.HeeObM", "state": "absent" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:75 Saturday 17 February 2024 06:20:31 +0000 (0:00:00.168) 0:20:59.311 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql-sever-increase-start-limit.yml:3 Saturday 17 February 2024 06:20:31 +0000 (0:00:00.031) 0:20:59.343 ***** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql-sever-increase-start-limit.yml:10 Saturday 17 February 2024 06:20:31 +0000 (0:00:00.214) 0:20:59.557 ***** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql-sever-increase-start-limit.yml:17 Saturday 17 February 2024 06:20:31 +0000 (0:00:00.133) 0:20:59.690 ***** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:78 Saturday 17 February 2024 06:20:32 +0000 (0:00:00.314) 0:21:00.005 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:8 Saturday 17 February 2024 06:20:32 +0000 (0:00:00.040) 0:21:00.046 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:23 Saturday 17 February 2024 06:20:32 +0000 (0:00:00.045) 0:21:00.091 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:35 Saturday 17 February 2024 06:20:32 +0000 (0:00:00.019) 0:21:00.110 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:39 Saturday 17 February 2024 06:20:32 +0000 (0:00:00.019) 0:21:00.130 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:55 Saturday 17 February 2024 06:20:32 +0000 (0:00:00.019) 0:21:00.149 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:60 Saturday 17 February 2024 06:20:32 +0000 (0:00:00.018) 0:21:00.168 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:70 Saturday 17 February 2024 06:20:32 +0000 (0:00:00.017) 0:21:00.185 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:75 Saturday 17 February 2024 06:20:32 +0000 (0:00:00.018) 0:21:00.204 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:85 Saturday 17 February 2024 06:20:32 +0000 (0:00:00.018) 0:21:00.222 ***** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 17 February 2024 06:20:32 +0000 (0:00:00.035) 0:21:00.258 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 06:20:31 UTC", "ActiveEnterTimestampMonotonic": "19398346157", "ActiveExitTimestamp": "Sat 2024-02-17 06:20:30 UTC", "ActiveExitTimestampMonotonic": "19398017104", "ActiveState": "active", "After": "network.target -.mount basic.target auditd.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 06:20:31 UTC", "AssertTimestampMonotonic": "19398338205", "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-02-17 06:20:31 UTC", "ConditionTimestampMonotonic": "19398338204", "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": "2179", "ExecMainStartTimestamp": "Sat 2024-02-17 06:20:31 UTC", "ExecMainStartTimestampMonotonic": "19398346080", "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-02-17 06:20:31 UTC", "InactiveEnterTimestampMonotonic": "19398331112", "InactiveExitTimestamp": "Sat 2024-02-17 06:20:31 UTC", "InactiveExitTimestampMonotonic": "19398346157", "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": "2179", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-02-17 06:20:31 UTC", "WatchdogTimestampMonotonic": "19398346131", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 17 February 2024 06:20:32 +0000 (0:00:00.219) 0:21:00.478 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004051", "end": "2024-02-17 06:20:32.816895", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:20:32.812844" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 17 February 2024 06:20:32 +0000 (0:00:00.137) 0:21:00.615 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003460", "end": "2024-02-17 06:20:32.951393", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:20:32.947933" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 17 February 2024 06:20:32 +0000 (0:00:00.134) 0:21:00.749 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:93 Saturday 17 February 2024 06:20:33 +0000 (0:00:00.025) 0:21:00.775 ***** 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": 6546, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:99 Saturday 17 February 2024 06:20:35 +0000 (0:00:02.269) 0:21:03.044 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.105327", "end": "2024-02-17 06:20:35.498104", "rc": 0, "start": "2024-02-17 06:20:35.392777" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU25) (KB5033688) - 15.0.4355.3 (X64) Jan 30 2024 17:02:22 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (Red Hat Enterprise Linux Server 7.9 (Maipo)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:113 Saturday 17 February 2024 06:20:35 +0000 (0:00:00.255) 0:21:03.300 ***** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:117 Saturday 17 February 2024 06:20:35 +0000 (0:00:00.021) 0:21:03.321 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:124 Saturday 17 February 2024 06:20:35 +0000 (0:00:00.018) 0:21:03.340 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:135 Saturday 17 February 2024 06:20:35 +0000 (0:00:00.018) 0:21:03.358 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:140 Saturday 17 February 2024 06:20:35 +0000 (0:00:00.018) 0:21:03.377 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:145 Saturday 17 February 2024 06:20:35 +0000 (0:00:00.017) 0:21:03.395 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:151 Saturday 17 February 2024 06:20:35 +0000 (0:00:00.018) 0:21:03.413 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:157 Saturday 17 February 2024 06:20:35 +0000 (0:00:00.017) 0:21:03.431 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:167 Saturday 17 February 2024 06:20:35 +0000 (0:00:00.018) 0:21:03.450 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:20:35 +0000 (0:00:00.054) 0:21:03.504 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004408", "end": "2024-02-17 06:20:35.841733", "rc": 0, "start": "2024-02-17 06:20:35.837325" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.Iz7VYP TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:20:35 +0000 (0:00:00.137) 0:21:03.641 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:20:35 +0000 (0:00:00.027) 0:21:03.669 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.Iz7VYP] ***************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:20:35 +0000 (0:00:00.023) 0:21:03.692 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:178 Saturday 17 February 2024 06:20:35 +0000 (0:00:00.019) 0:21:03.711 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:20:35 +0000 (0:00:00.033) 0:21:03.745 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004326", "end": "2024-02-17 06:20:36.079338", "rc": 0, "start": "2024-02-17 06:20:36.075012" } STDOUT: tlskey = /etc/pki/tls/private/ansible.HeeObM TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.133) 0:21:03.879 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.027) 0:21:03.906 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.HeeObM] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.022) 0:21:03.929 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:190 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.018) 0:21:03.948 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.034) 0:21:03.983 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004538", "end": "2024-02-17 06:20:36.318587", "rc": 0, "start": "2024-02-17 06:20:36.314049" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.134) 0:21:04.117 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.026) 0:21:04.144 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.022) 0:21:04.166 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:198 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.018) 0:21:04.185 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.060) 0:21:04.246 ***** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004422", "end": "2024-02-17 06:20:36.584062", "rc": 0, "start": "2024-02-17 06:20:36.579640" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.136) 0:21:04.383 ***** 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-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.021) 0:21:04.405 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.027) 0:21:04.432 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:208 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.019) 0:21:04.452 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:213 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.019) 0:21:04.471 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:221 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.019) 0:21:04.490 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:85 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.018) 0:21:04.509 ***** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.097) 0:21:04.607 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.029) 0:21:04.636 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.023) 0:21:04.660 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.035) 0:21:04.695 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.047) 0:21:04.743 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 17 February 2024 06:20:36 +0000 (0:00:00.019) 0:21:04.763 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 17 February 2024 06:20:37 +0000 (0:00:00.018) 0:21:04.781 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 17 February 2024 06:20:37 +0000 (0:00:00.018) 0:21:04.799 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 17 February 2024 06:20:37 +0000 (0:00:00.018) 0:21:04.817 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 17 February 2024 06:20:37 +0000 (0:00:00.018) 0:21:04.836 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 17 February 2024 06:20:37 +0000 (0:00:00.018) 0:21:04.854 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 17 February 2024 06:20:37 +0000 (0:00:00.018) 0:21:04.873 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 17 February 2024 06:20:37 +0000 (0:00:00.018) 0:21:04.891 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 17 February 2024 06:20:37 +0000 (0:00:00.022) 0:21:04.914 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 17 February 2024 06:20:37 +0000 (0:00:00.018) 0:21:04.932 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 17 February 2024 06:20:37 +0000 (0:00:00.018) 0:21:04.951 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 17 February 2024 06:20:37 +0000 (0:00:00.018) 0:21:04.969 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 17 February 2024 06:20:37 +0000 (0:00:00.018) 0:21:04.987 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 17 February 2024 06:20:37 +0000 (0:00:00.019) 0:21:05.007 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 17 February 2024 06:20:37 +0000 (0:00:00.667) 0:21:05.674 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 17 February 2024 06:20:37 +0000 (0:00:00.056) 0:21:05.731 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 17 February 2024 06:20:37 +0000 (0:00:00.019) 0:21:05.750 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 17 February 2024 06:20:37 +0000 (0:00:00.020) 0:21:05.771 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 17 February 2024 06:20:38 +0000 (0:00:00.038) 0:21:05.809 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 17 February 2024 06:20:38 +0000 (0:00:00.321) 0:21:06.130 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 17 February 2024 06:20:38 +0000 (0:00:00.019) 0:21:06.150 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 17 February 2024 06:20:38 +0000 (0:00:00.021) 0:21:06.171 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 17 February 2024 06:20:38 +0000 (0:00:00.020) 0:21:06.192 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 17 February 2024 06:20:38 +0000 (0:00:00.024) 0:21:06.216 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 17 February 2024 06:20:38 +0000 (0:00:00.018) 0:21:06.235 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 17 February 2024 06:20:38 +0000 (0:00:00.018) 0:21:06.253 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 17 February 2024 06:20:38 +0000 (0:00:00.018) 0:21:06.272 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 17 February 2024 06:20:38 +0000 (0:00:00.019) 0:21:06.291 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 17 February 2024 06:20:38 +0000 (0:00:00.019) 0:21:06.311 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4355.3-4.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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 17 February 2024 06:20:38 +0000 (0:00:00.352) 0:21:06.663 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 17 February 2024 06:20:38 +0000 (0:00:00.020) 0:21:06.684 ***** 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.005159", "end": "2024-02-17 06:20:39.018587", "rc": 0, "start": "2024-02-17 06:20:39.013428" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 17 February 2024 06:20:39 +0000 (0:00:00.133) 0:21:06.817 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 17 February 2024 06:20:39 +0000 (0:00:00.753) 0:21:07.571 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 17 February 2024 06:20:39 +0000 (0:00:00.026) 0:21:07.598 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 17 February 2024 06:20:39 +0000 (0:00:00.019) 0:21:07.617 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:349 Saturday 17 February 2024 06:20:39 +0000 (0:00:00.028) 0:21:07.646 ***** skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set selinux role facts for ports] ************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:364 Saturday 17 February 2024 06:20:39 +0000 (0:00:00.032) 0:21:07.678 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:376 Saturday 17 February 2024 06:20:39 +0000 (0:00:00.026) 0:21:07.704 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:386 Saturday 17 February 2024 06:20:39 +0000 (0:00:00.023) 0:21:07.727 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:391 Saturday 17 February 2024 06:20:40 +0000 (0:00:00.348) 0:21:08.076 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 00:57:22 UTC", "ActiveEnterTimestampMonotonic": "9870885", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service network.target basic.target systemd-journald.socket dbus.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 00:57:22 UTC", "AssertTimestampMonotonic": "9062254", "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-02-17 00:57:22 UTC", "ConditionTimestampMonotonic": "9062252", "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": "945", "ExecMainStartTimestamp": "Sat 2024-02-17 00:57:22 UTC", "ExecMainStartTimestampMonotonic": "9072778", "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-02-17 00:57:22 UTC", "InactiveExitTimestampMonotonic": "9072831", "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": "945", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target dbus.service polkit.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-02-17 00:57:22 UTC", "WatchdogTimestampMonotonic": "9870833", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:397 Saturday 17 February 2024 06:20:40 +0000 (0:00:00.228) 0:21:08.305 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.108510", "end": "2024-02-17 06:20:40.742590", "rc": 0, "start": "2024-02-17 06:20:40.634080" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:407 Saturday 17 February 2024 06:20:40 +0000 (0:00:00.238) 0:21:08.544 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:420 Saturday 17 February 2024 06:20:40 +0000 (0:00:00.020) 0:21:08.564 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:429 Saturday 17 February 2024 06:20:40 +0000 (0:00:00.020) 0:21:08.585 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:439 Saturday 17 February 2024 06:20:40 +0000 (0:00:00.026) 0:21:08.611 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:446 Saturday 17 February 2024 06:20:40 +0000 (0:00:00.138) 0:21:08.750 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:458 Saturday 17 February 2024 06:20:41 +0000 (0:00:00.330) 0:21:09.080 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:462 Saturday 17 February 2024 06:20:41 +0000 (0:00:00.021) 0:21:09.101 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:468 Saturday 17 February 2024 06:20:41 +0000 (0:00:00.021) 0:21:09.123 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:483 Saturday 17 February 2024 06:20:41 +0000 (0:00:00.020) 0:21:09.143 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:490 Saturday 17 February 2024 06:20:41 +0000 (0:00:00.021) 0:21:09.164 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:498 Saturday 17 February 2024 06:20:41 +0000 (0:00:00.022) 0:21:09.187 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:520 Saturday 17 February 2024 06:20:41 +0000 (0:00:00.021) 0:21:09.208 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:531 Saturday 17 February 2024 06:20:41 +0000 (0:00:00.021) 0:21:09.230 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 17 February 2024 06:20:41 +0000 (0:00:00.027) 0:21:09.258 ***** 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.005134", "end": "2024-02-17 06:20:41.598773", "rc": 0, "start": "2024-02-17 06:20:41.593639" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:559 Saturday 17 February 2024 06:20:41 +0000 (0:00:00.142) 0:21:09.400 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:566 Saturday 17 February 2024 06:20:41 +0000 (0:00:00.052) 0:21:09.453 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 17 February 2024 06:20:42 +0000 (0:00:00.652) 0:21:10.106 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:592 Saturday 17 February 2024 06:20:42 +0000 (0:00:00.021) 0:21:10.128 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:599 Saturday 17 February 2024 06:20:42 +0000 (0:00:00.020) 0:21:10.148 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:606 Saturday 17 February 2024 06:20:42 +0000 (0:00:00.019) 0:21:10.167 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:618 Saturday 17 February 2024 06:20:42 +0000 (0:00:00.019) 0:21:10.187 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:20:42 +0000 (0:00:00.033) 0:21:10.220 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003296", "end": "2024-02-17 06:20:42.555644", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:20:42.552348" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:20:42 +0000 (0:00:00.133) 0:21:10.354 ***** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.127881", "end": "2024-02-17 06:20:42.816390", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:20:42.688509" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:20:42 +0000 (0:00:00.266) 0:21:10.621 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 17 February 2024 06:20:42 +0000 (0:00:00.020) 0:21:10.641 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:644 Saturday 17 February 2024 06:20:42 +0000 (0:00:00.019) 0:21:10.661 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:651 Saturday 17 February 2024 06:20:42 +0000 (0:00:00.045) 0:21:10.706 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:658 Saturday 17 February 2024 06:20:42 +0000 (0:00:00.021) 0:21:10.728 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:667 Saturday 17 February 2024 06:20:42 +0000 (0:00:00.018) 0:21:10.746 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:673 Saturday 17 February 2024 06:20:42 +0000 (0:00:00.018) 0:21:10.765 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:680 Saturday 17 February 2024 06:20:43 +0000 (0:00:00.018) 0:21:10.783 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:688 Saturday 17 February 2024 06:20:43 +0000 (0:00:00.018) 0:21:10.802 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:694 Saturday 17 February 2024 06:20:43 +0000 (0:00:00.019) 0:21:10.821 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:712 Saturday 17 February 2024 06:20:43 +0000 (0:00:00.018) 0:21:10.840 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:726 Saturday 17 February 2024 06:20:43 +0000 (0:00:00.022) 0:21:10.862 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:731 Saturday 17 February 2024 06:20:43 +0000 (0:00:00.021) 0:21:10.884 ***** skipping: [sut] => (item=/tmp/ansible.Iz7VYP) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.Iz7VYP", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ansible.HeeObM) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.HeeObM", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:749 Saturday 17 February 2024 06:20:43 +0000 (0:00:00.028) 0:21:10.913 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:20:43 +0000 (0:00:00.038) 0:21:10.951 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003297", "end": "2024-02-17 06:20:43.290812", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:20:43.287515" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.Iz7VYP TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:20:43 +0000 (0:00:00.140) 0:21:11.091 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:20:43 +0000 (0:00:00.025) 0:21:11.116 ***** 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.125298", "end": "2024-02-17 06:20:43.575830", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:20:43.450532" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:758 Saturday 17 February 2024 06:20:43 +0000 (0:00:00.260) 0:21:11.377 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:20:43 +0000 (0:00:00.068) 0:21:11.445 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003075", "end": "2024-02-17 06:20:43.781385", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:20:43.778310" } STDOUT: tlskey = /etc/pki/tls/private/ansible.HeeObM TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:20:43 +0000 (0:00:00.136) 0:21:11.581 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:20:43 +0000 (0:00:00.025) 0:21:11.607 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.126483", "end": "2024-02-17 06:20:44.068853", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:20:43.942370" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:767 Saturday 17 February 2024 06:20:44 +0000 (0:00:00.263) 0:21:11.870 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:20:44 +0000 (0:00:00.039) 0:21:11.910 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003057", "end": "2024-02-17 06:20:44.247219", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:20:44.244162" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:20:44 +0000 (0:00:00.137) 0:21:12.048 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:20:44 +0000 (0:00:00.026) 0:21:12.074 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.128457", "end": "2024-02-17 06:20:44.538213", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:20:44.409756" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:774 Saturday 17 February 2024 06:20:44 +0000 (0:00:00.265) 0:21:12.340 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:20:44 +0000 (0:00:00.039) 0:21:12.379 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003181", "end": "2024-02-17 06:20:44.717504", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:20:44.714323" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:20:44 +0000 (0:00:00.138) 0:21:12.518 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:20:44 +0000 (0:00:00.026) 0:21:12.544 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.126842", "end": "2024-02-17 06:20:45.004511", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:20:44.877669" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:783 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.296) 0:21:12.841 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:791 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.023) 0:21:12.864 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:799 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.022) 0:21:12.887 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:806 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.020) 0:21:12.908 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:813 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.023) 0:21:12.931 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:822 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.025) 0:21:12.957 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:835 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.021) 0:21:12.978 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:844 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.022) 0:21:13.000 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:856 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.021) 0:21:13.022 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:861 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.022) 0:21:13.044 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:878 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.022) 0:21:13.067 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:883 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.020) 0:21:13.087 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:888 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.021) 0:21:13.109 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:894 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.020) 0:21:13.129 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:920 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.020) 0:21:13.150 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:941 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.025) 0:21:13.175 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:949 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.020) 0:21:13.196 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:959 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.019) 0:21:13.215 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:965 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.022) 0:21:13.238 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:982 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.057) 0:21:13.296 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.022) 0:21:13.318 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1017 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.040) 0:21:13.358 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1071 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.023) 0:21:13.382 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1078 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.022) 0:21:13.404 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1085 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.026) 0:21:13.431 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1096 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.021) 0:21:13.453 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1102 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.021) 0:21:13.474 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1110 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.025) 0:21:13.499 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1119 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.020) 0:21:13.520 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1127 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.021) 0:21:13.541 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1142 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.027) 0:21:13.569 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1149 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.021) 0:21:13.591 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1174 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.018) 0:21:13.609 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1183 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.018) 0:21:13.628 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1193 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.018) 0:21:13.647 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1204 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.018) 0:21:13.665 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.018) 0:21:13.684 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1230 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.020) 0:21:13.704 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1237 Saturday 17 February 2024 06:20:45 +0000 (0:00:00.054) 0:21:13.759 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1244 Saturday 17 February 2024 06:20:46 +0000 (0:00:00.020) 0:21:13.780 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1253 Saturday 17 February 2024 06:20:46 +0000 (0:00:00.019) 0:21:13.799 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1260 Saturday 17 February 2024 06:20:46 +0000 (0:00:00.018) 0:21:13.818 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1272 Saturday 17 February 2024 06:20:46 +0000 (0:00:00.026) 0:21:13.845 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1281 Saturday 17 February 2024 06:20:46 +0000 (0:00:00.020) 0:21:13.865 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1288 Saturday 17 February 2024 06:20:46 +0000 (0:00:00.018) 0:21:13.884 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1294 Saturday 17 February 2024 06:20:46 +0000 (0:00:00.020) 0:21:13.904 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1302 Saturday 17 February 2024 06:20:46 +0000 (0:00:00.019) 0:21:13.924 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1315 Saturday 17 February 2024 06:20:46 +0000 (0:00:00.023) 0:21:13.948 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1327 Saturday 17 February 2024 06:20:46 +0000 (0:00:00.019) 0:21:13.967 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for the cluster to finish configuration] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1332 Saturday 17 February 2024 06:20:46 +0000 (0:00:00.018) 0:21:13.985 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1338 Saturday 17 February 2024 06:20:46 +0000 (0:00:00.020) 0:21:14.005 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1347 Saturday 17 February 2024 06:20:46 +0000 (0:00:00.019) 0:21:14.024 ***** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 17 February 2024 06:20:46 +0000 (0:00:00.154) 0:21:14.179 ***** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 06:20:31 UTC", "ActiveEnterTimestampMonotonic": "19398346157", "ActiveExitTimestamp": "Sat 2024-02-17 06:20:30 UTC", "ActiveExitTimestampMonotonic": "19398017104", "ActiveState": "active", "After": "network.target -.mount basic.target auditd.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 06:20:31 UTC", "AssertTimestampMonotonic": "19398338205", "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-02-17 06:20:31 UTC", "ConditionTimestampMonotonic": "19398338204", "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": "2179", "ExecMainStartTimestamp": "Sat 2024-02-17 06:20:31 UTC", "ExecMainStartTimestampMonotonic": "19398346080", "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-02-17 06:20:31 UTC", "InactiveEnterTimestampMonotonic": "19398331112", "InactiveExitTimestamp": "Sat 2024-02-17 06:20:31 UTC", "InactiveExitTimestampMonotonic": "19398346157", "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": "2179", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-02-17 06:20:31 UTC", "WatchdogTimestampMonotonic": "19398346131", "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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1360 Saturday 17 February 2024 06:20:46 +0000 (0:00:00.455) 0:21:14.635 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1371 Saturday 17 February 2024 06:20:46 +0000 (0:00:00.047) 0:21:14.682 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:92 Saturday 17 February 2024 06:20:46 +0000 (0:00:00.020) 0:21:14.703 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:8 Saturday 17 February 2024 06:20:47 +0000 (0:00:00.078) 0:21:14.782 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:23 Saturday 17 February 2024 06:20:47 +0000 (0:00:00.020) 0:21:14.802 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:35 Saturday 17 February 2024 06:20:47 +0000 (0:00:00.019) 0:21:14.821 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:39 Saturday 17 February 2024 06:20:47 +0000 (0:00:00.019) 0:21:14.840 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:55 Saturday 17 February 2024 06:20:47 +0000 (0:00:00.020) 0:21:14.860 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:60 Saturday 17 February 2024 06:20:47 +0000 (0:00:00.018) 0:21:14.879 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:70 Saturday 17 February 2024 06:20:47 +0000 (0:00:00.018) 0:21:14.897 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:75 Saturday 17 February 2024 06:20:47 +0000 (0:00:00.020) 0:21:14.917 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:85 Saturday 17 February 2024 06:20:47 +0000 (0:00:00.021) 0:21:14.939 ***** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 17 February 2024 06:20:47 +0000 (0:00:00.037) 0:21:14.976 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 06:20:46 UTC", "ActiveEnterTimestampMonotonic": "19413877179", "ActiveExitTimestamp": "Sat 2024-02-17 06:20:46 UTC", "ActiveExitTimestampMonotonic": "19413640740", "ActiveState": "active", "After": "network.target -.mount basic.target auditd.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 06:20:46 UTC", "AssertTimestampMonotonic": "19413870118", "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-02-17 06:20:46 UTC", "ConditionTimestampMonotonic": "19413870116", "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": "2943", "ExecMainStartTimestamp": "Sat 2024-02-17 06:20:46 UTC", "ExecMainStartTimestampMonotonic": "19413877113", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-02-17 06:20:46 UTC] ; stop_time=[n/a] ; pid=2943 ; 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-02-17 06:20:46 UTC", "InactiveEnterTimestampMonotonic": "19413863273", "InactiveExitTimestamp": "Sat 2024-02-17 06:20:46 UTC", "InactiveExitTimestampMonotonic": "19413877179", "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": "2943", "MemoryAccounting": "no", "MemoryCurrent": "76120064", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "21", "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-02-17 06:20:46 UTC", "WatchdogTimestampMonotonic": "19413877153", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 17 February 2024 06:20:47 +0000 (0:00:00.222) 0:21:15.198 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003688", "end": "2024-02-17 06:20:47.536465", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:20:47.532777" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 17 February 2024 06:20:47 +0000 (0:00:00.139) 0:21:15.338 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003894", "end": "2024-02-17 06:20:47.679016", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:20:47.675122" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 17 February 2024 06:20:47 +0000 (0:00:00.143) 0:21:15.482 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:93 Saturday 17 February 2024 06:20:47 +0000 (0:00:00.028) 0:21:15.510 ***** 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": 7524, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:99 Saturday 17 February 2024 06:20:48 +0000 (0:00:01.136) 0:21:16.646 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:01.603857", "end": "2024-02-17 06:20:50.583481", "rc": 0, "start": "2024-02-17 06:20:48.979624" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU25) (KB5033688) - 15.0.4355.3 (X64) Jan 30 2024 17:02:22 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (Red Hat Enterprise Linux Server 7.9 (Maipo)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:113 Saturday 17 February 2024 06:20:50 +0000 (0:00:01.742) 0:21:18.389 ***** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:117 Saturday 17 February 2024 06:20:50 +0000 (0:00:00.024) 0:21:18.414 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:124 Saturday 17 February 2024 06:20:50 +0000 (0:00:00.024) 0:21:18.438 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:135 Saturday 17 February 2024 06:20:50 +0000 (0:00:00.048) 0:21:18.486 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:140 Saturday 17 February 2024 06:20:50 +0000 (0:00:00.020) 0:21:18.507 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:145 Saturday 17 February 2024 06:20:50 +0000 (0:00:00.021) 0:21:18.528 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:151 Saturday 17 February 2024 06:20:50 +0000 (0:00:00.020) 0:21:18.548 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:157 Saturday 17 February 2024 06:20:50 +0000 (0:00:00.019) 0:21:18.568 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:167 Saturday 17 February 2024 06:20:50 +0000 (0:00:00.020) 0:21:18.588 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:20:50 +0000 (0:00:00.036) 0:21:18.625 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004490", "end": "2024-02-17 06:20:50.971345", "rc": 0, "start": "2024-02-17 06:20:50.966855" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:20:50 +0000 (0:00:00.147) 0:21:18.772 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.030) 0:21:18.802 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.025) 0:21:18.828 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:178 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.021) 0:21:18.850 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.037) 0:21:18.887 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004412", "end": "2024-02-17 06:20:51.222814", "rc": 0, "start": "2024-02-17 06:20:51.218402" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.135) 0:21:19.022 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.031) 0:21:19.054 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.025) 0:21:19.079 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:190 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.021) 0:21:19.100 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.072) 0:21:19.173 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004617", "end": "2024-02-17 06:20:51.509997", "rc": 0, "start": "2024-02-17 06:20:51.505380" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.137) 0:21:19.310 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.029) 0:21:19.339 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.024) 0:21:19.364 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:198 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.022) 0:21:19.386 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.036) 0:21:19.423 ***** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004526", "end": "2024-02-17 06:20:51.758737", "rc": 0, "start": "2024-02-17 06:20:51.754211" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.136) 0:21:19.559 ***** 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-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.023) 0:21:19.582 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.029) 0:21:19.612 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:208 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.022) 0:21:19.634 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:213 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.022) 0:21:19.656 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:221 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.019) 0:21:19.675 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove certificates from hosts] ****************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:99 Saturday 17 February 2024 06:20:51 +0000 (0:00:00.018) 0:21:19.694 ***** changed: [sut] => (item=/etc/pki/tls/certs/ansible.Iz7VYP) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/ansible.Iz7VYP", "path": "/etc/pki/tls/certs/ansible.Iz7VYP", "state": "absent" } changed: [sut] => (item=/etc/pki/tls/private/ansible.HeeObM) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/ansible.HeeObM", "path": "/etc/pki/tls/private/ansible.HeeObM", "state": "absent" } TASK [Copy certificates to hosts] ********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:107 Saturday 17 February 2024 06:20:52 +0000 (0:00:00.254) 0:21:19.949 ***** ok: [sut] => (item=/tmp/ansible.Iz7VYP) => { "ansible_loop_var": "item", "changed": false, "checksum": "67b2863ffdffe0ae0db3943762f2dea632735d42", "dest": "/tmp/ansible.Iz7VYP", "gid": 0, "group": "root", "item": "/tmp/ansible.Iz7VYP", "mode": "0600", "owner": "root", "path": "/tmp/ansible.Iz7VYP", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1103, "state": "file", "uid": 0 } ok: [sut] => (item=/tmp/ansible.HeeObM) => { "ansible_loop_var": "item", "changed": false, "checksum": "e53923d3d2aa02b9c2d2ae5a55c451c0f5cd5006", "dest": "/tmp/ansible.HeeObM", "gid": 0, "group": "root", "item": "/tmp/ansible.HeeObM", "mode": "0600", "owner": "root", "path": "/tmp/ansible.HeeObM", "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-cing81wtx_/tests/tasks/tests_tls.yml:116 Saturday 17 February 2024 06:20:52 +0000 (0:00:00.633) 0:21:20.583 ***** ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.Iz7VYP", "mssql_tls_private_key": "ansible.HeeObM" }, "changed": false } TASK [Test with certs on managed nodes] **************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:121 Saturday 17 February 2024 06:20:52 +0000 (0:00:00.021) 0:21:20.604 ***** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.193) 0:21:20.798 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.031) 0:21:20.830 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.025) 0:21:20.855 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.038) 0:21:20.894 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.020) 0:21:20.914 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.020) 0:21:20.934 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.058) 0:21:20.993 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.020) 0:21:21.013 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.018) 0:21:21.032 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.019) 0:21:21.051 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.019) 0:21:21.071 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.020) 0:21:21.091 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.019) 0:21:21.111 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.024) 0:21:21.135 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.019) 0:21:21.155 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.018) 0:21:21.173 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.019) 0:21:21.193 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.019) 0:21:21.212 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 17 February 2024 06:20:53 +0000 (0:00:00.020) 0:21:21.232 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 17 February 2024 06:20:54 +0000 (0:00:00.692) 0:21:21.925 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 17 February 2024 06:20:54 +0000 (0:00:00.059) 0:21:21.984 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 17 February 2024 06:20:54 +0000 (0:00:00.021) 0:21:22.006 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 17 February 2024 06:20:54 +0000 (0:00:00.022) 0:21:22.028 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 17 February 2024 06:20:54 +0000 (0:00:00.042) 0:21:22.070 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 17 February 2024 06:20:54 +0000 (0:00:00.323) 0:21:22.394 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 17 February 2024 06:20:54 +0000 (0:00:00.021) 0:21:22.415 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 17 February 2024 06:20:54 +0000 (0:00:00.021) 0:21:22.436 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 17 February 2024 06:20:54 +0000 (0:00:00.020) 0:21:22.456 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 17 February 2024 06:20:54 +0000 (0:00:00.024) 0:21:22.481 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 17 February 2024 06:20:54 +0000 (0:00:00.018) 0:21:22.500 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 17 February 2024 06:20:54 +0000 (0:00:00.019) 0:21:22.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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 17 February 2024 06:20:54 +0000 (0:00:00.019) 0:21:22.538 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 17 February 2024 06:20:54 +0000 (0:00:00.019) 0:21:22.557 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 17 February 2024 06:20:54 +0000 (0:00:00.019) 0:21:22.577 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4355.3-4.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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 17 February 2024 06:20:55 +0000 (0:00:00.326) 0:21:22.904 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 17 February 2024 06:20:55 +0000 (0:00:00.056) 0:21:22.960 ***** 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.005287", "end": "2024-02-17 06:20:55.297268", "rc": 0, "start": "2024-02-17 06:20:55.291981" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 17 February 2024 06:20:55 +0000 (0:00:00.135) 0:21:23.096 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 17 February 2024 06:20:56 +0000 (0:00:00.749) 0:21:23.845 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 17 February 2024 06:20:56 +0000 (0:00:00.026) 0:21:23.872 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 17 February 2024 06:20:56 +0000 (0:00:00.020) 0:21:23.892 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:349 Saturday 17 February 2024 06:20:56 +0000 (0:00:00.018) 0:21:23.911 ***** skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set selinux role facts for ports] ************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:364 Saturday 17 February 2024 06:20:56 +0000 (0:00:00.025) 0:21:23.936 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:376 Saturday 17 February 2024 06:20:56 +0000 (0:00:00.019) 0:21:23.956 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:386 Saturday 17 February 2024 06:20:56 +0000 (0:00:00.018) 0:21:23.974 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:391 Saturday 17 February 2024 06:20:56 +0000 (0:00:00.326) 0:21:24.301 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 00:57:22 UTC", "ActiveEnterTimestampMonotonic": "9870885", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service network.target basic.target systemd-journald.socket dbus.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 00:57:22 UTC", "AssertTimestampMonotonic": "9062254", "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-02-17 00:57:22 UTC", "ConditionTimestampMonotonic": "9062252", "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": "945", "ExecMainStartTimestamp": "Sat 2024-02-17 00:57:22 UTC", "ExecMainStartTimestampMonotonic": "9072778", "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-02-17 00:57:22 UTC", "InactiveExitTimestampMonotonic": "9072831", "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": "945", "MemoryAccounting": "no", "MemoryCurrent": "20418560", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target dbus.service polkit.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "5", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-02-17 00:57:22 UTC", "WatchdogTimestampMonotonic": "9870833", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:397 Saturday 17 February 2024 06:20:56 +0000 (0:00:00.201) 0:21:24.503 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.104273", "end": "2024-02-17 06:20:56.934269", "rc": 0, "start": "2024-02-17 06:20:56.829996" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:407 Saturday 17 February 2024 06:20:56 +0000 (0:00:00.265) 0:21:24.768 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:420 Saturday 17 February 2024 06:20:57 +0000 (0:00:00.020) 0:21:24.789 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:429 Saturday 17 February 2024 06:20:57 +0000 (0:00:00.020) 0:21:24.809 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:439 Saturday 17 February 2024 06:20:57 +0000 (0:00:00.019) 0:21:24.829 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:446 Saturday 17 February 2024 06:20:57 +0000 (0:00:00.136) 0:21:24.966 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:458 Saturday 17 February 2024 06:20:57 +0000 (0:00:00.328) 0:21:25.294 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:462 Saturday 17 February 2024 06:20:57 +0000 (0:00:00.021) 0:21:25.315 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:468 Saturday 17 February 2024 06:20:57 +0000 (0:00:00.020) 0:21:25.336 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:483 Saturday 17 February 2024 06:20:57 +0000 (0:00:00.022) 0:21:25.359 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:490 Saturday 17 February 2024 06:20:57 +0000 (0:00:00.023) 0:21:25.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 : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:498 Saturday 17 February 2024 06:20:57 +0000 (0:00:00.021) 0:21:25.404 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:520 Saturday 17 February 2024 06:20:57 +0000 (0:00:00.019) 0:21:25.424 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:531 Saturday 17 February 2024 06:20:57 +0000 (0:00:00.018) 0:21:25.443 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 17 February 2024 06:20:57 +0000 (0:00:00.018) 0:21:25.461 ***** 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.005716", "end": "2024-02-17 06:20:57.798038", "rc": 0, "start": "2024-02-17 06:20:57.792322" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:559 Saturday 17 February 2024 06:20:57 +0000 (0:00:00.134) 0:21:25.595 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:566 Saturday 17 February 2024 06:20:57 +0000 (0:00:00.026) 0:21:25.621 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 17 February 2024 06:20:58 +0000 (0:00:00.685) 0:21:26.307 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:592 Saturday 17 February 2024 06:20:58 +0000 (0:00:00.022) 0:21:26.329 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:599 Saturday 17 February 2024 06:20:58 +0000 (0:00:00.020) 0:21:26.349 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:606 Saturday 17 February 2024 06:20:58 +0000 (0:00:00.021) 0:21:26.370 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:618 Saturday 17 February 2024 06:20:58 +0000 (0:00:00.021) 0:21:26.392 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:20:58 +0000 (0:00:00.035) 0:21:26.427 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003193", "end": "2024-02-17 06:20:58.762649", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:20:58.759456" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:20:58 +0000 (0:00:00.136) 0:21:26.563 ***** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.126702", "end": "2024-02-17 06:20:59.027253", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:20:58.900551" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:20:59 +0000 (0:00:00.268) 0:21:26.832 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 17 February 2024 06:20:59 +0000 (0:00:00.021) 0:21:26.853 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:644 Saturday 17 February 2024 06:20:59 +0000 (0:00:00.020) 0:21:26.873 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:651 Saturday 17 February 2024 06:20:59 +0000 (0:00:00.021) 0:21:26.895 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:658 Saturday 17 February 2024 06:20:59 +0000 (0:00:00.056) 0:21:26.952 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:667 Saturday 17 February 2024 06:20:59 +0000 (0:00:00.020) 0:21:26.973 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:673 Saturday 17 February 2024 06:20:59 +0000 (0:00:00.020) 0:21:26.994 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:680 Saturday 17 February 2024 06:20:59 +0000 (0:00:00.020) 0:21:27.014 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:688 Saturday 17 February 2024 06:20:59 +0000 (0:00:00.021) 0:21:27.035 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:694 Saturday 17 February 2024 06:20:59 +0000 (0:00:00.020) 0:21:27.056 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:712 Saturday 17 February 2024 06:20:59 +0000 (0:00:00.019) 0:21:27.075 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:726 Saturday 17 February 2024 06:20:59 +0000 (0:00:00.021) 0:21:27.097 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:731 Saturday 17 February 2024 06:20:59 +0000 (0:00:00.020) 0:21:27.118 ***** changed: [sut] => (item=/tmp/ansible.Iz7VYP) => { "ansible_loop_var": "item", "changed": true, "checksum": "67b2863ffdffe0ae0db3943762f2dea632735d42", "dest": "/etc/pki/tls/certs/ansible.Iz7VYP", "gid": 994, "group": "mssql", "item": "/tmp/ansible.Iz7VYP", "md5sum": "ae061ed31d40acc3be7bbca62a81d2df", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1103, "src": "/tmp/ansible.Iz7VYP", "state": "file", "uid": 996 } changed: [sut] => (item=/tmp/ansible.HeeObM) => { "ansible_loop_var": "item", "changed": true, "checksum": "e53923d3d2aa02b9c2d2ae5a55c451c0f5cd5006", "dest": "/etc/pki/tls/private/ansible.HeeObM", "gid": 994, "group": "mssql", "item": "/tmp/ansible.HeeObM", "md5sum": "757b363376358536fb7431e2e6d129e9", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/tmp/ansible.HeeObM", "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:749 Saturday 17 February 2024 06:20:59 +0000 (0:00:00.398) 0:21:27.516 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:20:59 +0000 (0:00:00.036) 0:21:27.553 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002981", "end": "2024-02-17 06:20:59.887840", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:20:59.884859" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:20:59 +0000 (0:00:00.133) 0:21:27.686 ***** 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.Iz7VYP" ], "delta": "0:00:00.127059", "end": "2024-02-17 06:21:00.150420", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:21:00.023361" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:21:00 +0000 (0:00:00.268) 0:21:27.955 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:758 Saturday 17 February 2024 06:21:00 +0000 (0:00:00.023) 0:21:27.978 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:21:00 +0000 (0:00:00.082) 0:21:28.061 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003133", "end": "2024-02-17 06:21:00.398251", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:21:00.395118" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:21:00 +0000 (0:00:00.137) 0:21:28.199 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.HeeObM" ], "delta": "0:00:00.128138", "end": "2024-02-17 06:21:00.665610", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:21:00.537472" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:21:00 +0000 (0:00:00.270) 0:21:28.469 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:767 Saturday 17 February 2024 06:21:00 +0000 (0:00:00.023) 0:21:28.493 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:21:00 +0000 (0:00:00.039) 0:21:28.533 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003232", "end": "2024-02-17 06:21:00.871949", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:21:00.868717" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:21:00 +0000 (0:00:00.139) 0:21:28.672 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.126011", "end": "2024-02-17 06:21:01.136100", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:21:01.010089" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.267) 0:21:28.940 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:774 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.022) 0:21:28.962 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.040) 0:21:29.002 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003032", "end": "2024-02-17 06:21:01.337441", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:21:01.334409" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.134) 0:21:29.136 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.126984", "end": "2024-02-17 06:21:01.599118", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:21:01.472134" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.265) 0:21:29.402 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:783 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.062) 0:21:29.464 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:791 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.021) 0:21:29.485 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:799 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.020) 0:21:29.506 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:806 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.019) 0:21:29.525 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:813 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.021) 0:21:29.546 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:822 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.021) 0:21:29.567 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:835 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.019) 0:21:29.587 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:844 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.020) 0:21:29.608 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:856 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.019) 0:21:29.627 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:861 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.020) 0:21: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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:878 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.018) 0:21:29.667 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:883 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.018) 0:21:29.685 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:888 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.020) 0:21:29.706 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:894 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.018) 0:21:29.724 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:920 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.018) 0:21:29.743 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:941 Saturday 17 February 2024 06:21:01 +0000 (0:00:00.018) 0:21:29.761 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:949 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.018) 0:21:29.780 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:959 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.018) 0:21:29.799 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:965 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.018) 0:21:29.817 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:982 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.057) 0:21:29.875 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.021) 0:21:29.896 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1017 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.020) 0:21:29.916 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1071 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.020) 0:21:29.937 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1078 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.021) 0:21:29.958 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1085 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.021) 0:21:29.980 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1096 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.021) 0:21:30.002 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1102 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.021) 0:21:30.024 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1110 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.024) 0:21:30.048 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1119 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.020) 0:21:30.068 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1127 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.020) 0:21:30.088 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1142 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.029) 0:21:30.118 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1149 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.021) 0:21:30.139 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1174 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.023) 0:21:30.163 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1183 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.022) 0:21:30.186 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1193 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.020) 0:21:30.206 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1204 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.020) 0:21:30.227 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.020) 0:21:30.247 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1230 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.021) 0:21:30.268 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1237 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.065) 0:21:30.334 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1244 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.020) 0:21:30.354 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1253 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.020) 0:21:30.375 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1260 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.018) 0:21:30.393 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1272 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.026) 0:21:30.420 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1281 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.020) 0:21:30.440 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1288 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.018) 0:21:30.459 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1294 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.022) 0:21:30.482 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1302 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.021) 0:21:30.504 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1315 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.025) 0:21:30.529 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1327 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.019) 0:21:30.548 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for the cluster to finish configuration] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1332 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.020) 0:21:30.568 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1338 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.020) 0:21:30.589 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1347 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.019) 0:21:30.609 ***** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 17 February 2024 06:21:02 +0000 (0:00:00.156) 0:21:30.766 ***** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 06:20:46 UTC", "ActiveEnterTimestampMonotonic": "19413877179", "ActiveExitTimestamp": "Sat 2024-02-17 06:20:46 UTC", "ActiveExitTimestampMonotonic": "19413640740", "ActiveState": "active", "After": "network.target -.mount basic.target auditd.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 06:20:46 UTC", "AssertTimestampMonotonic": "19413870118", "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-02-17 06:20:46 UTC", "ConditionTimestampMonotonic": "19413870116", "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": "2943", "ExecMainStartTimestamp": "Sat 2024-02-17 06:20:46 UTC", "ExecMainStartTimestampMonotonic": "19413877113", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-02-17 06:20:46 UTC] ; stop_time=[n/a] ; pid=2943 ; 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-02-17 06:20:46 UTC", "InactiveEnterTimestampMonotonic": "19413863273", "InactiveExitTimestamp": "Sat 2024-02-17 06:20:46 UTC", "InactiveExitTimestampMonotonic": "19413877179", "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": "2943", "MemoryAccounting": "no", "MemoryCurrent": "704135168", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "145", "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-02-17 06:20:46 UTC", "WatchdogTimestampMonotonic": "19413877153", "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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1360 Saturday 17 February 2024 06:21:04 +0000 (0:00:01.340) 0:21:32.106 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1371 Saturday 17 February 2024 06:21:04 +0000 (0:00:00.020) 0:21:32.127 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:131 Saturday 17 February 2024 06:21:04 +0000 (0:00:00.018) 0:21:32.145 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:8 Saturday 17 February 2024 06:21:04 +0000 (0:00:00.123) 0:21:32.269 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:23 Saturday 17 February 2024 06:21:04 +0000 (0:00:00.019) 0:21:32.289 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:35 Saturday 17 February 2024 06:21:04 +0000 (0:00:00.019) 0:21:32.308 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:39 Saturday 17 February 2024 06:21:04 +0000 (0:00:00.019) 0:21:32.328 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:55 Saturday 17 February 2024 06:21:04 +0000 (0:00:00.020) 0:21:32.348 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:60 Saturday 17 February 2024 06:21:04 +0000 (0:00:00.018) 0:21:32.367 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:70 Saturday 17 February 2024 06:21:04 +0000 (0:00:00.019) 0:21:32.386 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:75 Saturday 17 February 2024 06:21:04 +0000 (0:00:00.019) 0:21:32.406 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:85 Saturday 17 February 2024 06:21:04 +0000 (0:00:00.018) 0:21:32.424 ***** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 17 February 2024 06:21:04 +0000 (0:00:00.072) 0:21:32.497 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 06:21:04 UTC", "ActiveEnterTimestampMonotonic": "19431348908", "ActiveExitTimestamp": "Sat 2024-02-17 06:21:03 UTC", "ActiveExitTimestampMonotonic": "19430229727", "ActiveState": "active", "After": "network.target -.mount basic.target auditd.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 06:21:04 UTC", "AssertTimestampMonotonic": "19431340539", "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-02-17 06:21:04 UTC", "ConditionTimestampMonotonic": "19431340537", "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": "3852", "ExecMainStartTimestamp": "Sat 2024-02-17 06:21:04 UTC", "ExecMainStartTimestampMonotonic": "19431348841", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-02-17 06:21:04 UTC] ; stop_time=[n/a] ; pid=3852 ; 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-02-17 06:21:04 UTC", "InactiveEnterTimestampMonotonic": "19431332920", "InactiveExitTimestamp": "Sat 2024-02-17 06:21:04 UTC", "InactiveExitTimestampMonotonic": "19431348908", "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": "3852", "MemoryAccounting": "no", "MemoryCurrent": "70381568", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "21", "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-02-17 06:21:04 UTC", "WatchdogTimestampMonotonic": "19431348883", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 17 February 2024 06:21:04 +0000 (0:00:00.211) 0:21:32.709 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003491", "end": "2024-02-17 06:21:05.046762", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:21:05.043271" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 17 February 2024 06:21:05 +0000 (0:00:00.137) 0:21:32.846 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003944", "end": "2024-02-17 06:21:05.208093", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:21:05.204149" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 17 February 2024 06:21:05 +0000 (0:00:00.161) 0:21:33.007 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:93 Saturday 17 February 2024 06:21:05 +0000 (0:00:00.027) 0:21:33.035 ***** 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": 7434, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:99 Saturday 17 February 2024 06:21:06 +0000 (0:00:01.141) 0:21:34.177 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:01.588961", "end": "2024-02-17 06:21:08.100168", "rc": 0, "start": "2024-02-17 06:21:06.511207" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU25) (KB5033688) - 15.0.4355.3 (X64) Jan 30 2024 17:02:22 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (Red Hat Enterprise Linux Server 7.9 (Maipo)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:113 Saturday 17 February 2024 06:21:08 +0000 (0:00:01.728) 0:21:35.905 ***** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:117 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.062) 0:21:35.968 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:124 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.021) 0:21:35.990 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:135 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.023) 0:21:36.013 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:140 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.020) 0:21:36.034 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:145 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.021) 0:21:36.055 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:151 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.020) 0:21:36.076 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:157 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.021) 0:21:36.097 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:167 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.021) 0:21:36.119 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.036) 0:21:36.155 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004525", "end": "2024-02-17 06:21:08.492308", "rc": 0, "start": "2024-02-17 06:21:08.487783" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.Iz7VYP TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.137) 0:21:36.293 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.029) 0:21:36.322 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.Iz7VYP] ***************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.025) 0:21:36.347 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:178 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.021) 0:21:36.369 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.040) 0:21:36.410 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004260", "end": "2024-02-17 06:21:08.745241", "rc": 0, "start": "2024-02-17 06:21:08.740981" } STDOUT: tlskey = /etc/pki/tls/private/ansible.HeeObM TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.134) 0:21:36.544 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.027) 0:21:36.572 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.HeeObM] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.060) 0:21:36.633 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:190 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.021) 0:21:36.654 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:21:08 +0000 (0:00:00.037) 0:21:36.691 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004439", "end": "2024-02-17 06:21:09.027572", "rc": 0, "start": "2024-02-17 06:21:09.023133" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:21:09 +0000 (0:00:00.135) 0:21:36.827 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:21:09 +0000 (0:00:00.029) 0:21:36.856 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:21:09 +0000 (0:00:00.022) 0:21:36.878 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:198 Saturday 17 February 2024 06:21:09 +0000 (0:00:00.019) 0:21:36.898 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:21:09 +0000 (0:00:00.037) 0:21:36.936 ***** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004600", "end": "2024-02-17 06:21:09.271448", "rc": 0, "start": "2024-02-17 06:21:09.266848" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:21:09 +0000 (0:00:00.136) 0:21:37.072 ***** 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-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:21:09 +0000 (0:00:00.024) 0:21:37.096 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:21:09 +0000 (0:00:00.030) 0:21:37.126 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:208 Saturday 17 February 2024 06:21:09 +0000 (0:00:00.022) 0:21:37.149 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:213 Saturday 17 February 2024 06:21:09 +0000 (0:00:00.025) 0:21:37.174 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:221 Saturday 17 February 2024 06:21:09 +0000 (0:00:00.021) 0:21:37.196 ***** 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-cing81wtx_/tests/tasks/tests_tls.yml:137 Saturday 17 February 2024 06:21:09 +0000 (0:00:00.022) 0:21:37.218 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/check_header.yml:4 Saturday 17 February 2024 06:21:09 +0000 (0:00:00.165) 0:21:37.383 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003061", "end": "2024-02-17 06:21:09.751690", "rc": 0, "start": "2024-02-17 06:21:09.748629" } 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.Iz7VYP tlskey = /etc/pki/tls/private/ansible.HeeObM tlsprotocols = 1.2 forceencryption = 1 TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:141 Saturday 17 February 2024 06:21:09 +0000 (0:00:00.169) 0:21:37.552 ***** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.253) 0:21:37.806 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.031) 0:21:37.838 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.024) 0:21:37.862 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.092) 0:21:37.954 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.019) 0:21:37.974 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.020) 0:21:37.995 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.018) 0:21:38.013 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.019) 0:21:38.032 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.028) 0:21:38.061 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.021) 0:21:38.082 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.020) 0:21:38.103 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.019) 0:21:38.123 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.019) 0:21:38.143 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.022) 0:21:38.165 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.020) 0:21:38.186 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.020) 0:21:38.206 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.020) 0:21:38.226 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.021) 0:21:38.247 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 17 February 2024 06:21:10 +0000 (0:00:00.019) 0:21:38.267 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 17 February 2024 06:21:11 +0000 (0:00:00.689) 0:21:38.957 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 17 February 2024 06:21:11 +0000 (0:00:00.060) 0:21:39.017 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 17 February 2024 06:21:11 +0000 (0:00:00.021) 0:21:39.038 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 17 February 2024 06:21:11 +0000 (0:00:00.023) 0:21:39.061 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 17 February 2024 06:21:11 +0000 (0:00:00.040) 0:21:39.102 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 17 February 2024 06:21:11 +0000 (0:00:00.320) 0:21:39.423 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 17 February 2024 06:21:11 +0000 (0:00:00.021) 0:21:39.444 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 17 February 2024 06:21:11 +0000 (0:00:00.024) 0:21:39.468 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 17 February 2024 06:21:11 +0000 (0:00:00.021) 0:21:39.490 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 17 February 2024 06:21:11 +0000 (0:00:00.024) 0:21:39.514 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 17 February 2024 06:21:11 +0000 (0:00:00.019) 0:21:39.534 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 17 February 2024 06:21:11 +0000 (0:00:00.018) 0:21:39.553 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 17 February 2024 06:21:11 +0000 (0:00:00.019) 0:21:39.572 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 17 February 2024 06:21:11 +0000 (0:00:00.020) 0:21:39.592 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 17 February 2024 06:21:11 +0000 (0:00:00.019) 0:21:39.611 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4355.3-4.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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 17 February 2024 06:21:12 +0000 (0:00:00.325) 0:21:39.937 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 17 February 2024 06:21:12 +0000 (0:00:00.021) 0:21:39.959 ***** 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.005543", "end": "2024-02-17 06:21:12.292873", "rc": 0, "start": "2024-02-17 06:21:12.287330" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 17 February 2024 06:21:12 +0000 (0:00:00.133) 0:21:40.092 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 17 February 2024 06:21:13 +0000 (0:00:00.742) 0:21:40.835 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 17 February 2024 06:21:13 +0000 (0:00:00.026) 0:21:40.862 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 17 February 2024 06:21:13 +0000 (0:00:00.019) 0:21:40.881 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:349 Saturday 17 February 2024 06:21:13 +0000 (0:00:00.018) 0:21:40.900 ***** skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set selinux role facts for ports] ************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:364 Saturday 17 February 2024 06:21:13 +0000 (0:00:00.026) 0:21:40.926 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:376 Saturday 17 February 2024 06:21:13 +0000 (0:00:00.019) 0:21:40.946 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:386 Saturday 17 February 2024 06:21:13 +0000 (0:00:00.018) 0:21:40.965 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:391 Saturday 17 February 2024 06:21:13 +0000 (0:00:00.325) 0:21:41.291 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 00:57:22 UTC", "ActiveEnterTimestampMonotonic": "9870885", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service network.target basic.target systemd-journald.socket dbus.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 00:57:22 UTC", "AssertTimestampMonotonic": "9062254", "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-02-17 00:57:22 UTC", "ConditionTimestampMonotonic": "9062252", "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": "945", "ExecMainStartTimestamp": "Sat 2024-02-17 00:57:22 UTC", "ExecMainStartTimestampMonotonic": "9072778", "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-02-17 00:57:22 UTC", "InactiveExitTimestampMonotonic": "9072831", "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": "945", "MemoryAccounting": "no", "MemoryCurrent": "20418560", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target dbus.service polkit.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "5", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-02-17 00:57:22 UTC", "WatchdogTimestampMonotonic": "9870833", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:397 Saturday 17 February 2024 06:21:13 +0000 (0:00:00.260) 0:21:41.551 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.106104", "end": "2024-02-17 06:21:13.986589", "rc": 0, "start": "2024-02-17 06:21:13.880485" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:407 Saturday 17 February 2024 06:21:14 +0000 (0:00:00.235) 0:21:41.786 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:420 Saturday 17 February 2024 06:21:14 +0000 (0:00:00.020) 0:21:41.806 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:429 Saturday 17 February 2024 06:21:14 +0000 (0:00:00.020) 0:21:41.827 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:439 Saturday 17 February 2024 06:21:14 +0000 (0:00:00.020) 0:21:41.847 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:446 Saturday 17 February 2024 06:21:14 +0000 (0:00:00.134) 0:21:41.982 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:458 Saturday 17 February 2024 06:21:14 +0000 (0:00:00.326) 0:21:42.308 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:462 Saturday 17 February 2024 06:21:14 +0000 (0:00:00.021) 0:21:42.330 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:468 Saturday 17 February 2024 06:21:14 +0000 (0:00:00.021) 0:21:42.352 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:483 Saturday 17 February 2024 06:21:14 +0000 (0:00:00.020) 0:21:42.372 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:490 Saturday 17 February 2024 06:21:14 +0000 (0:00:00.019) 0:21:42.392 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:498 Saturday 17 February 2024 06:21:14 +0000 (0:00:00.021) 0:21:42.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 : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:520 Saturday 17 February 2024 06:21:14 +0000 (0:00:00.021) 0:21:42.435 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:531 Saturday 17 February 2024 06:21:14 +0000 (0:00:00.020) 0:21:42.456 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 17 February 2024 06:21:14 +0000 (0:00:00.020) 0:21:42.477 ***** 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.005071", "end": "2024-02-17 06:21:14.814989", "rc": 0, "start": "2024-02-17 06:21:14.809918" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:559 Saturday 17 February 2024 06:21:14 +0000 (0:00:00.136) 0:21:42.613 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:566 Saturday 17 February 2024 06:21:14 +0000 (0:00:00.076) 0:21:42.689 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 17 February 2024 06:21:15 +0000 (0:00:00.647) 0:21:43.336 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:592 Saturday 17 February 2024 06:21:15 +0000 (0:00:00.022) 0:21:43.358 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:599 Saturday 17 February 2024 06:21:15 +0000 (0:00:00.020) 0:21:43.379 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:606 Saturday 17 February 2024 06:21:15 +0000 (0:00:00.020) 0:21:43.399 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:618 Saturday 17 February 2024 06:21:15 +0000 (0:00:00.019) 0:21:43.419 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:21:15 +0000 (0:00:00.032) 0:21:43.452 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003285", "end": "2024-02-17 06:21:15.786837", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:21:15.783552" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:21:15 +0000 (0:00:00.135) 0:21:43.588 ***** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.127867", "end": "2024-02-17 06:21:16.052496", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:21:15.924629" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.269) 0:21:43.857 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.019) 0:21:43.876 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:644 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.065) 0:21:43.942 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:651 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.022) 0:21:43.965 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:658 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.021) 0:21:43.987 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:667 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.018) 0:21:44.005 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:673 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.019) 0:21:44.024 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:680 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.019) 0:21:44.044 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:688 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.019) 0:21:44.063 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:694 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.019) 0:21:44.083 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:712 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.019) 0:21:44.102 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:726 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.020) 0:21:44.123 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:731 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.019) 0:21:44.142 ***** skipping: [sut] => (item=/tmp/ansible.Iz7VYP) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.Iz7VYP", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ansible.HeeObM) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.HeeObM", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:749 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.026) 0:21:44.168 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.035) 0:21:44.204 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003246", "end": "2024-02-17 06:21:16.539332", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:21:16.536086" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.Iz7VYP TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.134) 0:21:44.339 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.025) 0:21:44.364 ***** 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.125467", "end": "2024-02-17 06:21:16.822931", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:21:16.697464" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:758 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.259) 0:21:44.624 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:21:16 +0000 (0:00:00.087) 0:21:44.711 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003247", "end": "2024-02-17 06:21:17.048938", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:21:17.045691" } STDOUT: tlskey = /etc/pki/tls/private/ansible.HeeObM TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:21:17 +0000 (0:00:00.138) 0:21:44.849 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:21:17 +0000 (0:00:00.026) 0:21:44.876 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.126773", "end": "2024-02-17 06:21:17.338464", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:21:17.211691" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:767 Saturday 17 February 2024 06:21:17 +0000 (0:00:00.264) 0:21:45.141 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:21:17 +0000 (0:00:00.038) 0:21:45.179 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003222", "end": "2024-02-17 06:21:17.517873", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:21:17.514651" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:21:17 +0000 (0:00:00.139) 0:21:45.318 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:21:17 +0000 (0:00:00.025) 0:21:45.344 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.124310", "end": "2024-02-17 06:21:17.801211", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:21:17.676901" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:774 Saturday 17 February 2024 06:21:17 +0000 (0:00:00.259) 0:21:45.603 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:21:17 +0000 (0:00:00.041) 0:21:45.645 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003173", "end": "2024-02-17 06:21:17.981855", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:21:17.978682" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.137) 0:21:45.783 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.026) 0:21:45.810 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.126318", "end": "2024-02-17 06:21:18.272201", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:21:18.145883" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:783 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.323) 0:21:46.133 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:791 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.021) 0:21:46.155 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:799 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.021) 0:21:46.176 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:806 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.021) 0:21:46.198 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:813 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.022) 0:21:46.221 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:822 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.025) 0:21:46.246 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:835 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.022) 0:21:46.269 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:844 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.022) 0:21:46.291 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:856 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.021) 0:21:46.313 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:861 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.022) 0:21:46.335 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:878 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.021) 0:21:46.357 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:883 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.020) 0:21:46.377 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:888 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.021) 0:21:46.398 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:894 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.020) 0:21:46.419 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:920 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.021) 0:21:46.441 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:941 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.021) 0:21:46.463 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:949 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.020) 0:21:46.483 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:959 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.021) 0:21:46.504 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:965 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.020) 0:21:46.525 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:982 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.081) 0:21:46.607 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.022) 0:21:46.629 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1017 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.020) 0:21:46.650 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1071 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.020) 0:21:46.670 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1078 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.019) 0:21:46.690 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1085 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.019) 0:21:46.709 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1096 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.018) 0:21:46.728 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1102 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.019) 0:21:46.747 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1110 Saturday 17 February 2024 06:21:18 +0000 (0:00:00.024) 0:21:46.772 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1119 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.021) 0:21:46.793 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1127 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.021) 0:21:46.815 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1142 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.026) 0:21:46.841 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1149 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.019) 0:21:46.860 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1174 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.019) 0:21:46.880 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1183 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.019) 0:21:46.899 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1193 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.019) 0:21:46.918 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1204 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.018) 0:21:46.937 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.018) 0:21:46.956 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1230 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.019) 0:21:46.975 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1237 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.068) 0:21:47.043 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1244 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.020) 0:21:47.064 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1253 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.020) 0:21:47.085 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1260 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.019) 0:21:47.104 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1272 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.026) 0:21:47.130 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1281 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.020) 0:21:47.151 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1288 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.020) 0:21:47.172 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1294 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.019) 0:21:47.192 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1302 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.020) 0:21:47.212 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1315 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.025) 0:21:47.238 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1327 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.019) 0:21:47.257 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for the cluster to finish configuration] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1332 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.019) 0:21:47.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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1338 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.020) 0:21:47.297 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1347 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.020) 0:21:47.317 ***** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 17 February 2024 06:21:19 +0000 (0:00:00.162) 0:21:47.479 ***** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 06:21:04 UTC", "ActiveEnterTimestampMonotonic": "19431348908", "ActiveExitTimestamp": "Sat 2024-02-17 06:21:03 UTC", "ActiveExitTimestampMonotonic": "19430229727", "ActiveState": "active", "After": "network.target -.mount basic.target auditd.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 06:21:04 UTC", "AssertTimestampMonotonic": "19431340539", "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-02-17 06:21:04 UTC", "ConditionTimestampMonotonic": "19431340537", "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": "3852", "ExecMainStartTimestamp": "Sat 2024-02-17 06:21:04 UTC", "ExecMainStartTimestampMonotonic": "19431348841", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-02-17 06:21:04 UTC] ; stop_time=[n/a] ; pid=3852 ; 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-02-17 06:21:04 UTC", "InactiveEnterTimestampMonotonic": "19431332920", "InactiveExitTimestamp": "Sat 2024-02-17 06:21:04 UTC", "InactiveExitTimestampMonotonic": "19431348908", "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": "3852", "MemoryAccounting": "no", "MemoryCurrent": "693628928", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "150", "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-02-17 06:21:04 UTC", "WatchdogTimestampMonotonic": "19431348883", "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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1360 Saturday 17 February 2024 06:21:20 +0000 (0:00:00.449) 0:21:47.928 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1371 Saturday 17 February 2024 06:21:20 +0000 (0:00:00.077) 0:21:48.005 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:147 Saturday 17 February 2024 06:21:20 +0000 (0:00:00.021) 0:21:48.027 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:8 Saturday 17 February 2024 06:21:20 +0000 (0:00:00.170) 0:21:48.197 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:23 Saturday 17 February 2024 06:21:20 +0000 (0:00:00.020) 0:21:48.218 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:35 Saturday 17 February 2024 06:21:20 +0000 (0:00:00.019) 0:21:48.238 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:39 Saturday 17 February 2024 06:21:20 +0000 (0:00:00.021) 0:21:48.260 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:55 Saturday 17 February 2024 06:21:20 +0000 (0:00:00.028) 0:21:48.289 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:60 Saturday 17 February 2024 06:21:20 +0000 (0:00:00.020) 0:21:48.309 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:70 Saturday 17 February 2024 06:21:20 +0000 (0:00:00.020) 0:21:48.330 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:75 Saturday 17 February 2024 06:21:20 +0000 (0:00:00.019) 0:21:48.349 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:85 Saturday 17 February 2024 06:21:20 +0000 (0:00:00.020) 0:21:48.369 ***** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 17 February 2024 06:21:20 +0000 (0:00:00.033) 0:21:48.402 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 06:21:20 UTC", "ActiveEnterTimestampMonotonic": "19447170188", "ActiveExitTimestamp": "Sat 2024-02-17 06:21:19 UTC", "ActiveExitTimestampMonotonic": "19446942892", "ActiveState": "active", "After": "network.target -.mount basic.target auditd.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 06:21:20 UTC", "AssertTimestampMonotonic": "19447163679", "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-02-17 06:21:20 UTC", "ConditionTimestampMonotonic": "19447163677", "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": "4581", "ExecMainStartTimestamp": "Sat 2024-02-17 06:21:20 UTC", "ExecMainStartTimestampMonotonic": "19447170120", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-02-17 06:21:20 UTC] ; stop_time=[n/a] ; pid=4581 ; 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-02-17 06:21:20 UTC", "InactiveEnterTimestampMonotonic": "19447155192", "InactiveExitTimestamp": "Sat 2024-02-17 06:21:20 UTC", "InactiveExitTimestampMonotonic": "19447170188", "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": "4581", "MemoryAccounting": "no", "MemoryCurrent": "85065728", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "22", "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-02-17 06:21:20 UTC", "WatchdogTimestampMonotonic": "19447170162", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 17 February 2024 06:21:20 +0000 (0:00:00.260) 0:21:48.662 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003857", "end": "2024-02-17 06:21:21.010138", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:21:21.006281" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 17 February 2024 06:21:21 +0000 (0:00:00.145) 0:21:48.808 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003463", "end": "2024-02-17 06:21:21.146416", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:21:21.142953" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 17 February 2024 06:21:21 +0000 (0:00:00.136) 0:21:48.945 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:93 Saturday 17 February 2024 06:21:21 +0000 (0:00:00.027) 0:21:48.973 ***** 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": 6927, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:99 Saturday 17 February 2024 06:21:24 +0000 (0:00:03.142) 0:21:52.115 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.030019", "end": "2024-02-17 06:21:24.478159", "rc": 0, "start": "2024-02-17 06:21:24.448140" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU25) (KB5033688) - 15.0.4355.3 (X64) Jan 30 2024 17:02:22 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (Red Hat Enterprise Linux Server 7.9 (Maipo)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:113 Saturday 17 February 2024 06:21:24 +0000 (0:00:00.164) 0:21:52.280 ***** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:117 Saturday 17 February 2024 06:21:24 +0000 (0:00:00.023) 0:21:52.304 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:124 Saturday 17 February 2024 06:21:24 +0000 (0:00:00.022) 0:21:52.327 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:135 Saturday 17 February 2024 06:21:24 +0000 (0:00:00.021) 0:21:52.348 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:140 Saturday 17 February 2024 06:21:24 +0000 (0:00:00.025) 0:21:52.373 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:145 Saturday 17 February 2024 06:21:24 +0000 (0:00:00.067) 0:21:52.440 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:151 Saturday 17 February 2024 06:21:24 +0000 (0:00:00.020) 0:21:52.461 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:157 Saturday 17 February 2024 06:21:24 +0000 (0:00:00.019) 0:21:52.481 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:167 Saturday 17 February 2024 06:21:24 +0000 (0:00:00.019) 0:21:52.500 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:21:24 +0000 (0:00:00.036) 0:21:52.536 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004583", "end": "2024-02-17 06:21:24.873474", "rc": 0, "start": "2024-02-17 06:21:24.868891" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:21:24 +0000 (0:00:00.137) 0:21:52.674 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:21:24 +0000 (0:00:00.031) 0:21:52.705 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:21:24 +0000 (0:00:00.024) 0:21:52.730 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:178 Saturday 17 February 2024 06:21:24 +0000 (0:00:00.020) 0:21:52.751 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:21:25 +0000 (0:00:00.035) 0:21:52.786 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004546", "end": "2024-02-17 06:21:25.124828", "rc": 0, "start": "2024-02-17 06:21:25.120282" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:21:25 +0000 (0:00:00.138) 0:21:52.924 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:21:25 +0000 (0:00:00.029) 0:21:52.954 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:21:25 +0000 (0:00:00.024) 0:21:52.978 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:190 Saturday 17 February 2024 06:21:25 +0000 (0:00:00.024) 0:21:53.003 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:21:25 +0000 (0:00:00.038) 0:21:53.041 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004466", "end": "2024-02-17 06:21:25.378092", "rc": 0, "start": "2024-02-17 06:21:25.373626" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:21:25 +0000 (0:00:00.193) 0:21:53.235 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:21:25 +0000 (0:00:00.030) 0:21:53.266 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:21:25 +0000 (0:00:00.027) 0:21:53.293 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:198 Saturday 17 February 2024 06:21:25 +0000 (0:00:00.021) 0:21:53.314 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:21:25 +0000 (0:00:00.040) 0:21:53.355 ***** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004387", "end": "2024-02-17 06:21:25.692832", "rc": 0, "start": "2024-02-17 06:21:25.688445" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:21:25 +0000 (0:00:00.138) 0:21:53.493 ***** 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-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:21:25 +0000 (0:00:00.022) 0:21:53.516 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:21:25 +0000 (0:00:00.028) 0:21:53.544 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:208 Saturday 17 February 2024 06:21:25 +0000 (0:00:00.020) 0:21:53.564 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:213 Saturday 17 February 2024 06:21:25 +0000 (0:00:00.019) 0:21:53.584 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:221 Saturday 17 February 2024 06:21:25 +0000 (0:00:00.019) 0:21:53.604 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test with certs created by the certificate role] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:154 Saturday 17 February 2024 06:21:25 +0000 (0:00:00.018) 0:21:53.623 ***** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.423) 0:21:54.047 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.033) 0:21:54.080 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.026) 0:21:54.107 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.067) 0:21:54.175 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.025) 0:21:54.200 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.021) 0:21:54.221 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.022) 0:21:54.244 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.024) 0:21:54.269 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.020) 0:21:54.289 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.104) 0:21:54.394 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.021) 0:21:54.415 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.020) 0:21:54.436 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.020) 0:21:54.457 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.023) 0:21:54.481 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.019) 0:21:54.500 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.019) 0:21:54.520 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.019) 0:21:54.540 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.018) 0:21:54.559 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 17 February 2024 06:21:26 +0000 (0:00:00.020) 0:21:54.579 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 17 February 2024 06:21:27 +0000 (0:00:00.644) 0:21:55.224 ***** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 17 February 2024 06:21:27 +0000 (0:00:00.059) 0:21:55.284 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 17 February 2024 06:21:27 +0000 (0:00:00.020) 0:21:55.305 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 17 February 2024 06:21:27 +0000 (0:00:00.092) 0:21:55.397 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 17 February 2024 06:21:27 +0000 (0:00:00.039) 0:21:55.437 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 17 February 2024 06:21:27 +0000 (0:00:00.307) 0:21:55.745 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 17 February 2024 06:21:27 +0000 (0:00:00.022) 0:21:55.767 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 17 February 2024 06:21:28 +0000 (0:00:00.023) 0:21:55.791 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 17 February 2024 06:21:28 +0000 (0:00:00.021) 0:21:55.812 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 17 February 2024 06:21:28 +0000 (0:00:00.024) 0:21:55.837 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 17 February 2024 06:21:28 +0000 (0:00:00.019) 0:21:55.856 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 17 February 2024 06:21:28 +0000 (0:00:00.020) 0:21:55.877 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 17 February 2024 06:21:28 +0000 (0:00:00.020) 0:21:55.897 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 17 February 2024 06:21:28 +0000 (0:00:00.020) 0:21:55.918 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 17 February 2024 06:21:28 +0000 (0:00:00.021) 0:21:55.939 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4355.3-4.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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 17 February 2024 06:21:28 +0000 (0:00:00.335) 0:21:56.275 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 17 February 2024 06:21:28 +0000 (0:00:00.021) 0:21:56.296 ***** 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.005399", "end": "2024-02-17 06:21:28.633855", "rc": 0, "start": "2024-02-17 06:21:28.628456" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 17 February 2024 06:21:28 +0000 (0:00:00.136) 0:21:56.433 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 17 February 2024 06:21:29 +0000 (0:00:00.751) 0:21:57.184 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 17 February 2024 06:21:29 +0000 (0:00:00.029) 0:21:57.214 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 17 February 2024 06:21:29 +0000 (0:00:00.021) 0:21:57.235 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:349 Saturday 17 February 2024 06:21:29 +0000 (0:00:00.020) 0:21:57.256 ***** skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set selinux role facts for ports] ************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:364 Saturday 17 February 2024 06:21:29 +0000 (0:00:00.027) 0:21:57.283 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:376 Saturday 17 February 2024 06:21:29 +0000 (0:00:00.021) 0:21:57.305 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:386 Saturday 17 February 2024 06:21:29 +0000 (0:00:00.021) 0:21:57.326 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:391 Saturday 17 February 2024 06:21:29 +0000 (0:00:00.329) 0:21:57.655 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 00:57:22 UTC", "ActiveEnterTimestampMonotonic": "9870885", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service network.target basic.target systemd-journald.socket dbus.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 00:57:22 UTC", "AssertTimestampMonotonic": "9062254", "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-02-17 00:57:22 UTC", "ConditionTimestampMonotonic": "9062252", "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": "945", "ExecMainStartTimestamp": "Sat 2024-02-17 00:57:22 UTC", "ExecMainStartTimestampMonotonic": "9072778", "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-02-17 00:57:22 UTC", "InactiveExitTimestampMonotonic": "9072831", "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": "945", "MemoryAccounting": "no", "MemoryCurrent": "20418560", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target dbus.service polkit.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "5", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-02-17 00:57:22 UTC", "WatchdogTimestampMonotonic": "9870833", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:397 Saturday 17 February 2024 06:21:30 +0000 (0:00:00.208) 0:21:57.864 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.105157", "end": "2024-02-17 06:21:30.299354", "rc": 0, "start": "2024-02-17 06:21:30.194197" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:407 Saturday 17 February 2024 06:21:30 +0000 (0:00:00.236) 0:21:58.101 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:420 Saturday 17 February 2024 06:21:30 +0000 (0:00:00.020) 0:21:58.121 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:429 Saturday 17 February 2024 06:21:30 +0000 (0:00:00.020) 0:21:58.142 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:439 Saturday 17 February 2024 06:21:30 +0000 (0:00:00.019) 0:21:58.162 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:446 Saturday 17 February 2024 06:21:30 +0000 (0:00:00.164) 0:21:58.327 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:458 Saturday 17 February 2024 06:21:30 +0000 (0:00:00.333) 0:21:58.660 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:462 Saturday 17 February 2024 06:21:30 +0000 (0:00:00.022) 0:21:58.683 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:468 Saturday 17 February 2024 06:21:30 +0000 (0:00:00.023) 0:21:58.706 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:483 Saturday 17 February 2024 06:21:30 +0000 (0:00:00.022) 0:21:58.728 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:490 Saturday 17 February 2024 06:21:30 +0000 (0:00:00.023) 0:21:58.752 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:498 Saturday 17 February 2024 06:21:31 +0000 (0:00:00.024) 0:21:58.776 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:520 Saturday 17 February 2024 06:21:31 +0000 (0:00:00.022) 0:21:58.798 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:531 Saturday 17 February 2024 06:21:31 +0000 (0:00:00.022) 0:21:58.821 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 17 February 2024 06:21:31 +0000 (0:00:00.023) 0:21:58.844 ***** 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.005288", "end": "2024-02-17 06:21:31.188478", "rc": 0, "start": "2024-02-17 06:21:31.183190" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:559 Saturday 17 February 2024 06:21:31 +0000 (0:00:00.142) 0:21:58.987 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:566 Saturday 17 February 2024 06:21:31 +0000 (0:00:00.024) 0:21:59.011 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 17 February 2024 06:21:31 +0000 (0:00:00.731) 0:21:59.743 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:592 Saturday 17 February 2024 06:21:31 +0000 (0:00:00.023) 0:21:59.767 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:599 Saturday 17 February 2024 06:21:32 +0000 (0:00:00.020) 0:21:59.788 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:606 Saturday 17 February 2024 06:21:32 +0000 (0:00:00.023) 0:21:59.811 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:618 Saturday 17 February 2024 06:21:32 +0000 (0:00:00.022) 0:21:59.834 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:21:32 +0000 (0:00:00.035) 0:21:59.869 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003355", "end": "2024-02-17 06:21:32.208244", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:21:32.204889" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:21:32 +0000 (0:00:00.139) 0:22:00.008 ***** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.128877", "end": "2024-02-17 06:21:32.475094", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:21:32.346217" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:21:32 +0000 (0:00:00.273) 0:22:00.282 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 17 February 2024 06:21:32 +0000 (0:00:00.021) 0:22:00.303 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:644 Saturday 17 February 2024 06:21:32 +0000 (0:00:00.021) 0:22:00.325 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:651 Saturday 17 February 2024 06:21:32 +0000 (0:00:00.023) 0:22:00.349 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:658 Saturday 17 February 2024 06:21:32 +0000 (0:00:00.025) 0:22:00.374 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:667 Saturday 17 February 2024 06:21:32 +0000 (0:00:00.036) 0:22:00.411 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:673 Saturday 17 February 2024 06:21:32 +0000 (0:00:00.022) 0:22:00.433 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:680 Saturday 17 February 2024 06:21:32 +0000 (0:00:00.021) 0:22:00.455 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:688 Saturday 17 February 2024 06:21:32 +0000 (0:00:00.021) 0:22:00.476 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:694 Saturday 17 February 2024 06:21:32 +0000 (0:00:00.117) 0:22:00.594 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:712 Saturday 17 February 2024 06:21:32 +0000 (0:00:00.021) 0:22:00.616 ***** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 17 February 2024 06:21:32 +0000 (0:00:00.086) 0:22:00.702 ***** included: /WORKDIR/git-weekly-cing81wtx_/.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-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 17 February 2024 06:21:32 +0000 (0:00:00.043) 0:22:00.745 ***** 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-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 17 February 2024 06:21:33 +0000 (0:00:00.030) 0:22:00.776 ***** 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-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 17 February 2024 06:21:33 +0000 (0:00:00.137) 0:22:00.913 ***** 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-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 17 February 2024 06:21:33 +0000 (0:00:00.029) 0:22:00.943 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_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-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 17 February 2024 06:21:33 +0000 (0:00:00.077) 0:22:01.021 ***** 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: search-disabled-repos\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--> Processing Dependency: python-enum34 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-enum34.noarch 0:1.0.4-1.el7 will be installed\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 rhel-Server 503 k\n python2-pyasn1 noarch 0.1.9-7.el7 rhel-Server 100 k\nInstalling for dependencies:\n python-cffi x86_64 1.6.0-5.el7 rhel-Server 218 k\n python-enum34 noarch 1.0.4-1.el7 rhel-Server 52 k\n python-idna noarch 2.4-1.el7 rhel-Server 94 k\n python-ply noarch 3.4-11.el7 rhel-Server 123 k\n python-pycparser noarch 2.14-1.el7 rhel-Server 105 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+5 Dependent packages)\n\nTotal download size: 1.2 M\nInstalled size: 6.1 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 1.0 MB/s | 1.2 MB 00:01 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : python2-pyasn1-0.1.9-7.el7.noarch 1/7 \n Installing : python-enum34-1.0.4-1.el7.noarch 2/7 \n Installing : python-ply-3.4-11.el7.noarch 3/7 \n Installing : python-pycparser-2.14-1.el7.noarch 4/7 \n Installing : python-cffi-1.6.0-5.el7.x86_64 5/7 \n Installing : python-idna-2.4-1.el7.noarch 6/7 \n Installing : python2-cryptography-1.7.2-2.el7.x86_64 7/7 \n Verifying : python-idna-2.4-1.el7.noarch 1/7 \n Verifying : python-pycparser-2.14-1.el7.noarch 2/7 \n Verifying : python-ply-3.4-11.el7.noarch 3/7 \n Verifying : python-cffi-1.6.0-5.el7.x86_64 4/7 \n Verifying : python-enum34-1.0.4-1.el7.noarch 5/7 \n Verifying : python2-pyasn1-0.1.9-7.el7.noarch 6/7 \n Verifying : python2-cryptography-1.7.2-2.el7.x86_64 7/7 \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-enum34.noarch 0:1.0.4-1.el7 \n python-idna.noarch 0:2.4-1.el7 python-ply.noarch 0:3.4-11.el7 \n python-pycparser.noarch 0:2.14-1.el7 \n\nComplete!\n" ] } MSG: http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. lsrpackages: python-cryptography python-dbus python-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 17 February 2024 06:31:37 +0000 (0:10:03.944) 0:32:04.965 ***** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "changes": { "installed": [ "certmonger" ] }, "rc": 0, "results": [ "Loaded plugins: search-disabled-repos\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 rhel-Server 608 k\nInstalling for dependencies:\n libtalloc x86_64 2.1.16-1.el7 rhel-Server 33 k\n libtevent x86_64 0.9.39-1.el7 rhel-Server 41 k\n xmlrpc-c x86_64 1.32.5-1905.svn2451.el7 rhel-Server 130 k\n xmlrpc-c-client x86_64 1.32.5-1905.svn2451.el7 rhel-Server 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 1.0 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" ] } MSG: http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30000 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30000 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30000 milliseconds') Trying other mirror. http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://coprbe.devel.redhat.com/results/lpol/qa-tools/rhel-7-x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds') Trying other mirror. lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 17 February 2024 06:41:40 +0000 (0:10:03.062) 0:42:08.027 ***** 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": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 17 February 2024 06:41:40 +0000 (0:00:00.161) 0:42:08.189 ***** 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": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 17 February 2024 06:41:40 +0000 (0:00:00.219) 0:42:08.408 ***** 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": "systemd-journald.socket network.target syslog.target basic.target system.slice dbus.service", "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": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "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-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 17 February 2024 06:41:40 +0000 (0:00:00.346) 0:42:08.755 ***** changed: [sut] => (item={'name': 'mssql_2019_cert', 'common_name': '10.31.12.112', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "common_name": "10.31.12.112", "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-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 17 February 2024 06:41:41 +0000 (0:00:00.504) 0:42:09.259 ***** skipping: [sut] => (item=['cert', {'name': 'mssql_2019_cert', 'common_name': '10.31.12.112', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "common_name": "10.31.12.112", "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.12.112', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "common_name": "10.31.12.112", "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.12.112', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "common_name": "10.31.12.112", "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-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 17 February 2024 06:41:41 +0000 (0:00:00.040) 0:42:09.300 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 17 February 2024 06:41:41 +0000 (0:00:00.023) 0:42:09.324 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 17 February 2024 06:41:41 +0000 (0:00:00.025) 0:42:09.349 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:726 Saturday 17 February 2024 06:41:41 +0000 (0:00:00.024) 0:42:09.374 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:731 Saturday 17 February 2024 06:41:41 +0000 (0:00:00.026) 0:42:09.400 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:749 Saturday 17 February 2024 06:41:41 +0000 (0:00:00.030) 0:42:09.430 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:41:41 +0000 (0:00:00.036) 0:42:09.467 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004216", "end": "2024-02-17 06:41:41.806971", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:41:41.802755" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:41:41 +0000 (0:00:00.139) 0:42:09.607 ***** 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.130560", "end": "2024-02-17 06:41:42.078171", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:41:41.947611" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:41:42 +0000 (0:00:00.275) 0:42:09.882 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:758 Saturday 17 February 2024 06:41:42 +0000 (0:00:00.086) 0:42:09.969 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:41:42 +0000 (0:00:00.038) 0:42:10.007 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003285", "end": "2024-02-17 06:41:42.345052", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:41:42.341767" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:41:42 +0000 (0:00:00.137) 0:42:10.145 ***** 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.129405", "end": "2024-02-17 06:41:42.612688", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:41:42.483283" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:41:42 +0000 (0:00:00.271) 0:42:10.417 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:767 Saturday 17 February 2024 06:41:42 +0000 (0:00:00.023) 0:42:10.440 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:41:42 +0000 (0:00:00.038) 0:42:10.479 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003331", "end": "2024-02-17 06:41:42.815516", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:41:42.812185" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:41:42 +0000 (0:00:00.136) 0:42:10.616 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.128152", "end": "2024-02-17 06:41:43.082646", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:41:42.954494" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.270) 0:42:10.887 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:774 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.021) 0:42:10.908 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.038) 0:42:10.947 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003488", "end": "2024-02-17 06:41:43.285482", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:41:43.281994" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.137) 0:42:11.085 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.129574", "end": "2024-02-17 06:41:43.551586", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:41:43.422012" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.333) 0:42:11.418 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:783 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.023) 0:42:11.442 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:791 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.021) 0:42:11.464 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:799 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.020) 0:42:11.484 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:806 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.020) 0:42:11.504 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:813 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.022) 0:42:11.527 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:822 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.022) 0:42:11.549 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:835 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.021) 0:42:11.571 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:844 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.020) 0:42:11.592 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:856 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.020) 0:42:11.612 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:861 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.021) 0:42:11.634 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:878 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.020) 0:42:11.654 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:883 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.020) 0:42:11.675 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:888 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.020) 0:42:11.695 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:894 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.020) 0:42:11.716 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:920 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.020) 0:42:11.736 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:941 Saturday 17 February 2024 06:41:43 +0000 (0:00:00.019) 0:42:11.755 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:949 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:11.776 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:959 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.019) 0:42:11.795 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:965 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.083) 0:42:11.879 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:982 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:11.900 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.021) 0:42:11.921 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1017 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:11.942 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1071 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:11.963 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1078 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:11.984 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1085 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.019) 0:42:12.004 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1096 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:12.024 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1102 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:12.045 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1110 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.025) 0:42:12.070 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1119 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:12.091 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1127 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.019) 0:42:12.111 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1142 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.026) 0:42:12.138 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1149 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:12.158 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1174 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:12.178 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1183 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:12.199 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1193 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.019) 0:42:12.219 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1204 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:12.239 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.019) 0:42:12.258 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1230 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.085) 0:42:12.344 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1237 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.021) 0:42:12.365 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1244 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.021) 0:42:12.387 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1253 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:12.407 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1260 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:12.428 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1272 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.028) 0:42:12.456 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1281 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:12.476 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1288 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:12.497 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1294 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:12.518 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1302 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.021) 0:42:12.540 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1315 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.024) 0:42:12.564 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1327 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:12.584 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for the cluster to finish configuration] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1332 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:12.605 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1338 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.020) 0:42:12.626 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1347 Saturday 17 February 2024 06:41:44 +0000 (0:00:00.021) 0:42:12.648 ***** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 17 February 2024 06:41:45 +0000 (0:00:00.156) 0:42:12.805 ***** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 06:21:20 UTC", "ActiveEnterTimestampMonotonic": "19447170188", "ActiveExitTimestamp": "Sat 2024-02-17 06:21:19 UTC", "ActiveExitTimestampMonotonic": "19446942892", "ActiveState": "active", "After": "-.mount auditd.service basic.target systemd-journald.socket system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 06:21:20 UTC", "AssertTimestampMonotonic": "19447163679", "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-02-17 06:21:20 UTC", "ConditionTimestampMonotonic": "19447163677", "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": "4581", "ExecMainStartTimestamp": "Sat 2024-02-17 06:21:20 UTC", "ExecMainStartTimestampMonotonic": "19447170120", "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-02-17 06:21:20 UTC", "InactiveEnterTimestampMonotonic": "19447155192", "InactiveExitTimestamp": "Sat 2024-02-17 06:21:20 UTC", "InactiveExitTimestampMonotonic": "19447170188", "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": "4581", "MemoryAccounting": "no", "MemoryCurrent": "862433280", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "165", "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-02-17 06:21:20 UTC", "WatchdogTimestampMonotonic": "19447170162", "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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1360 Saturday 17 February 2024 06:41:46 +0000 (0:00:01.462) 0:42:14.267 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1371 Saturday 17 February 2024 06:41:46 +0000 (0:00:00.021) 0:42:14.288 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:168 Saturday 17 February 2024 06:41:46 +0000 (0:00:00.021) 0:42:14.309 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:8 Saturday 17 February 2024 06:41:46 +0000 (0:00:00.215) 0:42:14.524 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:23 Saturday 17 February 2024 06:41:46 +0000 (0:00:00.020) 0:42:14.545 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:35 Saturday 17 February 2024 06:41:46 +0000 (0:00:00.019) 0:42:14.565 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:39 Saturday 17 February 2024 06:41:46 +0000 (0:00:00.020) 0:42:14.585 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:55 Saturday 17 February 2024 06:41:46 +0000 (0:00:00.090) 0:42:14.676 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:60 Saturday 17 February 2024 06:41:46 +0000 (0:00:00.021) 0:42:14.697 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:70 Saturday 17 February 2024 06:41:46 +0000 (0:00:00.021) 0:42:14.718 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:75 Saturday 17 February 2024 06:41:46 +0000 (0:00:00.020) 0:42:14.739 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:85 Saturday 17 February 2024 06:41:46 +0000 (0:00:00.020) 0:42:14.759 ***** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 17 February 2024 06:41:47 +0000 (0:00:00.034) 0:42:14.794 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 06:41:46 UTC", "ActiveEnterTimestampMonotonic": "20673508910", "ActiveExitTimestamp": "Sat 2024-02-17 06:41:45 UTC", "ActiveExitTimestampMonotonic": "20672268791", "ActiveState": "active", "After": "-.mount auditd.service basic.target systemd-journald.socket system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 06:41:46 UTC", "AssertTimestampMonotonic": "20673503751", "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-02-17 06:41:46 UTC", "ConditionTimestampMonotonic": "20673503749", "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": "5776", "ExecMainStartTimestamp": "Sat 2024-02-17 06:41:46 UTC", "ExecMainStartTimestampMonotonic": "20673508835", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-02-17 06:41:46 UTC] ; stop_time=[n/a] ; pid=5776 ; 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-02-17 06:41:46 UTC", "InactiveEnterTimestampMonotonic": "20673495990", "InactiveExitTimestamp": "Sat 2024-02-17 06:41:46 UTC", "InactiveExitTimestampMonotonic": "20673508910", "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": "5776", "MemoryAccounting": "no", "MemoryCurrent": "110034944", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "33", "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-02-17 06:41:46 UTC", "WatchdogTimestampMonotonic": "20673508885", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 17 February 2024 06:41:47 +0000 (0:00:00.218) 0:42:15.013 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.005001", "end": "2024-02-17 06:41:47.368328", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:41:47.363327" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 17 February 2024 06:41:47 +0000 (0:00:00.153) 0:42:15.166 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003546", "end": "2024-02-17 06:41:47.501310", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:41:47.497764" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 17 February 2024 06:41:47 +0000 (0:00:00.132) 0:42:15.299 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:93 Saturday 17 February 2024 06:41:47 +0000 (0:00:00.027) 0:42:15.326 ***** 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": 7027, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:99 Saturday 17 February 2024 06:41:50 +0000 (0:00:03.147) 0:42:18.474 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.033873", "end": "2024-02-17 06:41:50.839415", "rc": 0, "start": "2024-02-17 06:41:50.805542" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU25) (KB5033688) - 15.0.4355.3 (X64) Jan 30 2024 17:02:22 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (Red Hat Enterprise Linux Server 7.9 (Maipo)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:113 Saturday 17 February 2024 06:41:50 +0000 (0:00:00.167) 0:42:18.641 ***** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:117 Saturday 17 February 2024 06:41:50 +0000 (0:00:00.022) 0:42:18.664 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:124 Saturday 17 February 2024 06:41:50 +0000 (0:00:00.021) 0:42:18.685 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:135 Saturday 17 February 2024 06:41:50 +0000 (0:00:00.020) 0:42:18.705 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:140 Saturday 17 February 2024 06:41:50 +0000 (0:00:00.019) 0:42:18.725 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:145 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.097) 0:42:18.823 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:151 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.020) 0:42:18.844 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:157 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.020) 0:42:18.865 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:167 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.020) 0:42:18.885 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.036) 0:42:18.921 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004426", "end": "2024-02-17 06:41:51.258663", "rc": 0, "start": "2024-02-17 06:41:51.254237" } 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-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.137) 0:42:19.059 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.029) 0:42:19.088 ***** 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-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.025) 0:42:19.114 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:178 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.021) 0:42:19.136 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.037) 0:42:19.173 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004248", "end": "2024-02-17 06:41:51.509262", "rc": 0, "start": "2024-02-17 06:41:51.505014" } 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-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.135) 0:42:19.309 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.031) 0:42:19.341 ***** 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-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.025) 0:42:19.366 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:190 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.021) 0:42:19.387 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.037) 0:42:19.425 ***** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004222", "end": "2024-02-17 06:41:51.761312", "rc": 0, "start": "2024-02-17 06:41:51.757090" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.136) 0:42:19.561 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.029) 0:42:19.590 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.023) 0:42:19.613 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:198 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.022) 0:42:19.635 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:7 Saturday 17 February 2024 06:41:51 +0000 (0:00:00.038) 0:42:19.674 ***** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004410", "end": "2024-02-17 06:41:52.009688", "rc": 0, "start": "2024-02-17 06:41:52.005278" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:14 Saturday 17 February 2024 06:41:52 +0000 (0:00:00.136) 0:42:19.810 ***** 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-cing81wtx_/tests/tasks/mssql_conf_verify.yml:25 Saturday 17 February 2024 06:41:52 +0000 (0:00:00.023) 0:42:19.833 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/mssql_conf_verify.yml:40 Saturday 17 February 2024 06:41:52 +0000 (0:00:00.028) 0:42:19.862 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:208 Saturday 17 February 2024 06:41:52 +0000 (0:00:00.021) 0:42:19.884 ***** 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-cing81wtx_/tests/tasks/verify_settings.yml:213 Saturday 17 February 2024 06:41:52 +0000 (0:00:00.020) 0:42:19.904 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:221 Saturday 17 February 2024 06:41:52 +0000 (0:00:00.020) 0:42:19.925 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/tests_tls.yml:175 Saturday 17 February 2024 06:41:52 +0000 (0:00:00.019) 0:42:19.944 ***** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 17 February 2024 06:41:52 +0000 (0:00:00.496) 0:42:20.441 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 17 February 2024 06:41:52 +0000 (0:00:00.032) 0:42:20.473 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 17 February 2024 06:41:52 +0000 (0:00:00.025) 0:42:20.498 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 17 February 2024 06:41:52 +0000 (0:00:00.036) 0:42:20.535 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 17 February 2024 06:41:52 +0000 (0:00:00.018) 0:42:20.554 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 17 February 2024 06:41:52 +0000 (0:00:00.019) 0:42:20.573 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 17 February 2024 06:41:52 +0000 (0:00:00.018) 0:42:20.592 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 17 February 2024 06:41:52 +0000 (0:00:00.019) 0:42:20.611 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 17 February 2024 06:41:52 +0000 (0:00:00.110) 0:42:20.722 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 17 February 2024 06:41:52 +0000 (0:00:00.021) 0:42:20.743 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 17 February 2024 06:41:52 +0000 (0:00:00.021) 0:42:20.764 ***** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 17 February 2024 06:41:53 +0000 (0:00:00.020) 0:42:20.785 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 17 February 2024 06:41:53 +0000 (0:00:00.020) 0:42:20.805 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 17 February 2024 06:41:53 +0000 (0:00:00.023) 0:42:20.829 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 17 February 2024 06:41:53 +0000 (0:00:00.020) 0:42:20.850 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 17 February 2024 06:41:53 +0000 (0:00:00.021) 0:42:20.871 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 17 February 2024 06:41:53 +0000 (0:00:00.020) 0:42:20.891 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 17 February 2024 06:41:53 +0000 (0:00:00.021) 0:42:20.912 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 17 February 2024 06:41:53 +0000 (0:00:00.021) 0:42:20.933 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 17 February 2024 06:41:53 +0000 (0:00:00.649) 0:42:21.583 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 17 February 2024 06:41:53 +0000 (0:00:00.059) 0:42:21.642 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 17 February 2024 06:41:53 +0000 (0:00:00.020) 0:42:21.663 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 17 February 2024 06:41:53 +0000 (0:00:00.023) 0:42:21.686 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 17 February 2024 06:41:54 +0000 (0:00:00.119) 0:42:21.806 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 17 February 2024 06:41:54 +0000 (0:00:00.324) 0:42:22.130 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 17 February 2024 06:41:54 +0000 (0:00:00.022) 0:42:22.153 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 17 February 2024 06:41:54 +0000 (0:00:00.021) 0:42:22.175 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 17 February 2024 06:41:54 +0000 (0:00:00.023) 0:42:22.199 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 17 February 2024 06:41:54 +0000 (0:00:00.025) 0:42:22.224 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 17 February 2024 06:41:54 +0000 (0:00:00.021) 0:42:22.246 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 17 February 2024 06:41:54 +0000 (0:00:00.021) 0:42:22.267 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 17 February 2024 06:41:54 +0000 (0:00:00.020) 0:42:22.288 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 17 February 2024 06:41:54 +0000 (0:00:00.022) 0:42:22.310 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 17 February 2024 06:41:54 +0000 (0:00:00.021) 0:42:22.331 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4355.3-4.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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 17 February 2024 06:41:54 +0000 (0:00:00.333) 0:42:22.665 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 17 February 2024 06:41:54 +0000 (0:00:00.020) 0:42:22.686 ***** 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.005258", "end": "2024-02-17 06:41:55.021224", "rc": 0, "start": "2024-02-17 06:41:55.015966" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 17 February 2024 06:41:55 +0000 (0:00:00.134) 0:42:22.820 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 17 February 2024 06:41:55 +0000 (0:00:00.777) 0:42:23.597 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 17 February 2024 06:41:55 +0000 (0:00:00.027) 0:42:23.625 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 17 February 2024 06:41:55 +0000 (0:00:00.020) 0:42:23.646 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:349 Saturday 17 February 2024 06:41:55 +0000 (0:00:00.100) 0:42:23.746 ***** skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set selinux role facts for ports] ************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:364 Saturday 17 February 2024 06:41:55 +0000 (0:00:00.028) 0:42:23.775 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:376 Saturday 17 February 2024 06:41:56 +0000 (0:00:00.020) 0:42:23.796 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:386 Saturday 17 February 2024 06:41:56 +0000 (0:00:00.021) 0:42:23.817 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:391 Saturday 17 February 2024 06:41:56 +0000 (0:00:00.331) 0:42:24.149 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 00:57:22 UTC", "ActiveEnterTimestampMonotonic": "9870885", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service systemd-journald.socket system.slice dbus.service network.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 00:57:22 UTC", "AssertTimestampMonotonic": "9062254", "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-02-17 00:57:22 UTC", "ConditionTimestampMonotonic": "9062252", "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": "945", "ExecMainStartTimestamp": "Sat 2024-02-17 00:57:22 UTC", "ExecMainStartTimestampMonotonic": "9072778", "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-02-17 00:57:22 UTC", "InactiveExitTimestampMonotonic": "9072831", "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": "945", "MemoryAccounting": "no", "MemoryCurrent": "20418560", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "dbus.service basic.target system.slice polkit.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "5", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-02-17 00:57:22 UTC", "WatchdogTimestampMonotonic": "9870833", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:397 Saturday 17 February 2024 06:41:56 +0000 (0:00:00.205) 0:42:24.354 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.106017", "end": "2024-02-17 06:41:56.788775", "rc": 0, "start": "2024-02-17 06:41:56.682758" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:407 Saturday 17 February 2024 06:41:56 +0000 (0:00:00.234) 0:42:24.589 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:420 Saturday 17 February 2024 06:41:56 +0000 (0:00:00.020) 0:42:24.610 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:429 Saturday 17 February 2024 06:41:56 +0000 (0:00:00.021) 0:42:24.631 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:439 Saturday 17 February 2024 06:41:56 +0000 (0:00:00.020) 0:42:24.651 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:446 Saturday 17 February 2024 06:41:57 +0000 (0:00:00.136) 0:42:24.787 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:458 Saturday 17 February 2024 06:41:57 +0000 (0:00:00.336) 0:42:25.124 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:462 Saturday 17 February 2024 06:41:57 +0000 (0:00:00.022) 0:42:25.146 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:468 Saturday 17 February 2024 06:41:57 +0000 (0:00:00.022) 0:42:25.168 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:483 Saturday 17 February 2024 06:41:57 +0000 (0:00:00.020) 0:42:25.189 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:490 Saturday 17 February 2024 06:41:57 +0000 (0:00:00.021) 0:42:25.211 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:498 Saturday 17 February 2024 06:41:57 +0000 (0:00:00.101) 0:42:25.312 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:520 Saturday 17 February 2024 06:41:57 +0000 (0:00:00.022) 0:42:25.335 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:531 Saturday 17 February 2024 06:41:57 +0000 (0:00:00.021) 0:42:25.357 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 17 February 2024 06:41:57 +0000 (0:00:00.020) 0:42:25.377 ***** 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.005023", "end": "2024-02-17 06:41:57.717343", "rc": 0, "start": "2024-02-17 06:41:57.712320" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:559 Saturday 17 February 2024 06:41:57 +0000 (0:00:00.139) 0:42:25.517 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:566 Saturday 17 February 2024 06:41:57 +0000 (0:00:00.024) 0:42:25.542 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 17 February 2024 06:41:58 +0000 (0:00:00.652) 0:42:26.194 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:592 Saturday 17 February 2024 06:41:58 +0000 (0:00:00.029) 0:42:26.224 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:599 Saturday 17 February 2024 06:41:58 +0000 (0:00:00.031) 0:42:26.255 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:606 Saturday 17 February 2024 06:41:58 +0000 (0:00:00.023) 0:42:26.279 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:618 Saturday 17 February 2024 06:41:58 +0000 (0:00:00.024) 0:42:26.303 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:41:58 +0000 (0:00:00.039) 0:42:26.343 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003076", "end": "2024-02-17 06:41:58.681407", "failed_when_result": false, "rc": 1, "start": "2024-02-17 06:41:58.678331" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:41:58 +0000 (0:00:00.138) 0:42:26.481 ***** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.127177", "end": "2024-02-17 06:41:58.944880", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:41:58.817703" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:41:58 +0000 (0:00:00.267) 0:42:26.749 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 17 February 2024 06:41:59 +0000 (0:00:00.123) 0:42:26.872 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:644 Saturday 17 February 2024 06:41:59 +0000 (0:00:00.021) 0:42:26.894 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:651 Saturday 17 February 2024 06:41:59 +0000 (0:00:00.022) 0:42:26.917 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:658 Saturday 17 February 2024 06:41:59 +0000 (0:00:00.023) 0:42:26.940 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:667 Saturday 17 February 2024 06:41:59 +0000 (0:00:00.020) 0:42:26.961 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:673 Saturday 17 February 2024 06:41:59 +0000 (0:00:00.021) 0:42:26.983 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:680 Saturday 17 February 2024 06:41:59 +0000 (0:00:00.020) 0:42:27.003 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:688 Saturday 17 February 2024 06:41:59 +0000 (0:00:00.020) 0:42:27.023 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:694 Saturday 17 February 2024 06:41:59 +0000 (0:00:00.020) 0:42:27.044 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:712 Saturday 17 February 2024 06:41:59 +0000 (0:00:00.021) 0:42:27.065 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:726 Saturday 17 February 2024 06:41:59 +0000 (0:00:00.022) 0:42:27.087 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:731 Saturday 17 February 2024 06:41:59 +0000 (0:00:00.022) 0:42:27.110 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:749 Saturday 17 February 2024 06:41:59 +0000 (0:00:00.027) 0:42:27.137 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:41:59 +0000 (0:00:00.036) 0:42:27.173 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003203", "end": "2024-02-17 06:41:59.510140", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:41:59.506937" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:41:59 +0000 (0:00:00.137) 0:42:27.310 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:41:59 +0000 (0:00:00.026) 0:42:27.337 ***** 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.129178", "end": "2024-02-17 06:41:59.803195", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:41:59.674017" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:758 Saturday 17 February 2024 06:41:59 +0000 (0:00:00.347) 0:42:27.685 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:41:59 +0000 (0:00:00.040) 0:42:27.725 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003391", "end": "2024-02-17 06:42:00.062530", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:42:00.059139" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:42:00 +0000 (0:00:00.139) 0:42:27.864 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:42:00 +0000 (0:00:00.026) 0:42:27.891 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.126633", "end": "2024-02-17 06:42:00.357203", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:42:00.230570" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:767 Saturday 17 February 2024 06:42:00 +0000 (0:00:00.268) 0:42:28.159 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:42:00 +0000 (0:00:00.039) 0:42:28.199 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003211", "end": "2024-02-17 06:42:00.535830", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:42:00.532619" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:42:00 +0000 (0:00:00.139) 0:42:28.338 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:42:00 +0000 (0:00:00.027) 0:42:28.365 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.127758", "end": "2024-02-17 06:42:00.830706", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:42:00.702948" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:774 Saturday 17 February 2024 06:42:00 +0000 (0:00:00.267) 0:42:28.633 ***** included: /WORKDIR/git-weekly-cing81wtx_/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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 17 February 2024 06:42:00 +0000 (0:00:00.040) 0:42:28.673 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003162", "end": "2024-02-17 06:42:01.008694", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:42:01.005532" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.136) 0:42:28.809 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.027) 0:42:28.836 ***** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.127095", "end": "2024-02-17 06:42:01.302807", "failed_when_result": false, "rc": 0, "start": "2024-02-17 06:42:01.175712" } 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:783 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.268) 0:42:29.104 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:791 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.021) 0:42:29.126 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:799 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.019) 0:42:29.146 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:806 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.020) 0:42:29.166 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:813 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.108) 0:42:29.275 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:822 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.024) 0:42:29.299 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:835 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.025) 0:42:29.325 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:844 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.025) 0:42:29.350 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:856 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.023) 0:42:29.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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:861 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.025) 0:42:29.398 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:878 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.022) 0:42:29.421 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:883 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.022) 0:42:29.443 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:888 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.023) 0:42:29.467 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:894 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.021) 0:42:29.489 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:920 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.023) 0:42:29.512 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:941 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.021) 0:42:29.533 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:949 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.030) 0:42:29.563 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:959 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.021) 0:42:29.585 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:965 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.021) 0:42:29.607 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:982 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.021) 0:42:29.629 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.024) 0:42:29.653 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1017 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.022) 0:42:29.676 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1071 Saturday 17 February 2024 06:42:01 +0000 (0:00:00.023) 0:42:29.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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1078 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.119) 0:42:29.818 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1085 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.022) 0:42:29.841 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1096 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.025) 0:42:29.866 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1102 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.023) 0:42:29.890 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1110 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.027) 0:42:29.918 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1119 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.023) 0:42:29.941 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1127 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.022) 0:42:29.964 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1142 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.028) 0:42:29.993 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1149 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.022) 0:42:30.015 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1174 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.021) 0:42:30.036 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1183 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.025) 0:42:30.062 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1193 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.021) 0:42:30.083 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1204 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.022) 0:42:30.106 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.020) 0:42:30.127 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1230 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.022) 0:42:30.150 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1237 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.022) 0:42:30.172 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1244 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.021) 0:42:30.194 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1253 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.023) 0:42:30.217 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1260 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.025) 0:42:30.243 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1272 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.141) 0:42:30.385 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1281 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.026) 0:42:30.411 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1288 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.021) 0:42:30.433 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1294 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.024) 0:42:30.458 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1302 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.023) 0:42:30.481 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1315 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.027) 0:42:30.509 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1327 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.021) 0:42:30.531 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for the cluster to finish configuration] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1332 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.027) 0:42:30.558 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1338 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.026) 0:42:30.585 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1347 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.022) 0:42:30.608 ***** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 17 February 2024 06:42:02 +0000 (0:00:00.157) 0:42:30.765 ***** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 06:41:46 UTC", "ActiveEnterTimestampMonotonic": "20673508910", "ActiveExitTimestamp": "Sat 2024-02-17 06:41:45 UTC", "ActiveExitTimestampMonotonic": "20672268791", "ActiveState": "active", "After": "-.mount auditd.service basic.target systemd-journald.socket system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 06:41:46 UTC", "AssertTimestampMonotonic": "20673503751", "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-02-17 06:41:46 UTC", "ConditionTimestampMonotonic": "20673503749", "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": "5776", "ExecMainStartTimestamp": "Sat 2024-02-17 06:41:46 UTC", "ExecMainStartTimestampMonotonic": "20673508835", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-02-17 06:41:46 UTC] ; stop_time=[n/a] ; pid=5776 ; 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-02-17 06:41:46 UTC", "InactiveEnterTimestampMonotonic": "20673495990", "InactiveExitTimestamp": "Sat 2024-02-17 06:41:46 UTC", "InactiveExitTimestampMonotonic": "20673508910", "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": "5776", "MemoryAccounting": "no", "MemoryCurrent": "695463936", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "148", "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-02-17 06:41:46 UTC", "WatchdogTimestampMonotonic": "20673508885", "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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1360 Saturday 17 February 2024 06:42:03 +0000 (0:00:00.981) 0:42:31.746 ***** 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-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:1371 Saturday 17 February 2024 06:42:03 +0000 (0:00:00.021) 0:42:31.768 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up after the role invocation] ************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tests_tls_2019.yml:26 Saturday 17 February 2024 06:42:04 +0000 (0:00:00.021) 0:42:31.789 ***** included: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/cleanup.yml:2 Saturday 17 February 2024 06:42:04 +0000 (0:00:00.036) 0:42:31.826 ***** 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-cing81wtx_/tests/tasks/cleanup.yml:6 Saturday 17 February 2024 06:42:04 +0000 (0:00:00.772) 0:42:32.599 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/cleanup.yml:14 Saturday 17 February 2024 06:42:04 +0000 (0:00:00.025) 0:42:32.625 ***** ok: [sut] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/cleanup.yml:18 Saturday 17 February 2024 06:42:04 +0000 (0:00:00.021) 0:42:32.646 ***** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 17 February 2024 06:42:04 +0000 (0:00:00.056) 0:42:32.703 ***** included: /WORKDIR/git-weekly-cing81wtx_/.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-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 17 February 2024 06:42:04 +0000 (0:00:00.038) 0:42:32.741 ***** 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-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 17 February 2024 06:42:04 +0000 (0:00:00.026) 0:42:32.768 ***** 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-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 17 February 2024 06:42:05 +0000 (0:00:00.138) 0:42:32.907 ***** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 17 February 2024 06:42:05 +0000 (0:00:00.026) 0:42:32.933 ***** 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-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 17 February 2024 06:42:05 +0000 (0:00:00.358) 0:42:33.292 ***** 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-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 17 February 2024 06:42:05 +0000 (0:00:00.083) 0:42:33.376 ***** 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-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 17 February 2024 06:42:05 +0000 (0:00:00.028) 0:42:33.404 ***** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 04:20:34 UTC", "ActiveEnterTimestampMonotonic": "12201095136", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target system.slice polkit.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 04:20:33 UTC", "AssertTimestampMonotonic": "12200443122", "Before": "multi-user.target network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-02-17 04:20:33 UTC", "ConditionTimestampMonotonic": "12200443120", "Conflicts": "ipset.service ebtables.service iptables.service ip6tables.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": "19101", "ExecMainStartTimestamp": "Sat 2024-02-17 04:20:33 UTC", "ExecMainStartTimestampMonotonic": "12200451728", "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-02-17 04:20:33 UTC", "InactiveExitTimestampMonotonic": "12200451768", "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": "19101", "MemoryAccounting": "no", "MemoryCurrent": "30625792", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "2", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-02-17 04:20:34 UTC", "WatchdogTimestampMonotonic": "12201095047", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 17 February 2024 06:42:05 +0000 (0:00:00.243) 0:42:33.648 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-17 04:20:34 UTC", "ActiveEnterTimestampMonotonic": "12201095136", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target system.slice polkit.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-17 04:20:33 UTC", "AssertTimestampMonotonic": "12200443122", "Before": "multi-user.target network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-02-17 04:20:33 UTC", "ConditionTimestampMonotonic": "12200443120", "Conflicts": "ipset.service ebtables.service iptables.service ip6tables.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": "19101", "ExecMainStartTimestamp": "Sat 2024-02-17 04:20:33 UTC", "ExecMainStartTimestampMonotonic": "12200451728", "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-02-17 04:20:33 UTC", "InactiveExitTimestampMonotonic": "12200451768", "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": "19101", "MemoryAccounting": "no", "MemoryCurrent": "30625792", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "2", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-02-17 04:20:34 UTC", "WatchdogTimestampMonotonic": "12201095047", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 17 February 2024 06:42:06 +0000 (0:00:00.239) 0:42:33.887 ***** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 17 February 2024 06:42:06 +0000 (0:00:00.025) 0:42:33.913 ***** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.12.112 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 17 February 2024 06:42:06 +0000 (0:00:00.305) 0:42:34.218 ***** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 17 February 2024 06:42:06 +0000 (0:00:00.024) 0:42:34.242 ***** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 17 February 2024 06:42:06 +0000 (0:00:00.021) 0:42:34.264 ***** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 17 February 2024 06:42:06 +0000 (0:00:00.022) 0:42:34.286 ***** 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-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 17 February 2024 06:42:06 +0000 (0:00:00.023) 0:42:34.309 ***** 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-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 17 February 2024 06:42:06 +0000 (0:00:00.020) 0:42:34.330 ***** 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-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 17 February 2024 06:42:06 +0000 (0:00:00.021) 0:42:34.351 ***** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.12.112 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 17 February 2024 06:42:06 +0000 (0:00:00.270) 0:42:34.622 ***** ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 17 February 2024 06:42:06 +0000 (0:00:00.026) 0:42:34.648 ***** skipping: [sut] => {} TASK [Purge selinux configuration] ********************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/cleanup.yml:26 Saturday 17 February 2024 06:42:06 +0000 (0:00:00.090) 0:42:34.738 ***** TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 17 February 2024 06:42:07 +0000 (0:00:00.058) 0:42:34.796 ***** included: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for sut TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 17 February 2024 06:42:07 +0000 (0:00:00.037) 0:42:34.833 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 17 February 2024 06:42:07 +0000 (0:00:00.025) 0:42:34.859 ***** included: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for sut TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 17 February 2024 06:42:07 +0000 (0:00:00.036) 0:42:34.896 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 17 February 2024 06:42:07 +0000 (0:00:00.183) 0:42:35.080 ***** ok: [sut] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:14 Saturday 17 February 2024 06:42:07 +0000 (0:00:00.024) 0:42:35.104 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed", "policycoreutils-python-2.5-34.el7.x86_64 providing policycoreutils-python is already installed" ] } lsrpackages: libselinux-python policycoreutils-python TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:23 Saturday 17 February 2024 06:42:07 +0000 (0:00:00.432) 0:42:35.537 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:34 Saturday 17 February 2024 06:42:07 +0000 (0:00:00.020) 0:42:35.558 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:45 Saturday 17 February 2024 06:42:07 +0000 (0:00:00.019) 0:42:35.578 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:53 Saturday 17 February 2024 06:42:07 +0000 (0:00:00.021) 0:42:35.599 ***** ok: [sut] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 17 February 2024 06:42:08 +0000 (0:00:00.442) 0:42:36.041 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 17 February 2024 06:42:08 +0000 (0:00:00.021) 0:42:36.063 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 17 February 2024 06:42:08 +0000 (0:00:00.020) 0:42:36.083 ***** ok: [sut] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 17 February 2024 06:42:08 +0000 (0:00:00.023) 0:42:36.107 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 17 February 2024 06:42:08 +0000 (0:00:00.019) 0:42:36.126 ***** skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 17 February 2024 06:42:08 +0000 (0:00:00.020) 0:42:36.147 ***** NOTIFIED HANDLER fedora.linux_system_roles.selinux : Reload SELinux policy for sut changed: [sut] => { "changed": true, "cmd": [ "/usr/sbin/semanage", "-i", "-" ], "delta": "0:00:00.387222", "end": "2024-02-17 06:42:08.868977", "rc": 0, "start": "2024-02-17 06:42:08.481755" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Saturday 17 February 2024 06:42:08 +0000 (0:00:00.522) 0:42:36.669 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Saturday 17 February 2024 06:42:08 +0000 (0:00:00.023) 0:42:36.692 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Saturday 17 February 2024 06:42:08 +0000 (0:00:00.023) 0:42:36.715 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 17 February 2024 06:42:08 +0000 (0:00:00.022) 0:42:36.738 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Saturday 17 February 2024 06:42:08 +0000 (0:00:00.022) 0:42:36.760 ***** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Saturday 17 February 2024 06:42:09 +0000 (0:00:00.023) 0:42:36.784 ***** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Saturday 17 February 2024 06:42:09 +0000 (0:00:00.029) 0:42:36.814 ***** TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 17 February 2024 06:42:09 +0000 (0:00:00.021) 0:42:36.835 ***** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 17 February 2024 06:42:09 +0000 (0:00:00.022) 0:42:36.858 ***** ok: [sut] => { "ansible_facts": { "selinux_checksums": false, "selinux_installed_modules": { "abrt": { "100": { "checksum": "", "enabled": 1 } }, "accountsd": { "100": { "checksum": "", "enabled": 1 } }, "acct": { "100": { "checksum": "", "enabled": 1 } }, "afs": { "100": { "checksum": "", "enabled": 1 } }, "aiccu": { "100": { "checksum": "", "enabled": 1 } }, "aide": { "100": { "checksum": "", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "", "enabled": 1 } }, "alsa": { "100": { "checksum": "", "enabled": 1 } }, "amanda": { "100": { "checksum": "", "enabled": 1 } }, "amtu": { "100": { "checksum": "", "enabled": 1 } }, "anaconda": { "100": { "checksum": "", "enabled": 1 } }, "antivirus": { "100": { "checksum": "", "enabled": 1 } }, "apache": { "100": { "checksum": "", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "", "enabled": 1 } }, "apm": { "100": { "checksum": "", "enabled": 1 } }, "application": { "100": { "checksum": "", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "", "enabled": 1 } }, "asterisk": { "100": { "checksum": "", "enabled": 1 } }, "auditadm": { "100": { "checksum": "", "enabled": 1 } }, "authconfig": { "100": { "checksum": "", "enabled": 1 } }, "authlogin": { "100": { "checksum": "", "enabled": 1 } }, "automount": { "100": { "checksum": "", "enabled": 1 } }, "avahi": { "100": { "checksum": "", "enabled": 1 } }, "awstats": { "100": { "checksum": "", "enabled": 1 } }, "bacula": { "100": { "checksum": "", "enabled": 1 } }, "base": { "100": { "checksum": "", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "", "enabled": 1 } }, "bind": { "100": { "checksum": "", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "", "enabled": 1 } }, "blueman": { "100": { "checksum": "", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "", "enabled": 1 } }, "boinc": { "100": { "checksum": "", "enabled": 1 } }, "boltd": { "100": { "checksum": "", "enabled": 1 } }, "bootloader": { "100": { "checksum": "", "enabled": 1 } }, "brctl": { "100": { "checksum": "", "enabled": 1 } }, "brltty": { "100": { "checksum": "", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "", "enabled": 1 } }, "calamaris": { "100": { "checksum": "", "enabled": 1 } }, "callweaver": { "100": { "checksum": "", "enabled": 1 } }, "canna": { "100": { "checksum": "", "enabled": 1 } }, "ccs": { "100": { "checksum": "", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "", "enabled": 1 } }, "certmaster": { "100": { "checksum": "", "enabled": 1 } }, "certmonger": { "100": { "checksum": "", "enabled": 1 } }, "certwatch": { "100": { "checksum": "", "enabled": 1 } }, "cfengine": { "100": { "checksum": "", "enabled": 1 } }, "cgdcbxd": { "100": { "checksum": "", "enabled": 1 } }, "cgroup": { "100": { "checksum": "", "enabled": 1 } }, "chrome": { "100": { "checksum": "", "enabled": 1 } }, "chronyd": { "100": { "checksum": "", "enabled": 1 } }, "cinder": { "100": { "checksum": "", "enabled": 1 } }, "cipe": { "100": { "checksum": "", "enabled": 1 } }, "clock": { "100": { "checksum": "", "enabled": 1 } }, "clogd": { "100": { "checksum": "", "enabled": 1 } }, "cloudform": { "100": { "checksum": "", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "", "enabled": 1 } }, "cobbler": { "100": { "checksum": "", "enabled": 1 } }, "cockpit": { "100": { "checksum": "", "enabled": 1 } }, "collectd": { "100": { "checksum": "", "enabled": 1 } }, "colord": { "100": { "checksum": "", "enabled": 1 } }, "comsat": { "100": { "checksum": "", "enabled": 1 } }, "condor": { "100": { "checksum": "", "enabled": 1 } }, "conman": { "100": { "checksum": "", "enabled": 1 } }, "consolekit": { "100": { "checksum": "", "enabled": 1 } }, "container": { "100": { "checksum": "", "enabled": 1 } }, "couchdb": { "100": { "checksum": "", "enabled": 1 } }, "courier": { "100": { "checksum": "", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "", "enabled": 1 } }, "cron": { "100": { "checksum": "", "enabled": 1 } }, "ctdb": { "100": { "checksum": "", "enabled": 1 } }, "cups": { "100": { "checksum": "", "enabled": 1 } }, "cvs": { "100": { "checksum": "", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "", "enabled": 1 } }, "cyrus": { "100": { "checksum": "", "enabled": 1 } }, "daemontools": { "100": { "checksum": "", "enabled": 1 } }, "dbadm": { "100": { "checksum": "", "enabled": 1 } }, "dbskk": { "100": { "checksum": "", "enabled": 1 } }, "dbus": { "100": { "checksum": "", "enabled": 1 } }, "dcc": { "100": { "checksum": "", "enabled": 1 } }, "ddclient": { "100": { "checksum": "", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "", "enabled": 1 } }, "devicekit": { "100": { "checksum": "", "enabled": 1 } }, "dhcp": { "100": { "checksum": "", "enabled": 1 } }, "dictd": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "", "enabled": 1 } }, "dmesg": { "100": { "checksum": "", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "", "enabled": 1 } }, "dnssec": { "100": { "checksum": "", "enabled": 1 } }, "dovecot": { "100": { "checksum": "", "enabled": 1 } }, "drbd": { "100": { "checksum": "", "enabled": 1 } }, "dspam": { "100": { "checksum": "", "enabled": 1 } }, "entropyd": { "100": { "checksum": "", "enabled": 1 } }, "exim": { "100": { "checksum": "", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "", "enabled": 1 } }, "fcoe": { "100": { "checksum": "", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "", "enabled": 1 } }, "finger": { "100": { "checksum": "", "enabled": 1 } }, "firewalld": { "100": { "checksum": "", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "", "enabled": 1 } }, "firstboot": { "100": { "checksum": "", "enabled": 1 } }, "fprintd": { "100": { "checksum": "", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "", "enabled": 1 } }, "freqset": { "100": { "checksum": "", "enabled": 1 } }, "fstools": { "100": { "checksum": "", "enabled": 1 } }, "ftp": { "100": { "checksum": "", "enabled": 1 } }, "games": { "100": { "checksum": "", "enabled": 1 } }, "ganesha": { "100": { "checksum": "", "enabled": 1 } }, "gdomap": { "100": { "checksum": "", "enabled": 1 } }, "geoclue": { "100": { "checksum": "", "enabled": 1 } }, "getty": { "100": { "checksum": "", "enabled": 1 } }, "git": { "100": { "checksum": "", "enabled": 1 } }, "gitosis": { "100": { "checksum": "", "enabled": 1 } }, "glance": { "100": { "checksum": "", "enabled": 1 } }, "glusterd": { "100": { "checksum": "", "enabled": 1 } }, "gnome": { "100": { "checksum": "", "enabled": 1 } }, "gpg": { "100": { "checksum": "", "enabled": 1 } }, "gpm": { "100": { "checksum": "", "enabled": 1 } }, "gpsd": { "100": { "checksum": "", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "", "enabled": 1 } }, "guest": { "100": { "checksum": "", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "", "enabled": 1 } }, "hostname": { "100": { "checksum": "", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "", "enabled": 1 } }, "hwloc": { "100": { "checksum": "", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "", "enabled": 1 } }, "icecast": { "100": { "checksum": "", "enabled": 1 } }, "inetd": { "100": { "checksum": "", "enabled": 1 } }, "init": { "100": { "checksum": "", "enabled": 1 } }, "inn": { "100": { "checksum": "", "enabled": 1 } }, "iodine": { "100": { "checksum": "", "enabled": 1 } }, "iotop": { "100": { "checksum": "", "enabled": 1 } }, "ipa": { "100": { "checksum": "", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "", "enabled": 1 } }, "ipsec": { "100": { "checksum": "", "enabled": 1 } }, "iptables": { "100": { "checksum": "", "enabled": 1 } }, "irc": { "100": { "checksum": "", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "", "enabled": 1 } }, "iscsi": { "100": { "checksum": "", "enabled": 1 } }, "isns": { "100": { "checksum": "", "enabled": 1 } }, "jabber": { "100": { "checksum": "", "enabled": 1 } }, "jetty": { "100": { "checksum": "", "enabled": 1 } }, "jockey": { "100": { "checksum": "", "enabled": 1 } }, "journalctl": { "100": { "checksum": "", "enabled": 1 } }, "kdump": { "100": { "checksum": "", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "", "enabled": 1 } }, "keepalived": { "100": { "checksum": "", "enabled": 1 } }, "kerberos": { "100": { "checksum": "", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "", "enabled": 1 } }, "keystone": { "100": { "checksum": "", "enabled": 1 } }, "kismet": { "100": { "checksum": "", "enabled": 1 } }, "kmscon": { "100": { "checksum": "", "enabled": 1 } }, "kpatch": { "100": { "checksum": "", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "", "enabled": 1 } }, "ktalk": { "100": { "checksum": "", "enabled": 1 } }, "l2tp": { "100": { "checksum": "", "enabled": 1 } }, "ldap": { "100": { "checksum": "", "enabled": 1 } }, "libraries": { "100": { "checksum": "", "enabled": 1 } }, "likewise": { "100": { "checksum": "", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "", "enabled": 1 } }, "lircd": { "100": { "checksum": "", "enabled": 1 } }, "livecd": { "100": { "checksum": "", "enabled": 1 } }, "lldpad": { "100": { "checksum": "", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "", "enabled": 1 } }, "locallogin": { "100": { "checksum": "", "enabled": 1 } }, "lockdev": { "100": { "checksum": "", "enabled": 1 } }, "logadm": { "100": { "checksum": "", "enabled": 1 } }, "logging": { "100": { "checksum": "", "enabled": 1 } }, "logrotate": { "100": { "checksum": "", "enabled": 1 } }, "logwatch": { "100": { "checksum": "", "enabled": 1 } }, "lpd": { "100": { "checksum": "", "enabled": 1 } }, "lsm": { "100": { "checksum": "", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "", "enabled": 1 } }, "lvm": { "100": { "checksum": "", "enabled": 1 } }, "mailman": { "100": { "checksum": "", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "", "enabled": 1 } }, "man2html": { "100": { "checksum": "", "enabled": 1 } }, "mandb": { "100": { "checksum": "", "enabled": 1 } }, "mcelog": { "100": { "checksum": "", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "", "enabled": 1 } }, "memcached": { "100": { "checksum": "", "enabled": 1 } }, "milter": { "100": { "checksum": "", "enabled": 1 } }, "minidlna": { "100": { "checksum": "", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "", "enabled": 1 } }, "mip6d": { "100": { "checksum": "", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "", "enabled": 1 } }, "mock": { "100": { "checksum": "", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "", "enabled": 1 } }, "modutils": { "100": { "checksum": "", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "", "enabled": 1 } }, "mongodb": { "100": { "checksum": "", "enabled": 1 } }, "motion": { "100": { "checksum": "", "enabled": 1 } }, "mount": { "100": { "checksum": "", "enabled": 1 } }, "mozilla": { "100": { "checksum": "", "enabled": 1 } }, "mpd": { "100": { "checksum": "", "enabled": 1 } }, "mplayer": { "100": { "checksum": "", "enabled": 1 } }, "mrtg": { "100": { "checksum": "", "enabled": 1 } }, "mta": { "100": { "checksum": "", "enabled": 1 } }, "munin": { "100": { "checksum": "", "enabled": 1 } }, "mysql": { "100": { "checksum": "", "enabled": 1 } }, "mythtv": { "100": { "checksum": "", "enabled": 1 } }, "nagios": { "100": { "checksum": "", "enabled": 1 } }, "namespace": { "100": { "checksum": "", "enabled": 1 } }, "ncftool": { "100": { "checksum": "", "enabled": 1 } }, "netlabel": { "100": { "checksum": "", "enabled": 1 } }, "netutils": { "100": { "checksum": "", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "", "enabled": 1 } }, "ninfod": { "100": { "checksum": "", "enabled": 1 } }, "nis": { "100": { "checksum": "", "enabled": 1 } }, "nova": { "100": { "checksum": "", "enabled": 1 } }, "nscd": { "100": { "checksum": "", "enabled": 1 } }, "nsd": { "100": { "checksum": "", "enabled": 1 } }, "nslcd": { "100": { "checksum": "", "enabled": 1 } }, "ntop": { "100": { "checksum": "", "enabled": 1 } }, "ntp": { "100": { "checksum": "", "enabled": 1 } }, "numad": { "100": { "checksum": "", "enabled": 1 } }, "nut": { "100": { "checksum": "", "enabled": 1 } }, "nx": { "100": { "checksum": "", "enabled": 1 } }, "obex": { "100": { "checksum": "", "enabled": 1 } }, "oddjob": { "100": { "checksum": "", "enabled": 1 } }, "openct": { "100": { "checksum": "", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "", "enabled": 1 } }, "openhpid": { "100": { "checksum": "", "enabled": 1 } }, "openshift": { "100": { "checksum": "", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "", "enabled": 1 } }, "opensm": { "100": { "checksum": "", "enabled": 1 } }, "openvpn": { "100": { "checksum": "", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "", "enabled": 1 } }, "openwsman": { "100": { "checksum": "", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "", "enabled": 1 } }, "osad": { "100": { "checksum": "", "enabled": 1 } }, "pads": { "100": { "checksum": "", "enabled": 1 } }, "passenger": { "100": { "checksum": "", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "", "enabled": 1 } }, "pcp": { "100": { "checksum": "", "enabled": 1 } }, "pcscd": { "100": { "checksum": "", "enabled": 1 } }, "pegasus": { "100": { "checksum": "", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "", "enabled": 1 } }, "pesign": { "100": { "checksum": "", "enabled": 1 } }, "pingd": { "100": { "checksum": "", "enabled": 1 } }, "piranha": { "100": { "checksum": "", "enabled": 1 } }, "pkcs": { "100": { "checksum": "", "enabled": 1 } }, "pki": { "100": { "checksum": "", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "", "enabled": 1 } }, "policykit": { "100": { "checksum": "", "enabled": 1 } }, "polipo": { "100": { "checksum": "", "enabled": 1 } }, "portmap": { "100": { "checksum": "", "enabled": 1 } }, "portreserve": { "100": { "checksum": "", "enabled": 1 } }, "postfix": { "100": { "checksum": "", "enabled": 1 } }, "postgresql": { "100": { "checksum": "", "enabled": 1 } }, "postgrey": { "100": { "checksum": "", "enabled": 1 } }, "ppp": { "100": { "checksum": "", "enabled": 1 } }, "prelink": { "100": { "checksum": "", "enabled": 1 } }, "prelude": { "100": { "checksum": "", "enabled": 1 } }, "privoxy": { "100": { "checksum": "", "enabled": 1 } }, "procmail": { "100": { "checksum": "", "enabled": 1 } }, "prosody": { "100": { "checksum": "", "enabled": 1 } }, "psad": { "100": { "checksum": "", "enabled": 1 } }, "ptchown": { "100": { "checksum": "", "enabled": 1 } }, "publicfile": { "100": { "checksum": "", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "", "enabled": 1 } }, "puppet": { "100": { "checksum": "", "enabled": 1 } }, "pwauth": { "100": { "checksum": "", "enabled": 1 } }, "qmail": { "100": { "checksum": "", "enabled": 1 } }, "qpid": { "100": { "checksum": "", "enabled": 1 } }, "quantum": { "100": { "checksum": "", "enabled": 1 } }, "quota": { "100": { "checksum": "", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "", "enabled": 1 } }, "radius": { "100": { "checksum": "", "enabled": 1 } }, "radvd": { "100": { "checksum": "", "enabled": 1 } }, "raid": { "100": { "checksum": "", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "", "enabled": 1 } }, "rdisc": { "100": { "checksum": "", "enabled": 1 } }, "readahead": { "100": { "checksum": "", "enabled": 1 } }, "realmd": { "100": { "checksum": "", "enabled": 1 } }, "redis": { "100": { "checksum": "", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "", "enabled": 1 } }, "restraint": { "400": { "checksum": "", "enabled": 1 } }, "rhcs": { "100": { "checksum": "", "enabled": 1 } }, "rhev": { "100": { "checksum": "", "enabled": 1 } }, "rhgb": { "100": { "checksum": "", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "", "enabled": 1 } }, "rhts": { "400": { "checksum": "", "enabled": 1 } }, "ricci": { "100": { "checksum": "", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "", "enabled": 1 } }, "rlogin": { "100": { "checksum": "", "enabled": 1 } }, "rngd": { "100": { "checksum": "", "enabled": 1 } }, "roundup": { "100": { "checksum": "", "enabled": 1 } }, "rpc": { "100": { "checksum": "", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "", "enabled": 1 } }, "rpm": { "100": { "checksum": "", "enabled": 1 } }, "rshd": { "100": { "checksum": "", "enabled": 1 } }, "rssh": { "100": { "checksum": "", "enabled": 1 } }, "rsync": { "100": { "checksum": "", "enabled": 1 } }, "rtas": { "100": { "checksum": "", "enabled": 1 } }, "rtkit": { "100": { "checksum": "", "enabled": 1 } }, "rwho": { "100": { "checksum": "", "enabled": 1 } }, "samba": { "100": { "checksum": "", "enabled": 1 } }, "sambagui": { "100": { "checksum": "", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "", "enabled": 1 } }, "sanlock": { "100": { "checksum": "", "enabled": 1 } }, "sasl": { "100": { "checksum": "", "enabled": 1 } }, "sbd": { "100": { "checksum": "", "enabled": 1 } }, "sblim": { "100": { "checksum": "", "enabled": 1 } }, "screen": { "100": { "checksum": "", "enabled": 1 } }, "secadm": { "100": { "checksum": "", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "", "enabled": 1 } }, "sendmail": { "100": { "checksum": "", "enabled": 1 } }, "sensord": { "100": { "checksum": "", "enabled": 1 } }, "setrans": { "100": { "checksum": "", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "", "enabled": 1 } }, "seunshare": { "100": { "checksum": "", "enabled": 1 } }, "sge": { "100": { "checksum": "", "enabled": 1 } }, "shorewall": { "100": { "checksum": "", "enabled": 1 } }, "slocate": { "100": { "checksum": "", "enabled": 1 } }, "slpd": { "100": { "checksum": "", "enabled": 1 } }, "smartmon": { "100": { "checksum": "", "enabled": 1 } }, "smokeping": { "100": { "checksum": "", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "", "enabled": 1 } }, "smsd": { "100": { "checksum": "", "enabled": 1 } }, "snapper": { "100": { "checksum": "", "enabled": 1 } }, "snmp": { "100": { "checksum": "", "enabled": 1 } }, "snort": { "100": { "checksum": "", "enabled": 1 } }, "sosreport": { "100": { "checksum": "", "enabled": 1 } }, "soundserver": { "100": { "checksum": "", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "", "enabled": 1 } }, "squid": { "100": { "checksum": "", "enabled": 1 } }, "ssh": { "100": { "checksum": "", "enabled": 1 } }, "sssd": { "100": { "checksum": "", "enabled": 1 } }, "staff": { "100": { "checksum": "", "enabled": 1 } }, "stapserver": { "100": { "checksum": "", "enabled": 1 } }, "stunnel": { "100": { "checksum": "", "enabled": 1 } }, "su": { "100": { "checksum": "", "enabled": 1 } }, "sudo": { "100": { "checksum": "", "enabled": 1 } }, "svnserve": { "100": { "checksum": "", "enabled": 1 } }, "swift": { "100": { "checksum": "", "enabled": 1 } }, "sysadm": { "100": { "checksum": "", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "", "enabled": 1 } }, "sysstat": { "100": { "checksum": "", "enabled": 1 } }, "systemd": { "100": { "checksum": "", "enabled": 1 } }, "tangd": { "100": { "checksum": "", "enabled": 1 } }, "targetd": { "100": { "checksum": "", "enabled": 1 } }, "tcpd": { "100": { "checksum": "", "enabled": 1 } }, "tcsd": { "100": { "checksum": "", "enabled": 1 } }, "telepathy": { "100": { "checksum": "", "enabled": 1 } }, "telnet": { "100": { "checksum": "", "enabled": 1 } }, "tftp": { "100": { "checksum": "", "enabled": 1 } }, "tgtd": { "100": { "checksum": "", "enabled": 1 } }, "thin": { "100": { "checksum": "", "enabled": 1 } }, "thumb": { "100": { "checksum": "", "enabled": 1 } }, "tlp": { "100": { "checksum": "", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "", "enabled": 1 } }, "tomcat": { "100": { "checksum": "", "enabled": 1 } }, "tor": { "100": { "checksum": "", "enabled": 1 } }, "tuned": { "100": { "checksum": "", "enabled": 1 } }, "tvtime": { "100": { "checksum": "", "enabled": 1 } }, "udev": { "100": { "checksum": "", "enabled": 1 } }, "ulogd": { "100": { "checksum": "", "enabled": 1 } }, "uml": { "100": { "checksum": "", "enabled": 1 } }, "unconfined": { "100": { "checksum": "", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "", "enabled": 1 } }, "updfstab": { "100": { "checksum": "", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "", "enabled": 1 } }, "userdomain": { "100": { "checksum": "", "enabled": 1 } }, "userhelper": { "100": { "checksum": "", "enabled": 1 } }, "usermanage": { "100": { "checksum": "", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "", "enabled": 1 } }, "uucp": { "100": { "checksum": "", "enabled": 1 } }, "uuidd": { "100": { "checksum": "", "enabled": 1 } }, "varnishd": { "100": { "checksum": "", "enabled": 1 } }, "vdagent": { "100": { "checksum": "", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "", "enabled": 1 } }, "virt": { "100": { "checksum": "", "enabled": 1 } }, "vlock": { "100": { "checksum": "", "enabled": 1 } }, "vmtools": { "100": { "checksum": "", "enabled": 1 } }, "vmware": { "100": { "checksum": "", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "", "enabled": 1 } }, "vpn": { "100": { "checksum": "", "enabled": 1 } }, "w3c": { "100": { "checksum": "", "enabled": 1 } }, "watchdog": { "100": { "checksum": "", "enabled": 1 } }, "wdmd": { "100": { "checksum": "", "enabled": 1 } }, "webadm": { "100": { "checksum": "", "enabled": 1 } }, "webalizer": { "100": { "checksum": "", "enabled": 1 } }, "wine": { "100": { "checksum": "", "enabled": 1 } }, "wireshark": { "100": { "checksum": "", "enabled": 1 } }, "xen": { "100": { "checksum": "", "enabled": 1 } }, "xguest": { "100": { "checksum": "", "enabled": 1 } }, "xserver": { "100": { "checksum": "", "enabled": 1 } }, "zabbix": { "100": { "checksum": "", "enabled": 1 } }, "zarafa": { "100": { "checksum": "", "enabled": 1 } }, "zebra": { "100": { "checksum": "", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "", "enabled": 1 } }, "zosremote": { "100": { "checksum": "", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Saturday 17 February 2024 06:42:12 +0000 (0:00:03.219) 0:42:40.077 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Saturday 17 February 2024 06:42:12 +0000 (0:00:00.028) 0:42:40.106 ***** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Saturday 17 February 2024 06:42:12 +0000 (0:00:00.026) 0:42:40.132 ***** TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/cleanup.yml:32 Saturday 17 February 2024 06:42:12 +0000 (0:00:00.026) 0:42:40.159 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/cleanup.yml:40 Saturday 17 February 2024 06:42:12 +0000 (0:00:00.033) 0:42:40.193 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/cleanup.yml:44 Saturday 17 February 2024 06:42:12 +0000 (0:00:00.033) 0:42:40.226 ***** ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-weekly-cing81wtx_/tests/tasks/cleanup.yml:50 Saturday 17 February 2024 06:42:12 +0000 (0:00:00.337) 0:42:40.563 ***** changed: [sut] => { "changed": true, "changes": { "removed": [ "mssql-server", "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "adutil is not installed", "mssql-server-fts is not installed", "mssql-server-ha is not installed", "powershell is not installed", "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:15.0.4355.3-4 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.4355.3-4 @packages-microsoft-com-mssql-server-2019\n 1.1 G\n mssql-tools x86_64 17.10.1.1-1 @packages-microsoft-com-prod 714 k\n unixODBC-devel x86_64 2.3.11-1.rh @packages-microsoft-com-prod 223 k\nRemoving for dependencies:\n bzip2 x86_64 1.0.6-13.el7 @rhel-Server 86 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 @rhel-Server 141 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 @rhel-Server 36 k\n gdb x86_64 7.6.1-120.el7 @rhel-Server 7.0 M\n libatomic x86_64 4.8.5-44.el7 @rhel-Server 26 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 @rhel-Server 82 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 @rhel-Server 66 k\n lsof x86_64 4.87-6.el7 @rhel-Server 927 k\n msodbcsql17 x86_64 17.10.5.1-1 @packages-microsoft-com-prod 2.2 M\n python3 x86_64 3.6.8-21.el7_9 @rhel-Server 39 k\n python3-libs x86_64 3.6.8-21.el7_9 @rhel-Server 35 M\n python3-pip noarch 9.0.3-8.el7 @rhel-Server 9.1 M\n python3-setuptools\n noarch 39.2.0-10.el7 @rhel-Server 3.6 M\n unixODBC x86_64 2.3.11-1.rh @packages-microsoft-com-prod 648 k\n\nTransaction Summary\n================================================================================\nRemove 3 Packages (+14 Dependent packages)\n\nInstalled size: 1.2 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-15.0.4355.3-4.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 : libtool-ltdl-2.4.2-22.el7_3.x86_64 6/17 \n Verifying : lsof-4.87-6.el7.x86_64 7/17 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 8/17 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 9/17 \n Verifying : gdb-7.6.1-120.el7.x86_64 10/17 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 11/17 \n Verifying : python3-libs-3.6.8-21.el7_9.x86_64 12/17 \n Verifying : mssql-server-15.0.4355.3-4.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.4355.3-4 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-cing81wtx_/tests/tasks/cleanup.yml:63 Saturday 17 February 2024 06:42:15 +0000 (0:00:03.034) 0:42:43.597 ***** 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.011458", "end": "2024-02-17 06:42:15.940018", "rc": 0, "start": "2024-02-17 06:42:15.928560" } STDOUT: removed directory: ‘/var/opt/mssql/.system/system/Temp’ removed ‘/var/opt/mssql/.system/system/lsasetup.log’ removed ‘/var/opt/mssql/.system/system/debug/PASSWD.LOG’ removed directory: ‘/var/opt/mssql/.system/system/debug’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/46376779-8fd0-4f45-b2b9-363e9f979b4c’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles/Scm’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles’ removed directory: ‘/var/opt/mssql/.system/system/system32/wbem/Logs’ removed directory: ‘/var/opt/mssql/.system/system/system32/wbem’ removed directory: ‘/var/opt/mssql/.system/system/system32’ removed ‘/var/opt/mssql/.system/system/licensing.hiv’ removed ‘/var/opt/mssql/.system/system/security.hiv’ removed ‘/var/opt/mssql/.system/system/lsa.hiv’ removed directory: ‘/var/opt/mssql/.system/system’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Desktop’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Documents’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Temp’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/Temporary Internet Files’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CTLs’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/AppContainerUserCertRead’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/LocalLow/Microsoft/CryptnetUrlCache/MetaData/55C4822D0F35FE8F4F67713B4F628992’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/LocalLow/Microsoft/CryptnetUrlCache/MetaData/FEE33CE020C970EA56929081C2D05808’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/LocalLow/Microsoft/CryptnetUrlCache/MetaData’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/LocalLow/Microsoft/CryptnetUrlCache/Content/55C4822D0F35FE8F4F67713B4F628992’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/LocalLow/Microsoft/CryptnetUrlCache/Content/FEE33CE020C970EA56929081C2D05808’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/LocalLow/Microsoft/CryptnetUrlCache/Content’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/LocalLow/Microsoft/CryptnetUrlCache’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/LocalLow/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/LocalLow’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData’ removed directory: ‘/var/opt/mssql/.system/profiles/Client’ removed directory: ‘/var/opt/mssql/.system/profiles’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft’ removed directory: ‘/var/opt/mssql/.system/programdata’ removed ‘/var/opt/mssql/.system/instance_id’ removed directory: ‘/var/opt/mssql/.system’ removed ‘/var/opt/mssql/data/master.mdf’ removed ‘/var/opt/mssql/data/mastlog.ldf’ removed ‘/var/opt/mssql/data/model.mdf’ removed ‘/var/opt/mssql/data/modellog.ldf’ removed ‘/var/opt/mssql/data/msdbdata.mdf’ removed ‘/var/opt/mssql/data/msdblog.ldf’ removed ‘/var/opt/mssql/data/model_replicatedmaster.mdf’ removed ‘/var/opt/mssql/data/model_replicatedmaster.ldf’ removed ‘/var/opt/mssql/data/model_msdbdata.mdf’ removed ‘/var/opt/mssql/data/model_msdblog.ldf’ removed ‘/var/opt/mssql/data/Entropy.bin’ removed ‘/var/opt/mssql/data/tempdb.mdf’ removed ‘/var/opt/mssql/data/templog.ldf’ removed ‘/var/opt/mssql/data/tempdb2.ndf’ removed ‘/var/opt/mssql/data/tempdb3.ndf’ removed ‘/var/opt/mssql/data/tempdb4.ndf’ removed directory: ‘/var/opt/mssql/data’ removed ‘/var/opt/mssql/log/mssql-conf/mssql-conf.log’ removed directory: ‘/var/opt/mssql/log/mssql-conf’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133526238187560000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133526238193590000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133526238234180000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133526238238690000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133526244339670000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133526244344680000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133526244494910000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133526244499000000.xel’ removed ‘/var/opt/mssql/log/log_3.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133526244669250000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133526244673580000.xel’ removed ‘/var/opt/mssql/log/log_4.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133526244827180000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133526244831310000.xel’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133526257090940000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133526257095000000.xel’ removed ‘/var/opt/mssql/log/log_6.trc’ removed ‘/var/opt/mssql/log/errorlog.8’ removed ‘/var/opt/mssql/log/errorlog.7’ removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/errorlog.5’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/errorlog.2’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133526257267260000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133526257271460000.xel’ removed ‘/var/opt/mssql/log/log_7.trc’ removed directory: ‘/var/opt/mssql/log’ removed ‘/var/opt/mssql/mssql.conf’ removed ‘/var/opt/mssql/secrets/machine-key’ removed directory: ‘/var/opt/mssql/secrets’ removed 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-cing81wtx_/tests/tasks/cleanup.yml:77 Saturday 17 February 2024 06:42:15 +0000 (0:00:00.152) 0:42:43.749 ***** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:02.472682", "end": "2024-02-17 06:42:18.550867", "rc": 0, "start": "2024-02-17 06:42:16.078185" } RUNNING HANDLER [fedora.linux_system_roles.selinux : Reload SELinux policy] **** task path: /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/handlers/main.yml:2 Saturday 17 February 2024 06:42:18 +0000 (0:00:02.588) 0:42:46.338 ***** changed: [sut] => { "changed": true, "cmd": [ "semodule", "-R" ], "delta": "0:00:01.754055", "end": "2024-02-17 06:42:20.447146", "rc": 0, "start": "2024-02-17 06:42:18.693091" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=379 changed=62 unreachable=0 failed=0 skipped=866 rescued=0 ignored=0 Saturday 17 February 2024 06:42:20 +0000 (0:00:01.899) 0:42:48.237 ***** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------ 637.73s /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed - 603.94s /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 linux-system-roles.mssql : Ensure that SQL Server client tools are installed - 603.81s /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:446 fedora.linux_system_roles.certificate : Ensure provider packages are installed - 603.06s /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 linux-system-roles.mssql : Set up MSSQL --------------------------------- 5.41s /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.22s /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Wait for mssql-server to prepare for client connections ----------------- 3.15s /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 3.14s /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:93 ------------- Remove related packages ------------------------------------------------- 3.03s /WORKDIR/git-weekly-cing81wtx_/tests/tasks/cleanup.yml:50 --------------------- Stop the mssql-server service ------------------------------------------- 2.59s /WORKDIR/git-weekly-cing81wtx_/tests/tasks/cleanup.yml:77 --------------------- linux-system-roles.mssql : Gather system services facts ----------------- 2.27s /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Wait for mssql-server to prepare for client connections ----------------- 2.27s /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Gather package facts ------------------------- 2.01s /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 linux-system-roles.mssql : Gather package facts ------------------------- 1.95s /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/tasks/main.yml:566 fedora.linux_system_roles.selinux : Reload SELinux policy --------------- 1.90s /WORKDIR/git-weekly-cing81wtx_/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/handlers/main.yml:2 linux-system-roles.mssql : Restart the mssql-server service ------------- 1.89s /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Check if the set password matches the existing password ----------------- 1.74s /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:99 ------------- Check if the set password matches the existing password ----------------- 1.73s /WORKDIR/git-weekly-cing81wtx_/tests/tasks/verify_settings.yml:99 ------------- linux-system-roles.mssql : Restart the mssql-server service ------------- 1.46s /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 linux-system-roles.mssql : Restart the mssql-server service ------------- 1.34s /WORKDIR/git-weekly-cing81wtx_/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---