# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_password_2017.yml ********************************************** 1 plays in /WORKDIR/git-weekly-cibfwu4cu9/tests/tests_password_2017.yml PLAY [Ensure that the role is idempotent when changing the sa user password] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tests_password_2017.yml:3 Saturday 06 January 2024 01:19:59 +0000 (0:00:00.013) 0:00:00.013 ****** ok: [sut] META: ran handlers TASK [Run tests_password with SQL Server 2017] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tests_password_2017.yml:14 Saturday 06 January 2024 01:20:00 +0000 (0:00:00.529) 0:00:00.542 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_password.yml for sut TASK [Assert fail on EL 7 with version = 2022 and EL 9 with version != 2022] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_password.yml:2 Saturday 06 January 2024 01:20:00 +0000 (0:00:00.014) 0:00:00.556 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Saturday 06 January 2024 01:20:00 +0000 (0:00:00.022) 0:00:00.579 ****** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Saturday 06 January 2024 01:20:00 +0000 (0:00:00.212) 0:00:00.792 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Saturday 06 January 2024 01:20:00 +0000 (0:00:00.012) 0:00:00.805 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set up MSSQL] ************************************************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_password.yml:5 Saturday 06 January 2024 01:20:00 +0000 (0:00:00.011) 0:00:00.816 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:20:00 +0000 (0:00:00.146) 0:00:00.962 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:20:00 +0000 (0:00:00.013) 0:00:00.976 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:20:00 +0000 (0:00:00.011) 0:00:00.988 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:20:00 +0000 (0:00:00.027) 0:00:01.015 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:20:00 +0000 (0:00:00.009) 0:00:01.024 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:20:00 +0000 (0:00:00.017) 0:00:01.042 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:20:00 +0000 (0:00:00.022) 0:00:01.065 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:20:00 +0000 (0:00:00.035) 0:00:01.101 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:20:00 +0000 (0:00:00.017) 0:00:01.118 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:20:00 +0000 (0:00:00.009) 0:00:01.128 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:20:01 +0000 (0:00:00.009) 0:00:01.138 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:20:01 +0000 (0:00:00.035) 0:00:01.173 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:20:01 +0000 (0:00:00.010) 0:00:01.184 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:20:01 +0000 (0:00:00.013) 0:00:01.197 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:20:01 +0000 (0:00:00.008) 0:00:01.206 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:20:01 +0000 (0:00:00.008) 0:00:01.214 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:20:01 +0000 (0:00:00.009) 0:00:01.224 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:20:01 +0000 (0:00:00.011) 0:00:01.236 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:20:01 +0000 (0:00:00.009) 0:00:01.246 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:20:02 +0000 (0:00:01.060) 0:00:02.307 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:20:02 +0000 (0:00:00.038) 0:00:02.345 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:20:02 +0000 (0:00:00.037) 0:00:02.382 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:20:02 +0000 (0:00:00.021) 0:00:02.404 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:20:02 +0000 (0:00:00.038) 0:00:02.442 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:20:02 +0000 (0:00:00.387) 0:00:02.829 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:20:02 +0000 (0:00:00.016) 0:00:02.846 ****** 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 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:20:02 +0000 (0:00:00.038) 0:00:02.885 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:20:02 +0000 (0:00:00.018) 0:00:02.904 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2017", "state": "present" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:20:02 +0000 (0:00:00.187) 0:00:03.091 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:20:02 +0000 (0:00:00.018) 0:00:03.109 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:20:02 +0000 (0:00:00.016) 0:00:03.126 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:20:03 +0000 (0:00:00.016) 0:00:03.142 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:20:03 +0000 (0:00:00.017) 0:00:03.160 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:20:03 +0000 (0:00:00.017) 0:00:03.177 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-server" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:14.0.3465.1-1 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: gdb for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-14.0.3465.1-1.x86_64\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server x86_64 14.0.3465.1-1 packages-microsoft-com-mssql-server-2017\n 200 M\nInstalling for dependencies:\n bzip2 x86_64 1.0.6-13.el7 base 52 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 updates 88 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 updates 41 k\n gdb x86_64 7.6.1-120.el7 base 2.4 M\n libatomic x86_64 4.8.5-44.el7 base 51 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 updates 170 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+6 Dependent packages)\n\nTotal size: 203 M\nTotal download size: 200 M\nInstalled size: 1.0 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 1/7 \n Installing : cyrus-sasl-2.1.26-24.el7_9.x86_64 2/7 \n Installing : gdb-7.6.1-120.el7.x86_64 3/7 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 4/7 \n Installing : bzip2-1.0.6-13.el7.x86_64 5/7 \n Installing : libatomic-4.8.5-44.el7.x86_64 6/7 \n Installing : mssql-server-14.0.3465.1-1.x86_64 7/7 \n\n+--------------------------------------------------------------+\nPlease run 'sudo /opt/mssql/bin/mssql-conf setup'\nto complete the setup of Microsoft SQL Server\n+--------------------------------------------------------------+\n\nSQL Server needs to be restarted in order to apply this setting. Please run\n'systemctl restart mssql-server.service'.\n Verifying : libatomic-4.8.5-44.el7.x86_64 1/7 \n Verifying : bzip2-1.0.6-13.el7.x86_64 2/7 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 3/7 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 4/7 \n Verifying : gdb-7.6.1-120.el7.x86_64 5/7 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 6/7 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 7/7 \n\nInstalled:\n mssql-server.x86_64 0:14.0.3465.1-1 \n\nDependency Installed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n\nComplete!\n" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:20:40 +0000 (0:00:37.739) 0:00:40.917 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:20:40 +0000 (0:00:00.017) 0:00:40.935 ****** 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.005454", "end": "2024-01-06 01:20:40.986983", "rc": 0, "start": "2024-01-06 01:20:40.981529" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:20:41 +0000 (0:00:00.204) 0:00:41.139 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:20:41 +0000 (0:00:00.803) 0:00:41.942 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:20:41 +0000 (0:00:00.030) 0:00:41.973 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:20:41 +0000 (0:00:00.046) 0:00:42.019 ****** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:20:46 +0000 (0:00:05.107) 0:00:47.126 ****** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:20:47 +0000 (0:00:00.061) 0:00:47.188 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:20:47 +0000 (0:00:00.042) 0:00:47.230 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:20:47 +0000 (0:00:00.378) 0:00:47.608 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:23 UTC", "ActiveEnterTimestampMonotonic": "14601134", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service dbus.service basic.target network.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:22 UTC", "AssertTimestampMonotonic": "13659814", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 00:55:22 UTC", "ConditionTimestampMonotonic": "13659812", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "875", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:22 UTC", "ExecMainStartTimestampMonotonic": "13660458", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-06 00:55:22 UTC", "InactiveExitTimestampMonotonic": "13660510", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "875", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target dbus.service polkit.service system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 00:55:23 UTC", "WatchdogTimestampMonotonic": "14601025", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:20:47 +0000 (0:00:00.459) 0:00:48.067 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.123387", "end": "2024-01-06 01:20:48.171491", "rc": 0, "start": "2024-01-06 01:20:48.048104" } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:20:48 +0000 (0:00:00.299) 0:00:48.367 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:20:48 +0000 (0:00:00.074) 0:00:48.442 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:20:48 +0000 (0:00:00.024) 0:00:48.466 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:20:48 +0000 (0:00:00.030) 0:00:48.497 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:20:48 +0000 (0:00:00.178) 0:00:48.676 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be installed\n--> Processing Dependency: msodbcsql17 >= 17.3.0.0 for package: mssql-tools-17.10.1.1-1.x86_64\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: unixODBC = 2.3.11 for package: unixODBC-devel-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be installed\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: libltdl.so.7()(64bit) for package: unixODBC-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-tools x86_64 17.10.1.1-1 packages-microsoft-com-prod 291 k\n unixODBC-devel x86_64 2.3.11-1.rh packages-microsoft-com-prod 53 k\nInstalling for dependencies:\n libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k\n msodbcsql17 x86_64 17.10.5.1-1 packages-microsoft-com-prod 913 k\n unixODBC x86_64 2.3.11-1.rh packages-microsoft-com-prod 274 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+3 Dependent packages)\n\nTotal size: 1.5 M\nInstalled size: 3.8 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 1/5 \n Installing : unixODBC-2.3.11-1.rh.x86_64 2/5 \n Installing : msodbcsql17-17.10.5.1-1.x86_64 3/5 \nodbcinst: Driver installed. Usage count increased to 1. \n Target directory is /etc\n Installing : mssql-tools-17.10.1.1-1.x86_64 4/5 \n Installing : unixODBC-devel-2.3.11-1.rh.x86_64 5/5 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/5 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 2/5 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 3/5 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 4/5 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 5/5 \n\nInstalled:\n mssql-tools.x86_64 0:17.10.1.1-1 unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Installed:\n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 msodbcsql17.x86_64 0:17.10.5.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:20:53 +0000 (0:00:04.780) 0:00:53.457 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:20:53 +0000 (0:00:00.021) 0:00:53.478 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:20:53 +0000 (0:00:00.022) 0:00:53.501 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:20:53 +0000 (0:00:00.086) 0:00:53.588 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:20:53 +0000 (0:00:00.023) 0:00:53.611 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:20:53 +0000 (0:00:00.043) 0:00:53.655 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:20:53 +0000 (0:00:00.038) 0:00:53.693 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:20:53 +0000 (0:00:00.037) 0:00:53.731 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:20:53 +0000 (0:00:00.052) 0:00:53.784 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:20:53 +0000 (0:00:00.033) 0:00:53.817 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:20:53 +0000 (0:00:00.059) 0:00:53.877 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:20:53 +0000 (0:00:00.051) 0:00:53.928 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:20:53 +0000 (0:00:00.035) 0:00:53.964 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:20:53 +0000 (0:00:00.040) 0:00:54.005 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:20:53 +0000 (0:00:00.032) 0:00:54.037 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:20:53 +0000 (0:00:00.045) 0:00:54.082 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.052) 0:00:54.135 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003086", "end": "2024-01-06 01:20:54.127200", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:20:54.124114" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.146) 0:00:54.281 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049693", "end": "2024-01-06 01:20:54.310364", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:20:54.260671" } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.188) 0:00:54.470 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.019) 0:00:54.490 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.044) 0:00:54.534 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.022) 0:00:54.557 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.018) 0:00:54.576 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.018) 0:00:54.595 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.018) 0:00:54.613 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.021) 0:00:54.634 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.017) 0:00:54.652 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.018) 0:00:54.670 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.018) 0:00:54.689 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.017) 0:00:54.707 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.018) 0:00:54.725 ****** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.021) 0:00:54.747 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.018) 0:00:54.766 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.018) 0:00:54.784 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.018) 0:00:54.802 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.019) 0:00:54.822 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.019) 0:00:54.842 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.019) 0:00:54.862 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.017) 0:00:54.880 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.046) 0:00:54.926 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.021) 0:00:54.947 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.019) 0:00:54.967 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.019) 0:00:54.986 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.018) 0:00:55.005 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.019) 0:00:55.024 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.019) 0:00:55.044 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.018) 0:00:55.063 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.021) 0:00:55.084 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.019) 0:00:55.103 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:20:54 +0000 (0:00:00.020) 0:00:55.124 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.020) 0:00:55.145 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.020) 0:00:55.166 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.020) 0:00:55.186 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.022) 0:00:55.208 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.024) 0:00:55.233 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.019) 0:00:55.253 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.019) 0:00:55.272 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.018) 0:00:55.291 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.041) 0:00:55.332 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.020) 0:00:55.353 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.020) 0:00:55.373 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.020) 0:00:55.393 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.023) 0:00:55.416 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.019) 0:00:55.436 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.020) 0:00:55.456 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.048) 0:00:55.504 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.035) 0:00:55.540 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.020) 0:00:55.561 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.029) 0:00:55.590 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.021) 0:00:55.612 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.022) 0:00:55.634 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.021) 0:00:55.656 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.039) 0:00:55.695 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.020) 0:00:55.715 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.019) 0:00:55.735 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.019) 0:00:55.755 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.029) 0:00:55.784 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.061) 0:00:55.846 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.031) 0:00:55.877 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.021) 0:00:55.898 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.023) 0:00:55.922 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.020) 0:00:55.943 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.024) 0:00:55.967 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.019) 0:00:55.986 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.019) 0:00:56.006 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:20:55 +0000 (0:00:00.019) 0:00:56.025 ****** changed: [sut] => { "changed": true } MSG: Block inserted META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.256) 0:00:56.282 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.027) 0:00:56.309 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_password.yml:12 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.024) 0:00:56.334 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql-sever-increase-start-limit.yml:3 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.073) 0:00:56.407 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql-sever-increase-start-limit.yml:10 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.218) 0:00:56.625 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql-sever-increase-start-limit.yml:17 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.184) 0:00:56.810 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Change the password with default settings. Should report Changed.] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_password.yml:15 Saturday 06 January 2024 01:20:56 +0000 (0:00:00.252) 0:00:57.062 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.176) 0:00:57.238 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.033) 0:00:57.272 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.026) 0:00:57.298 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.038) 0:00:57.336 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.018) 0:00:57.355 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.020) 0:00:57.375 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.018) 0:00:57.393 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.017) 0:00:57.411 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.068) 0:00:57.480 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.030) 0:00:57.510 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.021) 0:00:57.532 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.021) 0:00:57.553 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.021) 0:00:57.575 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.025) 0:00:57.600 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.026) 0:00:57.627 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.024) 0:00:57.651 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.022) 0:00:57.673 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.024) 0:00:57.698 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:20:57 +0000 (0:00:00.020) 0:00:57.719 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:20:58 +0000 (0:00:00.917) 0:00:58.636 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:20:58 +0000 (0:00:00.110) 0:00:58.746 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:20:58 +0000 (0:00:00.064) 0:00:58.810 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:20:58 +0000 (0:00:00.064) 0:00:58.875 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:20:58 +0000 (0:00:00.048) 0:00:58.923 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:20:59 +0000 (0:00:00.341) 0:00:59.265 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:20:59 +0000 (0:00:00.026) 0:00:59.292 ****** 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 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:20:59 +0000 (0:00:00.031) 0:00:59.323 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:20:59 +0000 (0:00:00.027) 0:00:59.350 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:20:59 +0000 (0:00:00.030) 0:00:59.380 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:20:59 +0000 (0:00:00.020) 0:00:59.401 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:20:59 +0000 (0:00:00.028) 0:00:59.429 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:20:59 +0000 (0:00:00.042) 0:00:59.472 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:20:59 +0000 (0:00:00.034) 0:00:59.507 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:20:59 +0000 (0:00:00.021) 0:00:59.528 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:20:59 +0000 (0:00:00.361) 0:00:59.890 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:20:59 +0000 (0:00:00.020) 0:00:59.911 ****** 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.005747", "end": "2024-01-06 01:20:59.896809", "rc": 0, "start": "2024-01-06 01:20:59.891062" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:20:59 +0000 (0:00:00.145) 0:01:00.056 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:21:00 +0000 (0:00:00.771) 0:01:00.828 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:21:00 +0000 (0:00:00.030) 0:01:00.858 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:21:00 +0000 (0:00:00.020) 0:01:00.878 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:21:00 +0000 (0:00:00.020) 0:01:00.899 ****** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:21:00 +0000 (0:00:00.037) 0:01:00.936 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:21:00 +0000 (0:00:00.031) 0:01:00.967 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:21:01 +0000 (0:00:00.349) 0:01:01.316 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:23 UTC", "ActiveEnterTimestampMonotonic": "14601134", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice systemd-journald.socket network.target dbus.service systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:22 UTC", "AssertTimestampMonotonic": "13659814", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 00:55:22 UTC", "ConditionTimestampMonotonic": "13659812", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "875", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:22 UTC", "ExecMainStartTimestampMonotonic": "13660458", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-06 00:55:22 UTC", "InactiveExitTimestampMonotonic": "13660510", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "875", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice dbus.service polkit.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 00:55:23 UTC", "WatchdogTimestampMonotonic": "14601025", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:21:01 +0000 (0:00:00.216) 0:01:01.533 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.096041", "end": "2024-01-06 01:21:01.608424", "rc": 0, "start": "2024-01-06 01:21:01.512383" } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:21:01 +0000 (0:00:00.231) 0:01:01.764 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:21:01 +0000 (0:00:00.021) 0:01:01.786 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:21:01 +0000 (0:00:00.021) 0:01:01.808 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:21:01 +0000 (0:00:00.025) 0:01:01.834 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:21:01 +0000 (0:00:00.186) 0:01:02.020 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:21:02 +0000 (0:00:00.396) 0:01:02.416 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for sut TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:21:02 +0000 (0:00:00.066) 0:01:02.483 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:20:46 UTC", "ActiveEnterTimestampMonotonic": "1537949950", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:20:46 UTC", "AssertTimestampMonotonic": "1537949048", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:20:46 UTC", "ConditionTimestampMonotonic": "1537949047", "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": "18236", "ExecMainStartTimestamp": "Sat 2024-01-06 01:20:46 UTC", "ExecMainStartTimestampMonotonic": "1537949871", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-06 01:20:46 UTC", "InactiveExitTimestampMonotonic": "1537949950", "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": "18236", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:20:46 UTC", "WatchdogTimestampMonotonic": "1537949917", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:21:02 +0000 (0:00:00.240) 0:01:02.723 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003374", "end": "2024-01-06 01:21:02.800187", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:21:02.796813" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:21:02 +0000 (0:00:00.264) 0:01:02.988 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003233", "end": "2024-01-06 01:21:02.984759", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:21:02.981526" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:21:03 +0000 (0:00:00.182) 0:01:03.170 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:21:03 +0000 (0:00:00.049) 0:01:03.220 ****** 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": 7061, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:21:04 +0000 (0:00:01.327) 0:01:04.548 ****** fatal: [sut]: FAILED! => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ...ignoring TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:21:04 +0000 (0:00:00.216) 0:01:04.764 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:20:46 UTC", "ActiveEnterTimestampMonotonic": "1537949950", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:20:46 UTC", "AssertTimestampMonotonic": "1537949048", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:20:46 UTC", "ConditionTimestampMonotonic": "1537949047", "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": "18236", "ExecMainStartTimestamp": "Sat 2024-01-06 01:20:46 UTC", "ExecMainStartTimestampMonotonic": "1537949871", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-06 01:20:46 UTC", "InactiveExitTimestampMonotonic": "1537949950", "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": "18236", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:20:46 UTC", "WatchdogTimestampMonotonic": "1537949917", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:21:06 +0000 (0:00:01.553) 0:01:06.317 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:21:07 +0000 (0:00:01.063) 0:01:07.381 ****** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:21:15 +0000 (0:00:08.615) 0:01:15.996 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:21:15 +0000 (0:00:00.119) 0:01:16.116 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:21:16 +0000 (0:00:00.132) 0:01:16.249 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:21:16 +0000 (0:00:00.064) 0:01:16.313 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:21:16 +0000 (0:00:00.027) 0:01:16.341 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:21:16 +0000 (0:00:00.041) 0:01:16.382 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:21:16 +0000 (0:00:00.128) 0:01:16.511 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:21:16 +0000 (0:00:00.042) 0:01:16.553 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:21:16 +0000 (0:00:00.131) 0:01:16.685 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:21:16 +0000 (0:00:00.057) 0:01:16.742 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:21:16 +0000 (0:00:00.066) 0:01:16.809 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003011", "end": "2024-01-06 01:21:16.886199", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:21:16.883188" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:21:16 +0000 (0:00:00.289) 0:01:17.098 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.048787", "end": "2024-01-06 01:21:17.246760", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:21:17.197973" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:21:17 +0000 (0:00:00.365) 0:01:17.464 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:21:17 +0000 (0:00:00.072) 0:01:17.536 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:21:17 +0000 (0:00:00.034) 0:01:17.571 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:21:17 +0000 (0:00:00.035) 0:01:17.607 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:21:17 +0000 (0:00:00.067) 0:01:17.674 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:21:17 +0000 (0:00:00.084) 0:01:17.759 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:21:17 +0000 (0:00:00.030) 0:01:17.790 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:21:17 +0000 (0:00:00.087) 0:01:17.878 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:21:17 +0000 (0:00:00.028) 0:01:17.906 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:21:17 +0000 (0:00:00.075) 0:01:17.982 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:21:17 +0000 (0:00:00.070) 0:01:18.053 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:21:18 +0000 (0:00:00.222) 0:01:18.276 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:21:18 +0000 (0:00:00.028) 0:01:18.304 ****** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:21:18 +0000 (0:00:00.058) 0:01:18.363 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:21:18 +0000 (0:00:00.056) 0:01:18.419 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:21:18 +0000 (0:00:00.086) 0:01:18.506 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:21:18 +0000 (0:00:00.029) 0:01:18.536 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:21:18 +0000 (0:00:00.082) 0:01:18.618 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:21:18 +0000 (0:00:00.165) 0:01:18.783 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:21:18 +0000 (0:00:00.138) 0:01:18.921 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:21:18 +0000 (0:00:00.070) 0:01:18.991 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:21:18 +0000 (0:00:00.085) 0:01:19.077 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:21:19 +0000 (0:00:00.120) 0:01:19.197 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:21:19 +0000 (0:00:00.027) 0:01:19.225 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:21:19 +0000 (0:00:00.071) 0:01:19.297 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:21:19 +0000 (0:00:00.048) 0:01:19.345 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:21:19 +0000 (0:00:00.027) 0:01:19.373 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:21:19 +0000 (0:00:00.032) 0:01:19.405 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:21:19 +0000 (0:00:00.066) 0:01:19.472 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:21:19 +0000 (0:00:00.130) 0:01:19.602 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:21:19 +0000 (0:00:00.030) 0:01:19.632 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:21:19 +0000 (0:00:00.059) 0:01:19.692 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:21:19 +0000 (0:00:00.081) 0:01:19.774 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:21:19 +0000 (0:00:00.064) 0:01:19.838 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:21:19 +0000 (0:00:00.043) 0:01:19.881 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:21:19 +0000 (0:00:00.063) 0:01:19.945 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:21:19 +0000 (0:00:00.046) 0:01:19.991 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:21:19 +0000 (0:00:00.025) 0:01:20.017 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:21:19 +0000 (0:00:00.036) 0:01:20.054 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:21:19 +0000 (0:00:00.049) 0:01:20.103 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:21:20 +0000 (0:00:00.040) 0:01:20.144 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:21:20 +0000 (0:00:00.081) 0:01:20.226 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:21:20 +0000 (0:00:00.046) 0:01:20.272 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:21:20 +0000 (0:00:00.296) 0:01:20.568 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:21:20 +0000 (0:00:00.184) 0:01:20.753 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:21:20 +0000 (0:00:00.103) 0:01:20.856 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:21:20 +0000 (0:00:00.089) 0:01:20.946 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:21:20 +0000 (0:00:00.143) 0:01:21.089 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:21:21 +0000 (0:00:00.109) 0:01:21.199 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:21:21 +0000 (0:00:00.063) 0:01:21.262 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:21:21 +0000 (0:00:00.057) 0:01:21.319 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:21:21 +0000 (0:00:00.074) 0:01:21.394 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:21:21 +0000 (0:00:00.109) 0:01:21.503 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:21:21 +0000 (0:00:00.100) 0:01:21.604 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:21:21 +0000 (0:00:00.058) 0:01:21.662 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:21:21 +0000 (0:00:00.032) 0:01:21.695 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:21:21 +0000 (0:00:00.022) 0:01:21.717 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:21:21 +0000 (0:00:00.025) 0:01:21.742 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:21:21 +0000 (0:00:00.026) 0:01:21.769 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:21:21 +0000 (0:00:00.049) 0:01:21.818 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:21:21 +0000 (0:00:00.093) 0:01:21.911 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:21:21 +0000 (0:00:00.064) 0:01:21.976 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:21:21 +0000 (0:00:00.057) 0:01:22.033 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:21:21 +0000 (0:00:00.048) 0:01:22.082 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:21:21 +0000 (0:00:00.040) 0:01:22.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 [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:21:22 +0000 (0:00:00.033) 0:01:22.156 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:21:22 +0000 (0:00:00.095) 0:01:22.251 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:21:22 +0000 (0:00:00.272) 0:01:22.523 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 06 January 2024 01:21:22 +0000 (0:00:00.200) 0:01:22.723 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:20:46 UTC", "ActiveEnterTimestampMonotonic": "1537949950", "ActiveExitTimestamp": "Sat 2024-01-06 01:21:04 UTC", "ActiveExitTimestampMonotonic": "1555932562", "ActiveState": "inactive", "After": "basic.target auditd.service system.slice systemd-journald.socket network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:20:46 UTC", "AssertTimestampMonotonic": "1537949048", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:20:46 UTC", "ConditionTimestampMonotonic": "1537949047", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-01-06 01:21:06 UTC", "ExecMainExitTimestampMonotonic": "1557170829", "ExecMainPID": "18236", "ExecMainStartTimestamp": "Sat 2024-01-06 01:20:46 UTC", "ExecMainStartTimestampMonotonic": "1537949871", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:20:46 UTC] ; stop_time=[Sat 2024-01-06 01:21:06 UTC] ; pid=18236 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-06 01:21:06 UTC", "InactiveEnterTimestampMonotonic": "1557170933", "InactiveExitTimestamp": "Sat 2024-01-06 01:20:46 UTC", "InactiveExitTimestampMonotonic": "1537949950", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:21:23 +0000 (0:00:00.445) 0:01:23.169 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:21:23 +0000 (0:00:00.083) 0:01:23.252 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_password.yml:23 Saturday 06 January 2024 01:21:23 +0000 (0:00:00.048) 0:01:23.301 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:8 Saturday 06 January 2024 01:21:23 +0000 (0:00:00.329) 0:01:23.630 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:23 Saturday 06 January 2024 01:21:23 +0000 (0:00:00.036) 0:01:23.667 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:35 Saturday 06 January 2024 01:21:23 +0000 (0:00:00.037) 0:01:23.704 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:39 Saturday 06 January 2024 01:21:23 +0000 (0:00:00.066) 0:01:23.771 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:55 Saturday 06 January 2024 01:21:23 +0000 (0:00:00.072) 0:01:23.843 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:60 Saturday 06 January 2024 01:21:23 +0000 (0:00:00.073) 0:01:23.916 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:70 Saturday 06 January 2024 01:21:23 +0000 (0:00:00.057) 0:01:23.974 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:75 Saturday 06 January 2024 01:21:23 +0000 (0:00:00.063) 0:01:24.037 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:85 Saturday 06 January 2024 01:21:23 +0000 (0:00:00.043) 0:01:24.080 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:21:24 +0000 (0:00:00.182) 0:01:24.263 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:21:22 UTC", "ActiveEnterTimestampMonotonic": "1574051193", "ActiveExitTimestamp": "Sat 2024-01-06 01:21:04 UTC", "ActiveExitTimestampMonotonic": "1555932562", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:21:22 UTC", "AssertTimestampMonotonic": "1574050512", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:21:22 UTC", "ConditionTimestampMonotonic": "1574050510", "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": "19079", "ExecMainStartTimestamp": "Sat 2024-01-06 01:21:22 UTC", "ExecMainStartTimestampMonotonic": "1574051126", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:21:22 UTC] ; stop_time=[n/a] ; pid=19079 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-06 01:21:06 UTC", "InactiveEnterTimestampMonotonic": "1557170933", "InactiveExitTimestamp": "Sat 2024-01-06 01:21:22 UTC", "InactiveExitTimestampMonotonic": "1574051193", "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": "19079", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:21:22 UTC", "WatchdogTimestampMonotonic": "1574051167", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:21:24 +0000 (0:00:00.358) 0:01:24.621 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004234", "end": "2024-01-06 01:21:24.682760", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:21:24.678526" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:21:24 +0000 (0:00:00.221) 0:01:24.843 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004022", "end": "2024-01-06 01:21:24.888071", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:21:24.884049" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:21:24 +0000 (0:00:00.206) 0:01:25.049 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:93 Saturday 06 January 2024 01:21:24 +0000 (0:00:00.039) 0:01:25.088 ****** 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": 6522, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:99 Saturday 06 January 2024 01:21:26 +0000 (0:00:01.154) 0:01:26.242 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "localhost,1433", "-U", "sa", "-P", "p@55w0rD11", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.037573", "end": "2024-01-06 01:21:26.292362", "rc": 0, "start": "2024-01-06 01:21:26.254789" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:113 Saturday 06 January 2024 01:21:26 +0000 (0:00:00.251) 0:01:26.494 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:117 Saturday 06 January 2024 01:21:26 +0000 (0:00:00.102) 0:01:26.596 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:124 Saturday 06 January 2024 01:21:26 +0000 (0:00:00.035) 0:01:26.631 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:135 Saturday 06 January 2024 01:21:26 +0000 (0:00:00.075) 0:01:26.707 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:140 Saturday 06 January 2024 01:21:26 +0000 (0:00:00.037) 0:01:26.745 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:145 Saturday 06 January 2024 01:21:26 +0000 (0:00:00.046) 0:01:26.791 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:151 Saturday 06 January 2024 01:21:26 +0000 (0:00:00.077) 0:01:26.868 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:157 Saturday 06 January 2024 01:21:26 +0000 (0:00:00.040) 0:01:26.909 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:167 Saturday 06 January 2024 01:21:27 +0000 (0:00:00.259) 0:01:27.169 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:178 Saturday 06 January 2024 01:21:27 +0000 (0:00:00.060) 0:01:27.229 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:190 Saturday 06 January 2024 01:21:27 +0000 (0:00:00.072) 0:01:27.302 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:198 Saturday 06 January 2024 01:21:27 +0000 (0:00:00.038) 0:01:27.341 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:208 Saturday 06 January 2024 01:21:27 +0000 (0:00:00.082) 0:01:27.424 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:213 Saturday 06 January 2024 01:21:27 +0000 (0:00:00.080) 0:01:27.504 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:221 Saturday 06 January 2024 01:21:27 +0000 (0:00:00.031) 0:01:27.535 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change the IP address setting.] ****************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_password.yml:28 Saturday 06 January 2024 01:21:27 +0000 (0:00:00.040) 0:01:27.575 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:21:27 +0000 (0:00:00.400) 0:01:27.976 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:21:28 +0000 (0:00:00.174) 0:01:28.150 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:21:28 +0000 (0:00:00.102) 0:01:28.253 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:21:28 +0000 (0:00:00.119) 0:01:28.373 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:21:28 +0000 (0:00:00.049) 0:01:28.422 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:21:28 +0000 (0:00:00.034) 0:01:28.457 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:21:28 +0000 (0:00:00.027) 0:01:28.484 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:21:28 +0000 (0:00:00.036) 0:01:28.521 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:21:28 +0000 (0:00:00.035) 0:01:28.556 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:21:28 +0000 (0:00:00.031) 0:01:28.587 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:21:28 +0000 (0:00:00.043) 0:01:28.631 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:21:28 +0000 (0:00:00.039) 0:01:28.670 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:21:28 +0000 (0:00:00.026) 0:01:28.697 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:21:28 +0000 (0:00:00.044) 0:01:28.742 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:21:28 +0000 (0:00:00.028) 0:01:28.770 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:21:28 +0000 (0:00:00.033) 0:01:28.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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:21:28 +0000 (0:00:00.044) 0:01:28.849 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:21:28 +0000 (0:00:00.043) 0:01:28.892 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:21:28 +0000 (0:00:00.057) 0:01:28.950 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:21:29 +0000 (0:00:01.107) 0:01:30.058 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:21:30 +0000 (0:00:00.083) 0:01:30.141 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:21:30 +0000 (0:00:00.042) 0:01:30.184 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:21:30 +0000 (0:00:00.054) 0:01:30.239 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:21:30 +0000 (0:00:00.043) 0:01:30.283 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:21:30 +0000 (0:00:00.363) 0:01:30.646 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:21:30 +0000 (0:00:00.051) 0:01:30.698 ****** 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 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:21:30 +0000 (0:00:00.026) 0:01:30.724 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:21:30 +0000 (0:00:00.022) 0:01:30.747 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:21:30 +0000 (0:00:00.040) 0:01:30.788 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:21:30 +0000 (0:00:00.035) 0:01:30.824 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:21:30 +0000 (0:00:00.024) 0:01:30.848 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:21:30 +0000 (0:00:00.021) 0:01:30.870 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:21:30 +0000 (0:00:00.023) 0:01:30.893 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:21:30 +0000 (0:00:00.091) 0:01:30.985 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:21:31 +0000 (0:00:00.358) 0:01:31.343 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:21:31 +0000 (0:00:00.032) 0:01:31.376 ****** 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.005851", "end": "2024-01-06 01:21:31.358333", "rc": 0, "start": "2024-01-06 01:21:31.352482" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:21:31 +0000 (0:00:00.187) 0:01:31.563 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:21:32 +0000 (0:00:00.717) 0:01:32.281 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:21:32 +0000 (0:00:00.028) 0:01:32.310 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:21:32 +0000 (0:00:00.023) 0:01:32.333 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:21:32 +0000 (0:00:00.028) 0:01:32.362 ****** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:21:32 +0000 (0:00:00.044) 0:01:32.406 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:21:32 +0000 (0:00:00.035) 0:01:32.442 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:21:32 +0000 (0:00:00.348) 0:01:32.790 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:23 UTC", "ActiveEnterTimestampMonotonic": "14601134", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice systemd-journald.socket network.target dbus.service systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:22 UTC", "AssertTimestampMonotonic": "13659814", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 00:55:22 UTC", "ConditionTimestampMonotonic": "13659812", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "875", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:22 UTC", "ExecMainStartTimestampMonotonic": "13660458", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-06 00:55:22 UTC", "InactiveExitTimestampMonotonic": "13660510", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "875", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice dbus.service polkit.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 00:55:23 UTC", "WatchdogTimestampMonotonic": "14601025", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:21:32 +0000 (0:00:00.216) 0:01:33.007 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.091088", "end": "2024-01-06 01:21:33.075726", "rc": 0, "start": "2024-01-06 01:21:32.984638" } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:21:33 +0000 (0:00:00.286) 0:01:33.293 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:21:33 +0000 (0:00:00.035) 0:01:33.328 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:21:33 +0000 (0:00:00.033) 0:01:33.362 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:21:33 +0000 (0:00:00.042) 0:01:33.405 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:21:33 +0000 (0:00:00.170) 0:01:33.575 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:21:33 +0000 (0:00:00.371) 0:01:33.946 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:21:33 +0000 (0:00:00.065) 0:01:34.012 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:21:33 +0000 (0:00:00.060) 0:01:34.073 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:21:33 +0000 (0:00:00.036) 0:01:34.110 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:21:34 +0000 (0:00:00.028) 0:01:34.138 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:21:34 +0000 (0:00:00.053) 0:01:34.192 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:21:34 +0000 (0:00:00.037) 0:01:34.229 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:21:34 +0000 (0:00:00.057) 0:01:34.286 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:21:34 +0000 (0:00:00.061) 0:01:34.348 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:21:34 +0000 (0:00:00.041) 0:01:34.389 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:21:34 +0000 (0:00:00.042) 0:01:34.431 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:21:34 +0000 (0:00:00.065) 0:01:34.497 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:21:34 +0000 (0:00:00.033) 0:01:34.530 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network ipaddress] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:21:34 +0000 (0:00:00.169) 0:01:34.699 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003053", "end": "2024-01-06 01:21:34.723731", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:21:34.720678" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:21:34 +0000 (0:00:00.197) 0:01:34.897 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.048843", "end": "2024-01-06 01:21:35.014274", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:21:34.965431" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network ipaddress] ********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.293) 0:01:35.191 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.032) 0:01:35.223 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.033) 0:01:35.257 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.042) 0:01:35.299 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.039) 0:01:35.339 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002986", "end": "2024-01-06 01:21:35.321863", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:21:35.318877" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.139) 0:01:35.478 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.048) 0:01:35.526 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.025) 0:01:35.552 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.020) 0:01:35.573 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.022) 0:01:35.595 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.024) 0:01:35.620 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.025) 0:01:35.645 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.033) 0:01:35.679 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.024) 0:01:35.704 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.100) 0:01:35.805 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.030) 0:01:35.835 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.043) 0:01:35.878 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.036) 0:01:35.915 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.041) 0:01:35.957 ****** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.026) 0:01:35.984 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.030) 0:01:36.014 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.078) 0:01:36.093 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:21:35 +0000 (0:00:00.024) 0:01:36.118 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.032) 0:01:36.150 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.066) 0:01:36.217 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.023) 0:01:36.240 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.044) 0:01:36.285 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.056) 0:01:36.341 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.046) 0:01:36.388 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.030) 0:01:36.418 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.062) 0:01:36.480 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.035) 0:01:36.516 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.027) 0:01:36.543 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.079) 0:01:36.623 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.021) 0:01:36.644 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.023) 0:01:36.667 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.028) 0:01:36.695 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.034) 0:01:36.730 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.053) 0:01:36.783 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.028) 0:01:36.811 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.036) 0:01:36.848 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.042) 0:01:36.890 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.031) 0:01:36.921 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.057) 0:01:36.979 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.039) 0:01:37.018 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.026) 0:01:37.044 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.037) 0:01:37.081 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:21:36 +0000 (0:00:00.043) 0:01:37.124 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.025) 0:01:37.150 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.025) 0:01:37.175 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.031) 0:01:37.207 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.030) 0:01:37.237 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.101) 0:01:37.339 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.057) 0:01:37.396 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.039) 0:01:37.435 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.046) 0:01:37.482 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.053) 0:01:37.535 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.035) 0:01:37.570 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.054) 0:01:37.625 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.047) 0:01:37.672 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.033) 0:01:37.706 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.070) 0:01:37.776 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.044) 0:01:37.820 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.025) 0:01:37.846 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.032) 0:01:37.878 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.031) 0:01:37.910 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.020) 0:01:37.931 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.020) 0:01:37.952 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.020) 0:01:37.972 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.022) 0:01:37.994 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.024) 0:01:38.019 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:21:37 +0000 (0:00:00.097) 0:01:38.116 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:21:38 +0000 (0:00:00.037) 0:01:38.154 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:21:38 +0000 (0:00:00.048) 0:01:38.202 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 06 January 2024 01:21:38 +0000 (0:00:00.227) 0:01:38.429 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:21:22 UTC", "ActiveEnterTimestampMonotonic": "1574051193", "ActiveExitTimestamp": "Sat 2024-01-06 01:21:04 UTC", "ActiveExitTimestampMonotonic": "1555932562", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:21:22 UTC", "AssertTimestampMonotonic": "1574050512", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:21:22 UTC", "ConditionTimestampMonotonic": "1574050510", "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": "19079", "ExecMainStartTimestamp": "Sat 2024-01-06 01:21:22 UTC", "ExecMainStartTimestampMonotonic": "1574051126", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:21:22 UTC] ; stop_time=[n/a] ; pid=19079 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-06 01:21:06 UTC", "InactiveEnterTimestampMonotonic": "1557170933", "InactiveExitTimestamp": "Sat 2024-01-06 01:21:22 UTC", "InactiveExitTimestampMonotonic": "1574051193", "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": "19079", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:21:22 UTC", "WatchdogTimestampMonotonic": "1574051167", "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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:21:38 +0000 (0:00:00.514) 0:01:38.943 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:21:38 +0000 (0:00:00.029) 0:01:38.972 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change the password with a custom IP address. Should report Changed.] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_password.yml:34 Saturday 06 January 2024 01:21:38 +0000 (0:00:00.049) 0:01:39.022 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:21:39 +0000 (0:00:00.417) 0:01:39.439 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:21:39 +0000 (0:00:00.038) 0:01:39.478 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:21:39 +0000 (0:00:00.050) 0:01:39.528 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:21:39 +0000 (0:00:00.048) 0:01:39.576 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:21:39 +0000 (0:00:00.022) 0:01:39.599 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:21:39 +0000 (0:00:00.022) 0:01:39.621 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:21:39 +0000 (0:00:00.043) 0:01:39.665 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:21:39 +0000 (0:00:00.021) 0:01:39.686 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:21:39 +0000 (0:00:00.031) 0:01:39.717 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:21:39 +0000 (0:00:00.036) 0:01:39.754 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:21:39 +0000 (0:00:00.034) 0:01:39.789 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:21:39 +0000 (0:00:00.077) 0:01:39.866 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:21:39 +0000 (0:00:00.075) 0:01:39.942 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:21:39 +0000 (0:00:00.069) 0:01:40.011 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:21:39 +0000 (0:00:00.035) 0:01:40.046 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:21:40 +0000 (0:00:00.137) 0:01:40.184 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:21:40 +0000 (0:00:00.033) 0:01:40.217 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:21:40 +0000 (0:00:00.051) 0:01:40.268 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:21:40 +0000 (0:00:00.032) 0:01:40.301 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:21:41 +0000 (0:00:01.179) 0:01:41.480 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:21:41 +0000 (0:00:00.102) 0:01:41.583 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:21:41 +0000 (0:00:00.021) 0:01:41.604 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:21:41 +0000 (0:00:00.026) 0:01:41.630 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:21:41 +0000 (0:00:00.043) 0:01:41.674 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:21:41 +0000 (0:00:00.420) 0:01:42.095 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:21:42 +0000 (0:00:00.038) 0:01:42.134 ****** 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 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:21:42 +0000 (0:00:00.029) 0:01:42.164 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:21:42 +0000 (0:00:00.116) 0:01:42.280 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:21:42 +0000 (0:00:00.064) 0:01:42.344 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:21:42 +0000 (0:00:00.022) 0:01:42.366 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:21:42 +0000 (0:00:00.047) 0:01:42.414 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:21:42 +0000 (0:00:00.028) 0:01:42.443 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:21:42 +0000 (0:00:00.036) 0:01:42.479 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:21:42 +0000 (0:00:00.050) 0:01:42.529 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:21:42 +0000 (0:00:00.349) 0:01:42.879 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:21:42 +0000 (0:00:00.021) 0:01:42.900 ****** 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.005146", "end": "2024-01-06 01:21:42.882579", "rc": 0, "start": "2024-01-06 01:21:42.877433" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:21:42 +0000 (0:00:00.136) 0:01:43.037 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:21:43 +0000 (0:00:00.712) 0:01:43.750 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:21:43 +0000 (0:00:00.109) 0:01:43.860 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:21:43 +0000 (0:00:00.048) 0:01:43.908 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:21:43 +0000 (0:00:00.025) 0:01:43.933 ****** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:21:43 +0000 (0:00:00.138) 0:01:44.071 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:21:43 +0000 (0:00:00.024) 0:01:44.095 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:21:44 +0000 (0:00:00.361) 0:01:44.457 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:23 UTC", "ActiveEnterTimestampMonotonic": "14601134", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice systemd-journald.socket network.target dbus.service systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:22 UTC", "AssertTimestampMonotonic": "13659814", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 00:55:22 UTC", "ConditionTimestampMonotonic": "13659812", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "875", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:22 UTC", "ExecMainStartTimestampMonotonic": "13660458", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-06 00:55:22 UTC", "InactiveExitTimestampMonotonic": "13660510", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "875", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice dbus.service polkit.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 00:55:23 UTC", "WatchdogTimestampMonotonic": "14601025", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:21:44 +0000 (0:00:00.223) 0:01:44.680 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.089931", "end": "2024-01-06 01:21:44.751791", "rc": 0, "start": "2024-01-06 01:21:44.661860" } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:21:44 +0000 (0:00:00.285) 0:01:44.965 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:21:44 +0000 (0:00:00.049) 0:01:45.015 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:21:44 +0000 (0:00:00.049) 0:01:45.065 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:21:44 +0000 (0:00:00.049) 0:01:45.114 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:21:45 +0000 (0:00:00.245) 0:01:45.360 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:21:45 +0000 (0:00:00.407) 0:01:45.768 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for sut TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:21:45 +0000 (0:00:00.051) 0:01:45.819 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:21:38 UTC", "ActiveEnterTimestampMonotonic": "1589827884", "ActiveExitTimestamp": "Sat 2024-01-06 01:21:38 UTC", "ActiveExitTimestampMonotonic": "1589562340", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:21:38 UTC", "AssertTimestampMonotonic": "1589827208", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:21:38 UTC", "ConditionTimestampMonotonic": "1589827206", "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": "19578", "ExecMainStartTimestamp": "Sat 2024-01-06 01:21:38 UTC", "ExecMainStartTimestampMonotonic": "1589827816", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:21:38 UTC] ; stop_time=[n/a] ; pid=19578 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-06 01:21:38 UTC", "InactiveEnterTimestampMonotonic": "1589826122", "InactiveExitTimestamp": "Sat 2024-01-06 01:21:38 UTC", "InactiveExitTimestampMonotonic": "1589827884", "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": "19578", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:21:38 UTC", "WatchdogTimestampMonotonic": "1589827860", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:21:45 +0000 (0:00:00.268) 0:01:46.087 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003082", "end": "2024-01-06 01:21:46.086465", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:21:46.083383" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:21:46 +0000 (0:00:00.193) 0:01:46.280 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003167", "end": "2024-01-06 01:21:46.335195", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:21:46.332028" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:21:46 +0000 (0:00:00.248) 0:01:46.529 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:21:46 +0000 (0:00:00.056) 0:01:46.586 ****** 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": 6187, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:21:47 +0000 (0:00:01.184) 0:01:47.771 ****** fatal: [sut]: FAILED! => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ...ignoring TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:21:47 +0000 (0:00:00.181) 0:01:47.952 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:21:38 UTC", "ActiveEnterTimestampMonotonic": "1589827884", "ActiveExitTimestamp": "Sat 2024-01-06 01:21:38 UTC", "ActiveExitTimestampMonotonic": "1589562340", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:21:38 UTC", "AssertTimestampMonotonic": "1589827208", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:21:38 UTC", "ConditionTimestampMonotonic": "1589827206", "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": "19578", "ExecMainStartTimestamp": "Sat 2024-01-06 01:21:38 UTC", "ExecMainStartTimestampMonotonic": "1589827816", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:21:38 UTC] ; stop_time=[n/a] ; pid=19578 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-06 01:21:38 UTC", "InactiveEnterTimestampMonotonic": "1589826122", "InactiveExitTimestamp": "Sat 2024-01-06 01:21:38 UTC", "InactiveExitTimestampMonotonic": "1589827884", "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": "19578", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:21:38 UTC", "WatchdogTimestampMonotonic": "1589827860", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:21:52 +0000 (0:00:04.518) 0:01:52.470 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:21:53 +0000 (0:00:01.028) 0:01:53.498 ****** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:21:57 +0000 (0:00:03.657) 0:01:57.156 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:21:57 +0000 (0:00:00.023) 0:01:57.180 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:21:57 +0000 (0:00:00.038) 0:01:57.219 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:21:57 +0000 (0:00:00.048) 0:01:57.267 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:21:57 +0000 (0:00:00.053) 0:01:57.321 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:21:57 +0000 (0:00:00.128) 0:01:57.449 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:21:57 +0000 (0:00:00.046) 0:01:57.496 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:21:57 +0000 (0:00:00.055) 0:01:57.551 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:21:57 +0000 (0:00:00.043) 0:01:57.595 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:21:57 +0000 (0:00:00.047) 0:01:57.642 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:21:57 +0000 (0:00:00.047) 0:01:57.689 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003048", "end": "2024-01-06 01:21:57.697904", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:21:57.694856" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:21:57 +0000 (0:00:00.185) 0:01:57.875 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:21:57 +0000 (0:00:00.042) 0:01:57.918 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:21:57 +0000 (0:00:00.041) 0:01:57.959 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:21:57 +0000 (0:00:00.048) 0:01:58.008 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:21:57 +0000 (0:00:00.038) 0:01:58.046 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:21:58 +0000 (0:00:00.089) 0:01:58.136 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:21:58 +0000 (0:00:00.059) 0:01:58.195 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:21:58 +0000 (0:00:00.071) 0:01:58.267 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:21:58 +0000 (0:00:00.072) 0:01:58.340 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:21:58 +0000 (0:00:00.037) 0:01:58.377 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:21:58 +0000 (0:00:00.029) 0:01:58.407 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:21:58 +0000 (0:00:00.164) 0:01:58.571 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:21:58 +0000 (0:00:00.026) 0:01:58.598 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:21:58 +0000 (0:00:00.045) 0:01:58.644 ****** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:21:58 +0000 (0:00:00.042) 0:01:58.686 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:21:58 +0000 (0:00:00.026) 0:01:58.713 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:21:58 +0000 (0:00:00.026) 0:01:58.739 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:21:58 +0000 (0:00:00.038) 0:01:58.778 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:21:58 +0000 (0:00:00.052) 0:01:58.830 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:21:58 +0000 (0:00:00.041) 0:01:58.871 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:21:58 +0000 (0:00:00.072) 0:01:58.944 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:21:58 +0000 (0:00:00.139) 0:01:59.084 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:21:59 +0000 (0:00:00.053) 0:01:59.138 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:21:59 +0000 (0:00:00.047) 0:01:59.186 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:21:59 +0000 (0:00:00.077) 0:01:59.263 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:21:59 +0000 (0:00:00.046) 0:01:59.310 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:21:59 +0000 (0:00:00.048) 0:01:59.359 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:21:59 +0000 (0:00:00.154) 0:01:59.513 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:21:59 +0000 (0:00:00.079) 0:01:59.592 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:21:59 +0000 (0:00:00.059) 0:01:59.652 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:21:59 +0000 (0:00:00.284) 0:01:59.936 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:21:59 +0000 (0:00:00.095) 0:02:00.032 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:21:59 +0000 (0:00:00.060) 0:02:00.092 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:21:59 +0000 (0:00:00.030) 0:02:00.123 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:22:00 +0000 (0:00:00.074) 0:02:00.198 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:22:00 +0000 (0:00:00.036) 0:02:00.235 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:22:00 +0000 (0:00:00.048) 0:02:00.283 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:22:00 +0000 (0:00:00.165) 0:02:00.449 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:22:00 +0000 (0:00:00.029) 0:02:00.478 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:22:00 +0000 (0:00:00.044) 0:02:00.523 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:22:00 +0000 (0:00:00.051) 0:02:00.574 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:22:00 +0000 (0:00:00.024) 0:02:00.598 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:22:00 +0000 (0:00:00.050) 0:02:00.649 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:22:00 +0000 (0:00:00.051) 0:02:00.701 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:22:00 +0000 (0:00:00.071) 0:02:00.773 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:22:00 +0000 (0:00:00.108) 0:02:00.881 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:22:00 +0000 (0:00:00.023) 0:02:00.905 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:22:00 +0000 (0:00:00.046) 0:02:00.951 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:22:00 +0000 (0:00:00.132) 0:02:01.084 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:22:00 +0000 (0:00:00.026) 0:02:01.110 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.029) 0:02:01.139 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.026) 0:02:01.165 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.075) 0:02:01.240 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.050) 0:02:01.291 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.037) 0:02:01.328 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.035) 0:02:01.364 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.046) 0:02:01.410 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.036) 0:02:01.446 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.115) 0:02:01.561 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.080) 0:02:01.642 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.064) 0:02:01.706 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.044) 0:02:01.751 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.082) 0:02:01.833 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.029) 0:02:01.863 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.039) 0:02:01.903 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.061) 0:02:01.964 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.029) 0:02:01.993 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.105) 0:02:02.100 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:22:01 +0000 (0:00:00.027) 0:02:02.127 ****** ok: [sut] => { "changed": false } RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 06 January 2024 01:22:02 +0000 (0:00:00.244) 0:02:02.371 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:21:38 UTC", "ActiveEnterTimestampMonotonic": "1589827884", "ActiveExitTimestamp": "Sat 2024-01-06 01:21:48 UTC", "ActiveExitTimestampMonotonic": "1599092984", "ActiveState": "inactive", "After": "basic.target auditd.service system.slice systemd-journald.socket network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:21:38 UTC", "AssertTimestampMonotonic": "1589827208", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:21:38 UTC", "ConditionTimestampMonotonic": "1589827206", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-01-06 01:21:52 UTC", "ExecMainExitTimestampMonotonic": "1603341037", "ExecMainPID": "19578", "ExecMainStartTimestamp": "Sat 2024-01-06 01:21:38 UTC", "ExecMainStartTimestampMonotonic": "1589827816", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:21:38 UTC] ; stop_time=[Sat 2024-01-06 01:21:52 UTC] ; pid=19578 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-06 01:21:52 UTC", "InactiveEnterTimestampMonotonic": "1603341173", "InactiveExitTimestamp": "Sat 2024-01-06 01:21:38 UTC", "InactiveExitTimestampMonotonic": "1589827884", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:22:02 +0000 (0:00:00.265) 0:02:02.636 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:22:02 +0000 (0:00:00.045) 0:02:02.681 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_password.yml:42 Saturday 06 January 2024 01:22:02 +0000 (0:00:00.038) 0:02:02.720 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:8 Saturday 06 January 2024 01:22:02 +0000 (0:00:00.286) 0:02:03.006 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:23 Saturday 06 January 2024 01:22:02 +0000 (0:00:00.022) 0:02:03.029 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:35 Saturday 06 January 2024 01:22:02 +0000 (0:00:00.081) 0:02:03.110 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:39 Saturday 06 January 2024 01:22:03 +0000 (0:00:00.086) 0:02:03.196 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:55 Saturday 06 January 2024 01:22:03 +0000 (0:00:00.054) 0:02:03.251 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:60 Saturday 06 January 2024 01:22:03 +0000 (0:00:00.145) 0:02:03.397 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:70 Saturday 06 January 2024 01:22:03 +0000 (0:00:00.063) 0:02:03.460 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:75 Saturday 06 January 2024 01:22:03 +0000 (0:00:00.040) 0:02:03.500 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:85 Saturday 06 January 2024 01:22:03 +0000 (0:00:00.041) 0:02:03.542 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:22:03 +0000 (0:00:00.045) 0:02:03.588 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:22:02 UTC", "ActiveEnterTimestampMonotonic": "1613538106", "ActiveExitTimestamp": "Sat 2024-01-06 01:21:48 UTC", "ActiveExitTimestampMonotonic": "1599092984", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:22:02 UTC", "AssertTimestampMonotonic": "1613537395", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:22:02 UTC", "ConditionTimestampMonotonic": "1613537394", "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": "20279", "ExecMainStartTimestamp": "Sat 2024-01-06 01:22:02 UTC", "ExecMainStartTimestampMonotonic": "1613538013", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:22:02 UTC] ; stop_time=[n/a] ; pid=20279 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-06 01:21:52 UTC", "InactiveEnterTimestampMonotonic": "1603341173", "InactiveExitTimestamp": "Sat 2024-01-06 01:22:02 UTC", "InactiveExitTimestampMonotonic": "1613538106", "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": "20279", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:22:02 UTC", "WatchdogTimestampMonotonic": "1613538070", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:22:03 +0000 (0:00:00.299) 0:02:03.887 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003542", "end": "2024-01-06 01:22:03.884638", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:22:03.881096" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:22:03 +0000 (0:00:00.214) 0:02:04.102 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003735", "end": "2024-01-06 01:22:04.200171", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:22:04.196436" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:22:04 +0000 (0:00:00.292) 0:02:04.394 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:93 Saturday 06 January 2024 01:22:04 +0000 (0:00:00.110) 0:02:04.504 ****** 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": 6445, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:99 Saturday 06 January 2024 01:22:05 +0000 (0:00:01.249) 0:02:05.753 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "127.0.0.1,1433", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.027934", "end": "2024-01-06 01:22:05.813478", "rc": 0, "start": "2024-01-06 01:22:05.785544" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:113 Saturday 06 January 2024 01:22:05 +0000 (0:00:00.232) 0:02:05.985 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:117 Saturday 06 January 2024 01:22:05 +0000 (0:00:00.028) 0:02:06.014 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:124 Saturday 06 January 2024 01:22:05 +0000 (0:00:00.048) 0:02:06.062 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:135 Saturday 06 January 2024 01:22:05 +0000 (0:00:00.035) 0:02:06.097 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:140 Saturday 06 January 2024 01:22:06 +0000 (0:00:00.034) 0:02:06.131 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:145 Saturday 06 January 2024 01:22:06 +0000 (0:00:00.046) 0:02:06.177 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:151 Saturday 06 January 2024 01:22:06 +0000 (0:00:00.222) 0:02:06.400 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:157 Saturday 06 January 2024 01:22:06 +0000 (0:00:00.066) 0:02:06.466 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:167 Saturday 06 January 2024 01:22:06 +0000 (0:00:00.047) 0:02:06.514 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:178 Saturday 06 January 2024 01:22:06 +0000 (0:00:00.054) 0:02:06.569 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:190 Saturday 06 January 2024 01:22:06 +0000 (0:00:00.068) 0:02:06.637 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:198 Saturday 06 January 2024 01:22:06 +0000 (0:00:00.029) 0:02:06.667 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:208 Saturday 06 January 2024 01:22:06 +0000 (0:00:00.048) 0:02:06.715 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:213 Saturday 06 January 2024 01:22:06 +0000 (0:00:00.117) 0:02:06.833 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:221 Saturday 06 January 2024 01:22:06 +0000 (0:00:00.059) 0:02:06.892 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change the TCP port setting.] ******************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_password.yml:47 Saturday 06 January 2024 01:22:06 +0000 (0:00:00.057) 0:02:06.949 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:22:08 +0000 (0:00:01.293) 0:02:08.243 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:22:08 +0000 (0:00:00.079) 0:02:08.323 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:22:08 +0000 (0:00:00.099) 0:02:08.422 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:22:08 +0000 (0:00:00.110) 0:02:08.533 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:22:08 +0000 (0:00:00.051) 0:02:08.584 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:22:08 +0000 (0:00:00.028) 0:02:08.613 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:22:08 +0000 (0:00:00.038) 0:02:08.651 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:22:08 +0000 (0:00:00.027) 0:02:08.679 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:22:08 +0000 (0:00:00.026) 0:02:08.706 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:22:08 +0000 (0:00:00.023) 0:02:08.730 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:22:08 +0000 (0:00:00.043) 0:02:08.774 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:22:08 +0000 (0:00:00.253) 0:02:09.027 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:22:08 +0000 (0:00:00.043) 0:02:09.070 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:22:08 +0000 (0:00:00.058) 0:02:09.129 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:22:09 +0000 (0:00:00.051) 0:02:09.181 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:22:09 +0000 (0:00:00.051) 0:02:09.232 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:22:09 +0000 (0:00:00.032) 0:02:09.264 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:22:09 +0000 (0:00:00.023) 0:02:09.288 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:22:09 +0000 (0:00:00.049) 0:02:09.337 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:22:10 +0000 (0:00:01.132) 0:02:10.469 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:22:10 +0000 (0:00:00.159) 0:02:10.629 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:22:10 +0000 (0:00:00.046) 0:02:10.675 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:22:10 +0000 (0:00:00.065) 0:02:10.741 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:22:10 +0000 (0:00:00.148) 0:02:10.890 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:22:11 +0000 (0:00:00.344) 0:02:11.234 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:22:11 +0000 (0:00:00.064) 0:02:11.299 ****** 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 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:22:11 +0000 (0:00:00.057) 0:02:11.356 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:22:11 +0000 (0:00:00.376) 0:02:11.733 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:22:11 +0000 (0:00:00.039) 0:02:11.773 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:22:11 +0000 (0:00:00.022) 0:02:11.795 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:22:11 +0000 (0:00:00.053) 0:02:11.849 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:22:11 +0000 (0:00:00.062) 0:02:11.912 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:22:11 +0000 (0:00:00.040) 0:02:11.952 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:22:11 +0000 (0:00:00.056) 0:02:12.009 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:22:12 +0000 (0:00:00.409) 0:02:12.419 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:22:12 +0000 (0:00:00.067) 0:02:12.486 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005003", "end": "2024-01-06 01:22:12.524618", "rc": 0, "start": "2024-01-06 01:22:12.519615" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:22:12 +0000 (0:00:00.220) 0:02:12.707 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:22:13 +0000 (0:00:00.793) 0:02:13.501 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:22:13 +0000 (0:00:00.090) 0:02:13.591 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:22:13 +0000 (0:00:00.025) 0:02:13.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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:22:13 +0000 (0:00:00.055) 0:02:13.672 ****** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:22:13 +0000 (0:00:00.070) 0:02:13.742 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:22:13 +0000 (0:00:00.281) 0:02:14.024 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:22:14 +0000 (0:00:00.415) 0:02:14.440 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:23 UTC", "ActiveEnterTimestampMonotonic": "14601134", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice systemd-journald.socket network.target dbus.service systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:22 UTC", "AssertTimestampMonotonic": "13659814", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 00:55:22 UTC", "ConditionTimestampMonotonic": "13659812", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "875", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:22 UTC", "ExecMainStartTimestampMonotonic": "13660458", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-06 00:55:22 UTC", "InactiveExitTimestampMonotonic": "13660510", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "875", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice dbus.service polkit.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 00:55:23 UTC", "WatchdogTimestampMonotonic": "14601025", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:22:14 +0000 (0:00:00.239) 0:02:14.679 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.090688", "end": "2024-01-06 01:22:14.775135", "rc": 0, "start": "2024-01-06 01:22:14.684447" } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:22:14 +0000 (0:00:00.252) 0:02:14.931 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:22:14 +0000 (0:00:00.024) 0:02:14.956 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:22:14 +0000 (0:00:00.029) 0:02:14.986 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:22:14 +0000 (0:00:00.065) 0:02:15.052 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:22:15 +0000 (0:00:00.215) 0:02:15.267 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:22:15 +0000 (0:00:00.355) 0:02:15.623 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:22:15 +0000 (0:00:00.033) 0:02:15.657 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:22:15 +0000 (0:00:00.053) 0:02:15.710 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:22:15 +0000 (0:00:00.099) 0:02:15.810 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:22:15 +0000 (0:00:00.045) 0:02:15.855 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:22:15 +0000 (0:00:00.032) 0:02:15.888 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:22:15 +0000 (0:00:00.043) 0:02:15.931 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:22:15 +0000 (0:00:00.032) 0:02:15.964 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:22:15 +0000 (0:00:00.029) 0:02:15.993 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:22:16 +0000 (0:00:00.145) 0:02:16.139 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:22:16 +0000 (0:00:00.066) 0:02:16.205 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:22:16 +0000 (0:00:00.056) 0:02:16.261 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:22:16 +0000 (0:00:00.039) 0:02:16.301 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:22:16 +0000 (0:00:00.023) 0:02:16.324 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1432] ************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:22:16 +0000 (0:00:00.056) 0:02:16.381 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1432] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:22:16 +0000 (0:00:00.044) 0:02:16.426 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:22:16 +0000 (0:00:00.058) 0:02:16.484 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003140", "end": "2024-01-06 01:22:16.480777", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:22:16.477637" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:22:16 +0000 (0:00:00.165) 0:02:16.650 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1432" ], "delta": "0:00:00.048713", "end": "2024-01-06 01:22:16.715312", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:22:16.666599" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:22:16 +0000 (0:00:00.227) 0:02:16.878 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:22:16 +0000 (0:00:00.023) 0:02:16.901 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:22:16 +0000 (0:00:00.022) 0:02:16.923 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:22:16 +0000 (0:00:00.029) 0:02:16.953 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:22:16 +0000 (0:00:00.044) 0:02:16.998 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:22:16 +0000 (0:00:00.022) 0:02:17.020 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:22:16 +0000 (0:00:00.026) 0:02:17.047 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:22:16 +0000 (0:00:00.032) 0:02:17.080 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:22:17 +0000 (0:00:00.119) 0:02:17.199 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:22:17 +0000 (0:00:00.025) 0:02:17.225 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:22:17 +0000 (0:00:00.036) 0:02:17.261 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:22:17 +0000 (0:00:00.044) 0:02:17.306 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:22:17 +0000 (0:00:00.042) 0:02:17.349 ****** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:22:17 +0000 (0:00:00.031) 0:02:17.381 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:22:17 +0000 (0:00:00.063) 0:02:17.445 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:22:17 +0000 (0:00:00.032) 0:02:17.478 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:22:17 +0000 (0:00:00.034) 0:02:17.512 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:22:17 +0000 (0:00:00.037) 0:02:17.549 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:22:17 +0000 (0:00:00.026) 0:02:17.575 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:22:17 +0000 (0:00:00.023) 0:02:17.599 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:22:17 +0000 (0:00:00.027) 0:02:17.626 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:22:17 +0000 (0:00:00.026) 0:02:17.653 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:22:17 +0000 (0:00:00.065) 0:02:17.719 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:22:17 +0000 (0:00:00.079) 0:02:17.798 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:22:17 +0000 (0:00:00.040) 0:02:17.839 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:22:17 +0000 (0:00:00.038) 0:02:17.878 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.280) 0:02:18.158 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.033) 0:02:18.191 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.041) 0:02:18.233 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.022) 0:02:18.255 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.028) 0:02:18.284 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.021) 0:02:18.306 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.050) 0:02:18.357 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.031) 0:02:18.388 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.058) 0:02:18.446 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.042) 0:02:18.488 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.031) 0:02:18.520 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.045) 0:02:18.565 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.029) 0:02:18.594 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.021) 0:02:18.616 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.022) 0:02:18.638 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.022) 0:02:18.661 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.021) 0:02:18.683 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.021) 0:02:18.705 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.032) 0:02:18.737 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.112) 0:02:18.850 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.031) 0:02:18.882 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.048) 0:02:18.930 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.028) 0:02:18.958 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.026) 0:02:18.985 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.022) 0:02:19.007 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.021) 0:02:19.029 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.042) 0:02:19.071 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:22:18 +0000 (0:00:00.055) 0:02:19.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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:22:19 +0000 (0:00:00.026) 0:02:19.154 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:22:19 +0000 (0:00:00.042) 0:02:19.197 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:22:19 +0000 (0:00:00.051) 0:02:19.248 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:22:19 +0000 (0:00:00.027) 0:02:19.275 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:22:19 +0000 (0:00:00.022) 0:02:19.297 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:22:19 +0000 (0:00:00.036) 0:02:19.334 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:22:19 +0000 (0:00:00.022) 0:02:19.357 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:22:19 +0000 (0:00:00.041) 0:02:19.398 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:22:19 +0000 (0:00:00.023) 0:02:19.422 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:22:19 +0000 (0:00:00.021) 0:02:19.444 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:22:19 +0000 (0:00:00.139) 0:02:19.584 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:22:19 +0000 (0:00:00.034) 0:02:19.619 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:22:19 +0000 (0:00:00.050) 0:02:19.669 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:22:19 +0000 (0:00:00.023) 0:02:19.693 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 06 January 2024 01:22:19 +0000 (0:00:00.230) 0:02:19.924 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:22:02 UTC", "ActiveEnterTimestampMonotonic": "1613538106", "ActiveExitTimestamp": "Sat 2024-01-06 01:21:48 UTC", "ActiveExitTimestampMonotonic": "1599092984", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:22:02 UTC", "AssertTimestampMonotonic": "1613537395", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:22:02 UTC", "ConditionTimestampMonotonic": "1613537394", "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": "20279", "ExecMainStartTimestamp": "Sat 2024-01-06 01:22:02 UTC", "ExecMainStartTimestampMonotonic": "1613538013", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:22:02 UTC] ; stop_time=[n/a] ; pid=20279 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-06 01:21:52 UTC", "InactiveEnterTimestampMonotonic": "1603341173", "InactiveExitTimestamp": "Sat 2024-01-06 01:22:02 UTC", "InactiveExitTimestampMonotonic": "1613538106", "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": "20279", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:22:02 UTC", "WatchdogTimestampMonotonic": "1613538070", "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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:22:21 +0000 (0:00:01.477) 0:02:21.401 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:22:21 +0000 (0:00:00.034) 0:02:21.436 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change the password with a custom TCP port and IP address. Should report Changed.] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_password.yml:53 Saturday 06 January 2024 01:22:21 +0000 (0:00:00.076) 0:02:21.513 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.706) 0:02:22.219 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.033) 0:02:22.252 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.041) 0:02:22.294 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.043) 0:02:22.338 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.026) 0:02:22.365 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.021) 0:02:22.386 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.020) 0:02:22.406 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.020) 0:02:22.426 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.024) 0:02:22.451 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.020) 0:02:22.471 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.149) 0:02:22.621 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.030) 0:02:22.651 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.048) 0:02:22.700 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.051) 0:02:22.752 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.053) 0:02:22.805 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.072) 0:02:22.878 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.027) 0:02:22.905 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.041) 0:02:22.947 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:22:22 +0000 (0:00:00.049) 0:02:22.996 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:22:24 +0000 (0:00:01.231) 0:02:24.228 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:22:24 +0000 (0:00:00.077) 0:02:24.306 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:22:24 +0000 (0:00:00.034) 0:02:24.341 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:22:24 +0000 (0:00:00.023) 0:02:24.364 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:22:24 +0000 (0:00:00.041) 0:02:24.406 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:22:24 +0000 (0:00:00.422) 0:02:24.828 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:22:24 +0000 (0:00:00.036) 0:02:24.864 ****** 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 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:22:24 +0000 (0:00:00.195) 0:02:25.060 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:22:24 +0000 (0:00:00.038) 0:02:25.099 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:22:25 +0000 (0:00:00.048) 0:02:25.147 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:22:25 +0000 (0:00:00.046) 0:02:25.193 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:22:25 +0000 (0:00:00.048) 0:02:25.241 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:22:25 +0000 (0:00:00.037) 0:02:25.279 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:22:25 +0000 (0:00:00.043) 0:02:25.323 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:22:25 +0000 (0:00:00.024) 0:02:25.348 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:22:25 +0000 (0:00:00.377) 0:02:25.725 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:22:25 +0000 (0:00:00.033) 0:02:25.759 ****** 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.005216", "end": "2024-01-06 01:22:25.756176", "rc": 0, "start": "2024-01-06 01:22:25.750960" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:22:25 +0000 (0:00:00.162) 0:02:25.922 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:22:26 +0000 (0:00:00.703) 0:02:26.625 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:22:26 +0000 (0:00:00.047) 0:02:26.673 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:22:26 +0000 (0:00:00.040) 0:02:26.713 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:22:26 +0000 (0:00:00.036) 0:02:26.749 ****** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:22:26 +0000 (0:00:00.049) 0:02:26.799 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:22:26 +0000 (0:00:00.027) 0:02:26.826 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:22:27 +0000 (0:00:00.635) 0:02:27.461 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:23 UTC", "ActiveEnterTimestampMonotonic": "14601134", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice systemd-journald.socket network.target dbus.service systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:22 UTC", "AssertTimestampMonotonic": "13659814", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 00:55:22 UTC", "ConditionTimestampMonotonic": "13659812", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "875", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:22 UTC", "ExecMainStartTimestampMonotonic": "13660458", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-06 00:55:22 UTC", "InactiveExitTimestampMonotonic": "13660510", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "875", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice dbus.service polkit.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 00:55:23 UTC", "WatchdogTimestampMonotonic": "14601025", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:22:27 +0000 (0:00:00.238) 0:02:27.700 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.089597", "end": "2024-01-06 01:22:27.790145", "rc": 0, "start": "2024-01-06 01:22:27.700548" } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:22:27 +0000 (0:00:00.255) 0:02:27.955 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:22:27 +0000 (0:00:00.026) 0:02:27.982 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:22:27 +0000 (0:00:00.027) 0:02:28.009 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:22:27 +0000 (0:00:00.032) 0:02:28.041 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:22:28 +0000 (0:00:00.169) 0:02:28.211 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:22:28 +0000 (0:00:00.403) 0:02:28.614 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for sut TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:22:28 +0000 (0:00:00.050) 0:02:28.664 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:22:21 UTC", "ActiveEnterTimestampMonotonic": "1632290006", "ActiveExitTimestamp": "Sat 2024-01-06 01:22:19 UTC", "ActiveExitTimestampMonotonic": "1631058623", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:22:21 UTC", "AssertTimestampMonotonic": "1632289309", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:22:21 UTC", "ConditionTimestampMonotonic": "1632289307", "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": "20798", "ExecMainStartTimestamp": "Sat 2024-01-06 01:22:21 UTC", "ExecMainStartTimestampMonotonic": "1632289935", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:22:21 UTC] ; stop_time=[n/a] ; pid=20798 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-06 01:22:21 UTC", "InactiveEnterTimestampMonotonic": "1632288733", "InactiveExitTimestamp": "Sat 2024-01-06 01:22:21 UTC", "InactiveExitTimestampMonotonic": "1632290006", "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": "20798", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:22:21 UTC", "WatchdogTimestampMonotonic": "1632289981", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:22:28 +0000 (0:00:00.234) 0:02:28.899 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003160", "end": "2024-01-06 01:22:28.888184", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:22:28.885024" } STDOUT: tcpport = 1432 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:22:28 +0000 (0:00:00.193) 0:02:29.092 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003054", "end": "2024-01-06 01:22:29.094516", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:22:29.091462" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:22:29 +0000 (0:00:00.177) 0:02:29.269 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:22:29 +0000 (0:00:00.112) 0:02:29.382 ****** 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": 6187, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:22:30 +0000 (0:00:01.154) 0:02:30.537 ****** fatal: [sut]: FAILED! => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ...ignoring TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:22:30 +0000 (0:00:00.185) 0:02:30.722 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:22:21 UTC", "ActiveEnterTimestampMonotonic": "1632290006", "ActiveExitTimestamp": "Sat 2024-01-06 01:22:19 UTC", "ActiveExitTimestampMonotonic": "1631058623", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:22:21 UTC", "AssertTimestampMonotonic": "1632289309", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:22:21 UTC", "ConditionTimestampMonotonic": "1632289307", "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": "20798", "ExecMainStartTimestamp": "Sat 2024-01-06 01:22:21 UTC", "ExecMainStartTimestampMonotonic": "1632289935", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:22:21 UTC] ; stop_time=[n/a] ; pid=20798 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-06 01:22:21 UTC", "InactiveEnterTimestampMonotonic": "1632288733", "InactiveExitTimestamp": "Sat 2024-01-06 01:22:21 UTC", "InactiveExitTimestampMonotonic": "1632290006", "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": "20798", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:22:21 UTC", "WatchdogTimestampMonotonic": "1632289981", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:22:34 +0000 (0:00:04.212) 0:02:34.935 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:22:35 +0000 (0:00:01.119) 0:02:36.054 ****** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:22:39 +0000 (0:00:03.652) 0:02:39.707 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:22:39 +0000 (0:00:00.021) 0:02:39.728 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:22:39 +0000 (0:00:00.019) 0:02:39.748 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:22:39 +0000 (0:00:00.020) 0:02:39.769 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:22:39 +0000 (0:00:00.020) 0:02:39.789 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:22:39 +0000 (0:00:00.022) 0:02:39.812 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:22:39 +0000 (0:00:00.025) 0:02:39.838 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:22:39 +0000 (0:00:00.020) 0:02:39.858 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:22:39 +0000 (0:00:00.022) 0:02:39.880 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:22:39 +0000 (0:00:00.021) 0:02:39.902 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:22:39 +0000 (0:00:00.035) 0:02:39.937 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003140", "end": "2024-01-06 01:22:39.919235", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:22:39.916095" } STDOUT: tcpport = 1432 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:22:39 +0000 (0:00:00.139) 0:02:40.077 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049040", "end": "2024-01-06 01:22:40.109152", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:22:40.060112" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.190) 0:02:40.268 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.114) 0:02:40.382 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.025) 0:02:40.408 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.031) 0:02:40.439 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.028) 0:02:40.468 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.027) 0:02:40.495 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.022) 0:02:40.518 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.022) 0:02:40.541 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.020) 0:02:40.562 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.022) 0:02:40.584 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.020) 0:02:40.605 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.020) 0:02:40.625 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.020) 0:02:40.645 ****** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.024) 0:02:40.670 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.019) 0:02:40.690 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.020) 0:02:40.710 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.021) 0:02:40.732 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.020) 0:02:40.752 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.020) 0:02:40.773 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.020) 0:02:40.793 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.127) 0:02:40.921 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.026) 0:02:40.948 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.024) 0:02:40.973 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.035) 0:02:41.008 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.061) 0:02:41.070 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:22:40 +0000 (0:00:00.036) 0:02:41.106 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.025) 0:02:41.132 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.024) 0:02:41.156 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.029) 0:02:41.185 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.022) 0:02:41.208 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.027) 0:02:41.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 : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.029) 0:02:41.265 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.031) 0:02:41.297 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.023) 0:02:41.320 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.020) 0:02:41.340 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.027) 0:02:41.367 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.021) 0:02:41.388 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.022) 0:02:41.411 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.021) 0:02:41.433 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.121) 0:02:41.554 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.024) 0:02:41.578 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.027) 0:02:41.606 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.025) 0:02:41.632 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.026) 0:02:41.658 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.029) 0:02:41.687 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.023) 0:02:41.711 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.021) 0:02:41.733 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.028) 0:02:41.761 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.027) 0:02:41.789 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.023) 0:02:41.812 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.027) 0:02:41.840 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.030) 0:02:41.870 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.034) 0:02:41.904 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.022) 0:02:41.927 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.028) 0:02:41.955 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.030) 0:02:41.986 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.038) 0:02:42.025 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:22:41 +0000 (0:00:00.055) 0:02:42.080 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:22:42 +0000 (0:00:00.230) 0:02:42.310 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:22:42 +0000 (0:00:00.042) 0:02:42.353 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:22:42 +0000 (0:00:00.030) 0:02:42.383 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:22:42 +0000 (0:00:00.041) 0:02:42.425 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:22:42 +0000 (0:00:00.024) 0:02:42.450 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:22:42 +0000 (0:00:00.027) 0:02:42.477 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:22:42 +0000 (0:00:00.035) 0:02:42.513 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:22:42 +0000 (0:00:00.033) 0:02:42.547 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:22:42 +0000 (0:00:00.030) 0:02:42.578 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:22:42 +0000 (0:00:00.022) 0:02:42.600 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 06 January 2024 01:22:42 +0000 (0:00:00.163) 0:02:42.763 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:22:21 UTC", "ActiveEnterTimestampMonotonic": "1632290006", "ActiveExitTimestamp": "Sat 2024-01-06 01:22:30 UTC", "ActiveExitTimestampMonotonic": "1641945079", "ActiveState": "inactive", "After": "basic.target auditd.service system.slice systemd-journald.socket network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:22:21 UTC", "AssertTimestampMonotonic": "1632289309", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:22:21 UTC", "ConditionTimestampMonotonic": "1632289307", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-01-06 01:22:34 UTC", "ExecMainExitTimestampMonotonic": "1645840905", "ExecMainPID": "20798", "ExecMainStartTimestamp": "Sat 2024-01-06 01:22:21 UTC", "ExecMainStartTimestampMonotonic": "1632289935", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:22:21 UTC] ; stop_time=[Sat 2024-01-06 01:22:34 UTC] ; pid=20798 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-06 01:22:34 UTC", "InactiveEnterTimestampMonotonic": "1645841006", "InactiveExitTimestamp": "Sat 2024-01-06 01:22:21 UTC", "InactiveExitTimestampMonotonic": "1632290006", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:22:42 +0000 (0:00:00.226) 0:02:42.990 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:22:42 +0000 (0:00:00.021) 0:02:43.012 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_password.yml:61 Saturday 06 January 2024 01:22:42 +0000 (0:00:00.020) 0:02:43.032 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:8 Saturday 06 January 2024 01:22:43 +0000 (0:00:00.399) 0:02:43.431 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:23 Saturday 06 January 2024 01:22:43 +0000 (0:00:00.031) 0:02:43.463 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:35 Saturday 06 January 2024 01:22:43 +0000 (0:00:00.041) 0:02:43.505 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:39 Saturday 06 January 2024 01:22:43 +0000 (0:00:00.024) 0:02:43.529 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:55 Saturday 06 January 2024 01:22:43 +0000 (0:00:00.026) 0:02:43.556 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:60 Saturday 06 January 2024 01:22:43 +0000 (0:00:00.027) 0:02:43.583 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:70 Saturday 06 January 2024 01:22:43 +0000 (0:00:00.033) 0:02:43.617 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:75 Saturday 06 January 2024 01:22:43 +0000 (0:00:00.039) 0:02:43.657 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:85 Saturday 06 January 2024 01:22:43 +0000 (0:00:00.031) 0:02:43.688 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:22:43 +0000 (0:00:00.055) 0:02:43.744 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:22:42 UTC", "ActiveEnterTimestampMonotonic": "1653901325", "ActiveExitTimestamp": "Sat 2024-01-06 01:22:30 UTC", "ActiveExitTimestampMonotonic": "1641945079", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:22:42 UTC", "AssertTimestampMonotonic": "1653900639", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:22:42 UTC", "ConditionTimestampMonotonic": "1653900637", "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": "21512", "ExecMainStartTimestamp": "Sat 2024-01-06 01:22:42 UTC", "ExecMainStartTimestampMonotonic": "1653901261", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:22:42 UTC] ; stop_time=[n/a] ; pid=21512 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-06 01:22:34 UTC", "InactiveEnterTimestampMonotonic": "1645841006", "InactiveExitTimestamp": "Sat 2024-01-06 01:22:42 UTC", "InactiveExitTimestampMonotonic": "1653901325", "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": "21512", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:22:42 UTC", "WatchdogTimestampMonotonic": "1653901300", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:22:43 +0000 (0:00:00.232) 0:02:43.976 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.005225", "end": "2024-01-06 01:22:43.983186", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:22:43.977961" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:22:44 +0000 (0:00:00.166) 0:02:44.142 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003374", "end": "2024-01-06 01:22:44.140773", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:22:44.137399" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:22:44 +0000 (0:00:00.155) 0:02:44.297 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:93 Saturday 06 January 2024 01:22:44 +0000 (0:00:00.048) 0:02:44.346 ****** 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": 6983, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:99 Saturday 06 January 2024 01:22:46 +0000 (0:00:02.216) 0:02:46.563 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "127.0.0.1,1433", "-U", "sa", "-P", "p@55w0rD11", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.026691", "end": "2024-01-06 01:22:46.569224", "rc": 0, "start": "2024-01-06 01:22:46.542533" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:113 Saturday 06 January 2024 01:22:46 +0000 (0:00:00.167) 0:02:46.731 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:117 Saturday 06 January 2024 01:22:46 +0000 (0:00:00.026) 0:02:46.757 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:124 Saturday 06 January 2024 01:22:46 +0000 (0:00:00.027) 0:02:46.785 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:135 Saturday 06 January 2024 01:22:46 +0000 (0:00:00.036) 0:02:46.821 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:140 Saturday 06 January 2024 01:22:46 +0000 (0:00:00.026) 0:02:46.847 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:145 Saturday 06 January 2024 01:22:46 +0000 (0:00:00.032) 0:02:46.880 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:151 Saturday 06 January 2024 01:22:46 +0000 (0:00:00.020) 0:02:46.901 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:157 Saturday 06 January 2024 01:22:46 +0000 (0:00:00.021) 0:02:46.922 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:167 Saturday 06 January 2024 01:22:46 +0000 (0:00:00.021) 0:02:46.944 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:178 Saturday 06 January 2024 01:22:46 +0000 (0:00:00.021) 0:02:46.965 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:190 Saturday 06 January 2024 01:22:46 +0000 (0:00:00.023) 0:02:46.989 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:198 Saturday 06 January 2024 01:22:46 +0000 (0:00:00.023) 0:02:47.012 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:208 Saturday 06 January 2024 01:22:46 +0000 (0:00:00.021) 0:02:47.034 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:213 Saturday 06 January 2024 01:22:46 +0000 (0:00:00.023) 0:02:47.057 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:221 Saturday 06 January 2024 01:22:46 +0000 (0:00:00.021) 0:02:47.078 ****** 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-cibfwu4cu9/tests/tasks/tests_password.yml:66 Saturday 06 January 2024 01:22:46 +0000 (0:00:00.020) 0:02:47.099 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/check_header.yml:4 Saturday 06 January 2024 01:22:47 +0000 (0:00:00.486) 0:02:47.585 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003103", "end": "2024-01-06 01:22:47.605932", "rc": 0, "start": "2024-01-06 01:22:47.602829" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = false [EULA] accepteula = Y [network] tcpport = 1433 ipaddress = 127.0.0.1 TASK [Clean up after the role invocation] ************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tests_password_2017.yml:17 Saturday 06 January 2024 01:22:47 +0000 (0:00:00.174) 0:02:47.760 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:2 Saturday 06 January 2024 01:22:47 +0000 (0:00:00.043) 0:02:47.803 ****** 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-cibfwu4cu9/tests/tasks/cleanup.yml:6 Saturday 06 January 2024 01:22:48 +0000 (0:00:00.946) 0:02:48.750 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:14 Saturday 06 January 2024 01:22:48 +0000 (0:00:00.025) 0:02:48.775 ****** ok: [sut] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:18 Saturday 06 January 2024 01:22:48 +0000 (0:00:00.151) 0:02:48.926 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 06 January 2024 01:22:48 +0000 (0:00:00.072) 0:02:48.999 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/.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-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 06 January 2024 01:22:48 +0000 (0:00:00.048) 0:02:49.047 ****** 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-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 06 January 2024 01:22:48 +0000 (0:00:00.041) 0:02:49.088 ****** 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-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 06 January 2024 01:22:49 +0000 (0:00:00.187) 0:02:49.276 ****** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 06 January 2024 01:22:49 +0000 (0:00:00.026) 0:02:49.302 ****** 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-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 06 January 2024 01:22:49 +0000 (0:00:00.337) 0:02:49.639 ****** 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-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 06 January 2024 01:22:49 +0000 (0:00:00.022) 0:02:49.662 ****** 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-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 06 January 2024 01:22:49 +0000 (0:00:00.029) 0:02:49.691 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:15:59 UTC", "ActiveEnterTimestampMonotonic": "1251034182", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:15:59 UTC", "AssertTimestampMonotonic": "1250589282", "Before": "multi-user.target network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:15:59 UTC", "ConditionTimestampMonotonic": "1250589281", "Conflicts": "ip6tables.service shutdown.target ipset.service iptables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12642", "ExecMainStartTimestamp": "Sat 2024-01-06 01:15:59 UTC", "ExecMainStartTimestampMonotonic": "1250590432", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-06 01:15:59 UTC", "InactiveExitTimestampMonotonic": "1250590475", "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": "12642", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-01-06 01:15:59 UTC", "WatchdogTimestampMonotonic": "1251034110", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 06 January 2024 01:22:49 +0000 (0:00:00.221) 0:02:49.912 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:15:59 UTC", "ActiveEnterTimestampMonotonic": "1251034182", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:15:59 UTC", "AssertTimestampMonotonic": "1250589282", "Before": "multi-user.target network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:15:59 UTC", "ConditionTimestampMonotonic": "1250589281", "Conflicts": "ip6tables.service shutdown.target ipset.service iptables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12642", "ExecMainStartTimestamp": "Sat 2024-01-06 01:15:59 UTC", "ExecMainStartTimestampMonotonic": "1250590432", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-06 01:15:59 UTC", "InactiveExitTimestampMonotonic": "1250590475", "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": "12642", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-01-06 01:15:59 UTC", "WatchdogTimestampMonotonic": "1251034110", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 06 January 2024 01:22:50 +0000 (0:00:00.231) 0:02:50.144 ****** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python2", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 06 January 2024 01:22:50 +0000 (0:00:00.027) 0:02:50.171 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.11.224 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 06 January 2024 01:22:50 +0000 (0:00:00.345) 0:02:50.517 ****** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 06 January 2024 01:22:50 +0000 (0:00:00.024) 0:02:50.542 ****** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 06 January 2024 01:22:50 +0000 (0:00:00.022) 0:02:50.564 ****** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 06 January 2024 01:22:50 +0000 (0:00:00.021) 0:02:50.586 ****** 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-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 06 January 2024 01:22:50 +0000 (0:00:00.120) 0:02:50.707 ****** 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-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 06 January 2024 01:22:50 +0000 (0:00:00.022) 0:02:50.730 ****** 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-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 06 January 2024 01:22:50 +0000 (0:00:00.022) 0:02:50.753 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.11.224 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 06 January 2024 01:22:50 +0000 (0:00:00.327) 0:02:51.080 ****** ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 06 January 2024 01:22:50 +0000 (0:00:00.030) 0:02:51.111 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:27 Saturday 06 January 2024 01:22:51 +0000 (0:00:00.025) 0:02:51.136 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:35 Saturday 06 January 2024 01:22:51 +0000 (0:00:00.026) 0:02:51.163 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:39 Saturday 06 January 2024 01:22:51 +0000 (0:00:00.025) 0:02:51.188 ****** ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:45 Saturday 06 January 2024 01:22:51 +0000 (0:00:00.321) 0:02:51.509 ****** changed: [sut] => { "changed": true, "changes": { "removed": [ "mssql-server", "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "adutil is not installed", "mssql-server-fts is not installed", "mssql-server-ha is not installed", "powershell is not installed", "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:14.0.3465.1-1 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 libsss_nss_idmap 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 cyrus-sasl-gssapi to be removed - no longer needed by mssql-server\n---> Marking libatomic to be removed - no longer needed by mssql-server\n---> Marking bzip2 to be removed - no longer needed by mssql-server\n---> Marking libtool-ltdl to be removed - no longer needed by unixODBC\nFound and removing 9 unneeded dependencies\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be erased\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be erased\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be erased\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be erased\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be erased\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 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 14.0.3465.1-1 @packages-microsoft-com-mssql-server-2017\n 1.0 G\n mssql-tools x86_64 17.10.1.1-1 @packages-microsoft-com-prod 714 k\n unixODBC-devel x86_64 2.3.11-1.rh @packages-microsoft-com-prod 223 k\nRemoving for dependencies:\n bzip2 x86_64 1.0.6-13.el7 @base 82 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 @updates 141 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 @updates 36 k\n gdb x86_64 7.6.1-120.el7 @base 7.0 M\n libatomic x86_64 4.8.5-44.el7 @base 26 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 @updates 82 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 @base 66 k\n msodbcsql17 x86_64 17.10.5.1-1 @packages-microsoft-com-prod 2.2 M\n unixODBC x86_64 2.3.11-1.rh @packages-microsoft-com-prod 648 k\n\nTransaction Summary\n================================================================================\nRemove 3 Packages (+9 Dependent packages)\n\nInstalled size: 1.0 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-14.0.3465.1-1.x86_64 1/12 \n Erasing : unixODBC-devel-2.3.11-1.rh.x86_64 2/12 \n Erasing : mssql-tools-17.10.1.1-1.x86_64 3/12 \n Erasing : msodbcsql17-17.10.5.1-1.x86_64 4/12 \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 5/12 \nwarning: /etc/odbcinst.ini saved as /etc/odbcinst.ini.rpmsave\n Erasing : libtool-ltdl-2.4.2-22.el7_3.x86_64 6/12 \n Erasing : libatomic-4.8.5-44.el7.x86_64 7/12 \n Erasing : bzip2-1.0.6-13.el7.x86_64 8/12 \n Erasing : gdb-7.6.1-120.el7.x86_64 9/12 \n Erasing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 10/12 \n Erasing : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Erasing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 12/12 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/12 \n Verifying : libatomic-4.8.5-44.el7.x86_64 2/12 \n Verifying : bzip2-1.0.6-13.el7.x86_64 3/12 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 4/12 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 5/12 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 6/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 7/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 8/12 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 9/12 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 10/12 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 12/12 \n\nRemoved:\n mssql-server.x86_64 0:14.0.3465.1-1 mssql-tools.x86_64 0:17.10.1.1-1 \n unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Removed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 \n msodbcsql17.x86_64 0:17.10.5.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:58 Saturday 06 January 2024 01:22:54 +0000 (0:00:02.890) 0:02:54.399 ****** 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.006950", "end": "2024-01-06 01:22:54.386964", "rc": 0, "start": "2024-01-06 01:22:54.380014" } STDOUT: removed ‘/var/opt/mssql/mssql.conf’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Temp’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/LocalLow’ 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 ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-3269405444-1151032029-3327518772-500/Preferred’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-3269405444-1151032029-3327518772-500/c1f41cf1-d4d6-4d5b-a258-902b2edacc6d’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-3269405444-1151032029-3327518772-500’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/CREDHIST’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-3269405444-1151032029-3327518772-500/42e7704ae40b0d75de00736cc66b813a_b3f597e0-02eb-42d9-b9b7-4cf87094c779’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-3269405444-1151032029-3327518772-500’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/AppContainerUserCertRead’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CTLs’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData’ 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’ removed directory: ‘/var/opt/mssql/.system/profiles’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft’ removed directory: ‘/var/opt/mssql/.system/programdata’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles/Scm’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/2ff559b5-66cf-40e1-a87d-a36f6f807eea’ 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’ removed directory: ‘/var/opt/mssql/.system/system/Temp’ removed ‘/var/opt/mssql/.system/system/security.hiv’ removed ‘/var/opt/mssql/.system/system/debug/PASSWD.LOG’ removed directory: ‘/var/opt/mssql/.system/system/debug’ removed ‘/var/opt/mssql/.system/system/licensing.hiv’ removed ‘/var/opt/mssql/.system/system/lsa.hiv’ removed ‘/var/opt/mssql/.system/system/lsasetup.log’ removed directory: ‘/var/opt/mssql/.system/system’ removed ‘/var/opt/mssql/.system/instance_id’ removed directory: ‘/var/opt/mssql/.system’ removed ‘/var/opt/mssql/data/templog.ldf’ removed ‘/var/opt/mssql/data/tempdb.mdf’ removed ‘/var/opt/mssql/data/model.mdf’ removed ‘/var/opt/mssql/data/modellog.ldf’ removed ‘/var/opt/mssql/data/master.mdf’ removed ‘/var/opt/mssql/data/mastlog.ldf’ removed ‘/var/opt/mssql/data/msdblog.ldf’ removed ‘/var/opt/mssql/data/msdbdata.mdf’ removed directory: ‘/var/opt/mssql/data’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/system_health_0_133489777161420000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489776495430000.xel’ removed ‘/var/opt/mssql/log/log_9.trc’ removed ‘/var/opt/mssql/log/errorlog.2’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489777585010000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489776747810000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489776458050000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489777587370000.xel’ removed ‘/var/opt/mssql/log/errorlog.9’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489777652740000.xel’ removed ‘/var/opt/mssql/log/errorlog.7’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489777159190000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489777248960000.xel’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/system_health_0_133489776750040000.xel’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/system_health_0_133489776857770000.xel’ removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489777436960000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489777012220000.xel’ removed ‘/var/opt/mssql/log/errorlog.8’ removed ‘/var/opt/mssql/log/system_health_0_133489777014780000.xel’ removed ‘/var/opt/mssql/log/errorlog.5’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/log_8.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489776451480000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489777251970000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489777655560000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489777439710000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489776499310000.xel’ removed ‘/var/opt/mssql/log/log_7.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489776854010000.xel’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/log_6.trc’ removed ‘/var/opt/mssql/log/errorlog.10’ removed directory: ‘/var/opt/mssql/log’ 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-2017.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-cibfwu4cu9/tests/tasks/cleanup.yml:72 Saturday 06 January 2024 01:22:54 +0000 (0:00:00.147) 0:02:54.547 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:01.884175", "end": "2024-01-06 01:22:56.409457", "rc": 0, "start": "2024-01-06 01:22:54.525282" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=216 changed=29 unreachable=0 failed=0 skipped=764 rescued=0 ignored=3 Saturday 06 January 2024 01:22:56 +0000 (0:00:02.015) 0:02:56.563 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 37.74s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Change the password of sa user -------------- 12.27s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 linux-system-roles.mssql : Ensure that the mssql-server service is stopped --- 5.77s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 linux-system-roles.mssql : Set up MSSQL --------------------------------- 5.11s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 4.78s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Ensure that the mssql-server service is stopped --- 4.52s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 linux-system-roles.mssql : Change the password of sa user --------------- 3.66s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Remove related packages ------------------------------------------------- 2.89s /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:45 --------------------- linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 2.48s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Wait for mssql-server to prepare for client connections ----------------- 2.22s /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Gather package facts ------------------------- 2.18s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 linux-system-roles.mssql : Gather package facts ------------------------- 2.15s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Stop the mssql-server service ------------------------------------------- 2.02s /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:72 --------------------- linux-system-roles.mssql : Restart the mssql-server service ------------- 1.48s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 linux-system-roles.mssql : Gather system services facts ----------------- 1.48s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Change the TCP port setting. -------------------------------------------- 1.29s /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_password.yml:47 -------------- Wait for mssql-server to prepare for client connections ----------------- 1.25s /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.18s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 linux-system-roles.mssql : Gather package facts ------------------------- 1.18s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Wait for mssql-server to prepare for client connections ----------------- 1.15s /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:93 ------------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---