# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_idempotency_2017.yml ******************************************* 1 plays in /WORKDIR/git-weekly-ci3rhwj_yl/tests/tests_idempotency_2017.yml PLAY [Ensure that the role is idempotent] ************************************** META: ran handlers TASK [Run tests_idempotency with SQL Server 2017] ****************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tests_idempotency_2017.yml:15 Saturday 13 January 2024 01:21:23 +0000 (0:00:00.021) 0:00:00.021 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/tests_idempotency.yml for sut TASK [Assert fail on EL 7 with version = 2022 and EL 9 with version != 2022] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/tests_idempotency.yml:2 Saturday 13 January 2024 01:21:23 +0000 (0:00:00.011) 0:00:00.032 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Saturday 13 January 2024 01:21:23 +0000 (0:00:00.020) 0:00:00.053 ****** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.326) 0:00:00.379 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.013) 0:00:00.393 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run on a fresh host and set all parameters] ****************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/tests_idempotency.yml:5 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.010) 0:00:00.403 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.146) 0:00:00.550 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.023) 0:00:00.574 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.012) 0:00:00.586 ****** 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-ci3rhwj_yl/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-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.041) 0:00:00.628 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.007) 0:00:00.635 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.012) 0:00:00.648 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.016) 0:00:00.664 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.012) 0:00:00.677 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.023) 0:00:00.701 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.017) 0:00:00.718 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.008) 0:00:00.726 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.015) 0:00:00.742 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.026) 0:00:00.768 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.011) 0:00:00.780 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.007) 0:00:00.788 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.008) 0:00:00.796 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.007) 0:00:00.804 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.007) 0:00:00.812 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 13 January 2024 01:21:24 +0000 (0:00:00.008) 0:00:00.821 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 13 January 2024 01:21:25 +0000 (0:00:01.057) 0:00:01.878 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:21:25 +0000 (0:00:00.034) 0:00:01.913 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 13 January 2024 01:21:25 +0000 (0:00:00.016) 0:00:01.929 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 13 January 2024 01:21:25 +0000 (0:00:00.018) 0:00:01.947 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 13 January 2024 01:21:25 +0000 (0:00:00.027) 0:00:01.975 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 13 January 2024 01:21:26 +0000 (0:00:00.422) 0:00:02.397 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 13 January 2024 01:21:26 +0000 (0:00:00.027) 0:00:02.424 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:21:26 +0000 (0:00:00.019) 0:00:02.444 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:21:26 +0000 (0:00:00.038) 0:00:02.483 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 13 January 2024 01:21:26 +0000 (0:00:00.196) 0:00:02.679 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 13 January 2024 01:21:26 +0000 (0:00:00.018) 0:00:02.697 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 13 January 2024 01:21:26 +0000 (0:00:00.018) 0:00:02.716 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 13 January 2024 01:21:26 +0000 (0:00:00.015) 0:00:02.732 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 13 January 2024 01:21:26 +0000 (0:00:00.016) 0:00:02.748 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 13 January 2024 01:21:26 +0000 (0:00:00.019) 0:00:02.768 ****** 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 download size: 203 M\nInstalled size: 1.0 G\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 49 MB/s | 203 MB 00:04 \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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 13 January 2024 01:22:05 +0000 (0:00:39.189) 0:00:41.957 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 13 January 2024 01:22:05 +0000 (0:00:00.026) 0:00:41.984 ****** 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.006044", "end": "2024-01-13 01:22:05.901023", "rc": 0, "start": "2024-01-13 01:22:05.894979" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 13 January 2024 01:22:05 +0000 (0:00:00.226) 0:00:42.210 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 13 January 2024 01:22:06 +0000 (0:00:00.858) 0:00:43.068 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 13 January 2024 01:22:06 +0000 (0:00:00.029) 0:00:43.098 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 13 January 2024 01:22:06 +0000 (0:00:00.041) 0:00:43.140 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 13 January 2024 01:22:13 +0000 (0:00:07.090) 0:00:50.230 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut TASK [linux-system-roles.mssql : Get stat of the directory /tmp/mssql_data] **** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 13 January 2024 01:22:14 +0000 (0:00:00.108) 0:00:50.339 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.mssql : Ensure the directory and keep present permissions /tmp/mssql_data] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 13 January 2024 01:22:14 +0000 (0:00:00.223) 0:00:50.563 ****** changed: [sut] => { "changed": true, "gid": 994, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_data", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 13 January 2024 01:22:14 +0000 (0:00:00.220) 0:00:50.783 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" } ], "selinux_restore_dirs": [ "/tmp/mssql_data" ] }, "changed": false } TASK [linux-system-roles.mssql : Configure the setting defaultdatadir] ********* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 13 January 2024 01:22:14 +0000 (0:00:00.024) 0:00:50.808 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:22:14 +0000 (0:00:00.036) 0:00:50.845 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004507", "end": "2024-01-13 01:22:14.689068", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:22:14.684561" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:22:14 +0000 (0:00:00.155) 0:00:51.000 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultdatadir", "/tmp/mssql_data" ], "delta": "0:00:00.057068", "end": "2024-01-13 01:22:14.907105", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:22:14.850037" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:22:14 +0000 (0:00:00.228) 0:00:51.228 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stat of the directory /tmp/mssql_log] ***** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 13 January 2024 01:22:14 +0000 (0:00:00.037) 0:00:51.266 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.mssql : Ensure the directory and keep present permissions /tmp/mssql_log] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 13 January 2024 01:22:15 +0000 (0:00:00.177) 0:00:51.443 ****** changed: [sut] => { "changed": true, "gid": 994, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_log", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 13 January 2024 01:22:15 +0000 (0:00:00.193) 0:00:51.637 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log" ] }, "changed": false } TASK [linux-system-roles.mssql : Configure the setting defaultlogdir] ********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 13 January 2024 01:22:15 +0000 (0:00:00.034) 0:00:51.672 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:22:15 +0000 (0:00:00.046) 0:00:51.719 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004576", "end": "2024-01-13 01:22:15.582769", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:22:15.578193" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:22:15 +0000 (0:00:00.184) 0:00:51.904 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/tmp/mssql_log" ], "delta": "0:00:00.052897", "end": "2024-01-13 01:22:15.815339", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:22:15.762442" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:22:15 +0000 (0:00:00.221) 0:00:52.125 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 13 January 2024 01:22:15 +0000 (0:00:00.020) 0:00:52.146 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 13 January 2024 01:22:15 +0000 (0:00:00.018) 0:00:52.164 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "tuned-profiles-mssql" ] }, "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 tuned-profiles-mssql.noarch 0:2.11.0-12.el7_9 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n tuned-profiles-mssql noarch 2.11.0-12.el7_9 updates 30 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 30 k\nInstalled size: 1.1 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : tuned-profiles-mssql-2.11.0-12.el7_9.noarch 1/1 \n Verifying : tuned-profiles-mssql-2.11.0-12.el7_9.noarch 1/1 \n\nInstalled:\n tuned-profiles-mssql.noarch 0:2.11.0-12.el7_9 \n\nComplete!\n" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 13 January 2024 01:22:18 +0000 (0:00:02.648) 0:00:54.813 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:58:32 UTC", "ActiveEnterTimestampMonotonic": "25998644", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket systemd-sysctl.service system.slice basic.target dbus.service network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:31 UTC", "AssertTimestampMonotonic": "24453994", "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-13 00:58:31 UTC", "ConditionTimestampMonotonic": "24453993", "Conflicts": "shutdown.target cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "877", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:31 UTC", "ExecMainStartTimestampMonotonic": "24454618", "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-13 00:58:31 UTC", "InactiveExitTimestampMonotonic": "24454670", "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": "877", "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": "polkit.service system.slice dbus.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 00:58:32 UTC", "WatchdogTimestampMonotonic": "25998573", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 13 January 2024 01:22:18 +0000 (0:00:00.396) 0:00:55.209 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.132189", "end": "2024-01-13 01:22:19.171508", "rc": 0, "start": "2024-01-13 01:22:19.039319" } STDOUT: Current active profile: virtual-guest TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 13 January 2024 01:22:19 +0000 (0:00:00.305) 0:00:55.514 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "profile", "virtual-guest", "mssql" ], "delta": "0:00:00.169048", "end": "2024-01-13 01:22:19.519587", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:22:19.350539" } STDERR: Cannot load profile(s) 'virtual-guest mssql': Cannot find profile 'throughput-performance' in '['/etc/tuned', '/usr/lib/tuned']'. MSG: non-zero return code TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 13 January 2024 01:22:19 +0000 (0:00:00.314) 0:00:55.828 ****** changed: [sut] => { "backup": "", "changed": true, "found": 1 } MSG: 1 line(s) removed TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 13 January 2024 01:22:19 +0000 (0:00:00.196) 0:00:56.024 ****** changed: [sut] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest", "mssql" ], "delta": "0:00:01.692614", "end": "2024-01-13 01:22:21.549715", "rc": 0, "start": "2024-01-13 01:22:19.857101" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 13 January 2024 01:22:21 +0000 (0:00:01.833) 0:00:57.858 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 13 January 2024 01:22:21 +0000 (0:00:00.157) 0:00:58.015 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be installed\n--> Processing Dependency: msodbcsql17 >= 17.3.0.0 for package: mssql-tools-17.10.1.1-1.x86_64\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: unixODBC = 2.3.11 for package: unixODBC-devel-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be installed\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: libltdl.so.7()(64bit) for package: unixODBC-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-tools x86_64 17.10.1.1-1 packages-microsoft-com-prod 291 k\n unixODBC-devel x86_64 2.3.11-1.rh packages-microsoft-com-prod 53 k\nInstalling for dependencies:\n libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k\n msodbcsql17 x86_64 17.10.5.1-1 packages-microsoft-com-prod 913 k\n unixODBC x86_64 2.3.11-1.rh packages-microsoft-com-prod 274 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+3 Dependent packages)\n\nTotal download size: 1.5 M\nInstalled size: 3.8 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 4.5 MB/s | 1.5 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 1/5 \n Installing : unixODBC-2.3.11-1.rh.x86_64 2/5 \n Installing : msodbcsql17-17.10.5.1-1.x86_64 3/5 \nodbcinst: Driver installed. Usage count increased to 1. \n Target directory is /etc\n Installing : mssql-tools-17.10.1.1-1.x86_64 4/5 \n Installing : unixODBC-devel-2.3.11-1.rh.x86_64 5/5 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/5 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 2/5 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 3/5 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 4/5 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 5/5 \n\nInstalled:\n mssql-tools.x86_64 0:17.10.1.1-1 unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Installed:\n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 msodbcsql17.x86_64 0:17.10.5.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 13 January 2024 01:22:27 +0000 (0:00:05.556) 0:01:03.572 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 13 January 2024 01:22:27 +0000 (0:00:00.021) 0:01:03.593 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 13 January 2024 01:22:27 +0000 (0:00:00.036) 0:01:03.630 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 13 January 2024 01:22:27 +0000 (0:00:00.034) 0:01:03.664 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 13 January 2024 01:22:27 +0000 (0:00:00.047) 0:01:03.711 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 13 January 2024 01:22:27 +0000 (0:00:00.073) 0:01:03.784 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 13 January 2024 01:22:27 +0000 (0:00:00.020) 0:01:03.805 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 13 January 2024 01:22:27 +0000 (0:00:00.017) 0:01:03.822 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 13 January 2024 01:22:27 +0000 (0:00:00.019) 0:01:03.842 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 13 January 2024 01:22:27 +0000 (0:00:00.018) 0:01:03.861 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 13 January 2024 01:22:27 +0000 (0:00:00.017) 0:01:03.879 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 13 January 2024 01:22:27 +0000 (0:00:00.023) 0:01:03.902 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 13 January 2024 01:22:27 +0000 (0:00:00.021) 0:01:03.924 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:22:27 +0000 (0:00:00.046) 0:01:03.970 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003452", "end": "2024-01-13 01:22:27.808298", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:22:27.804846" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:22:27 +0000 (0:00:00.149) 0:01:04.120 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "0.0.0.0" ], "delta": "0:00:00.052730", "end": "2024-01-13 01:22:28.008842", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:22:27.956112" } 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:22:28 +0000 (0:00:00.218) 0:01:04.338 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 13 January 2024 01:22:28 +0000 (0:00:00.042) 0:01:04.381 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 13 January 2024 01:22:28 +0000 (0:00:00.030) 0:01:04.411 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 13 January 2024 01:22:28 +0000 (0:00:00.038) 0:01:04.450 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:22:28 +0000 (0:00:00.034) 0:01:04.485 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003327", "end": "2024-01-13 01:22:28.325861", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:22:28.322534" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:22:28 +0000 (0:00:00.152) 0:01:04.637 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.053917", "end": "2024-01-13 01:22:28.604742", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:22:28.550825" } 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:22:28 +0000 (0:00:00.282) 0:01:04.920 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 13 January 2024 01:22:28 +0000 (0:00:00.034) 0:01:04.954 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 13 January 2024 01:22:28 +0000 (0:00:00.020) 0:01:04.975 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting sqlagent enabled] ************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:22:28 +0000 (0:00:00.042) 0:01:05.017 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003366", "end": "2024-01-13 01:22:28.854798", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:22:28.851432" } STDOUT: enabled = false TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:22:28 +0000 (0:00:00.158) 0:01:05.175 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "True" ], "delta": "0:00:00.052460", "end": "2024-01-13 01:22:29.069098", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:22:29.016638" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting sqlagent enabled] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:22:29 +0000 (0:00:00.229) 0:01:05.405 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 13 January 2024 01:22:29 +0000 (0:00:00.061) 0:01:05.466 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-server-fts" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server-fts.x86_64 0:14.0.3465.1-1 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server-fts\n x86_64 14.0.3465.1-1 packages-microsoft-com-mssql-server-2017 225 M\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 225 M\nInstalled size: 554 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n\n+-------------------------------------------------------------------------------------+\nPlease restart mssql-server to enable Microsoft SQL Server Full Text Search.\n+-------------------------------------------------------------------------------------+\n\n Verifying : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n\nInstalled:\n mssql-server-fts.x86_64 0:14.0.3465.1-1 \n\nComplete!\n" ] } lsrpackages: mssql-server-fts TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 13 January 2024 01:22:56 +0000 (0:00:27.340) 0:01:32.807 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "powershell" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package powershell.x86_64 0:7.3.11-1.rh will be installed\n--> Processing Dependency: libicu for package: powershell-7.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package libicu.x86_64 0:50.2-4.el7_7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n powershell x86_64 7.3.11-1.rh packages-microsoft-com-prod 66 M\nInstalling for dependencies:\n libicu x86_64 50.2-4.el7_7 base 6.9 M\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+1 Dependent package)\n\nTotal download size: 72 M\nInstalled size: 192 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 49 MB/s | 72 MB 00:01 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libicu-50.2-4.el7_7.x86_64 1/2 \n Installing : powershell-7.3.11-1.rh.x86_64 2/2 \n Verifying : powershell-7.3.11-1.rh.x86_64 1/2 \n Verifying : libicu-50.2-4.el7_7.x86_64 2/2 \n\nInstalled:\n powershell.x86_64 0:7.3.11-1.rh \n\nDependency Installed:\n libicu.x86_64 0:50.2-4.el7_7 \n\nComplete!\n" ] } lsrpackages: powershell TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 13 January 2024 01:23:09 +0000 (0:00:13.013) 0:01:45.821 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003449", "end": "2024-01-13 01:23:09.653252", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:23:09.649803" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 13 January 2024 01:23:09 +0000 (0:00:00.138) 0:01:45.959 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "on" ], "delta": "0:00:00.050817", "end": "2024-01-13 01:23:09.840010", "rc": 0, "start": "2024-01-13 01:23:09.789193" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 13 January 2024 01:23:09 +0000 (0:00:00.186) 0:01:46.146 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 13 January 2024 01:23:09 +0000 (0:00:00.020) 0:01:46.167 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:23:09 +0000 (0:00:00.059) 0:01:46.226 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003210", "end": "2024-01-13 01:23:10.060942", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:23:10.057732" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.142) 0:01:46.369 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.alternatewritethrough", "0" ], "delta": "0:00:00.051361", "end": "2024-01-13 01:23:10.253471", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:10.202110" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.195) 0:01:46.565 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.020) 0:01:46.585 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control writethrough] ********* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.035) 0:01:46.620 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003363", "end": "2024-01-13 01:23:10.451461", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:23:10.448098" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.137) 0:01:46.758 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "1" ], "delta": "0:00:00.051330", "end": "2024-01-13 01:23:10.642706", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:10.591376" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting control writethrough] ******* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.211) 0:01:46.969 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.022) 0:01:46.991 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.020) 0:01:47.011 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.030) 0:01:47.042 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.022) 0:01:47.064 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.017) 0:01:47.082 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.017) 0:01:47.100 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.017) 0:01:47.117 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.017) 0:01:47.135 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.018) 0:01:47.153 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.043) 0:01:47.197 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.019) 0:01:47.216 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.021) 0:01:47.238 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.021) 0:01:47.260 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 13 January 2024 01:23:10 +0000 (0:00:00.019) 0:01:47.279 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.018) 0:01:47.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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.018) 0:01:47.316 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.018) 0:01:47.335 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.017) 0:01:47.352 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.017) 0:01:47.370 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.017) 0:01:47.388 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.019) 0:01:47.408 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.017) 0:01:47.426 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.018) 0:01:47.444 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.017) 0:01:47.462 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.018) 0:01:47.481 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.018) 0:01:47.499 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.019) 0:01:47.518 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.018) 0:01:47.537 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.017) 0:01:47.555 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.018) 0:01:47.573 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.043) 0:01:47.617 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.019) 0:01:47.637 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.020) 0:01:47.657 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.021) 0:01:47.678 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.032) 0:01:47.711 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.029) 0:01:47.741 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.025) 0:01:47.766 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.030) 0:01:47.797 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.028) 0:01:47.826 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.017) 0:01:47.843 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.018) 0:01:47.861 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.017) 0:01:47.879 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.017) 0:01:47.896 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.019) 0:01:47.916 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.019) 0:01:47.935 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.019) 0:01:47.955 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.018) 0:01:47.974 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.019) 0:01:47.993 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.017) 0:01:48.011 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.023) 0:01:48.035 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.017) 0:01:48.053 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.040) 0:01:48.093 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.019) 0:01:48.112 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.019) 0:01:48.132 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.028) 0:01:48.160 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.021) 0:01:48.181 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.021) 0:01:48.202 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 13 January 2024 01:23:11 +0000 (0:00:00.020) 0:01:48.223 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 13 January 2024 01:23:12 +0000 (0:00:00.245) 0:01:48.468 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:22:13 UTC", "ActiveEnterTimestampMonotonic": "1446863716", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "auditd.service systemd-journald.socket -.mount system.slice basic.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:22:13 UTC", "AssertTimestampMonotonic": "1446862739", "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-13 01:22:13 UTC", "ConditionTimestampMonotonic": "1446862738", "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": "29010", "ExecMainStartTimestamp": "Sat 2024-01-13 01:22:13 UTC", "ExecMainStartTimestampMonotonic": "1446863651", "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-13 01:22:13 UTC", "InactiveExitTimestampMonotonic": "1446863716", "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": "29010", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitInterval": "120000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:22:13 UTC", "WatchdogTimestampMonotonic": "1446863691", "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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 13 January 2024 01:23:12 +0000 (0:00:00.549) 0:01:49.018 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 13 January 2024 01:23:12 +0000 (0:00:00.020) 0:01:49.038 ****** 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-ci3rhwj_yl/tests/tasks/tests_idempotency.yml:22 Saturday 13 January 2024 01:23:12 +0000 (0:00:00.019) 0:01:49.057 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql-sever-increase-start-limit.yml:3 Saturday 13 January 2024 01:23:12 +0000 (0:00:00.064) 0:01:49.122 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql-sever-increase-start-limit.yml:10 Saturday 13 January 2024 01:23:13 +0000 (0:00:00.234) 0:01:49.356 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql-sever-increase-start-limit.yml:17 Saturday 13 January 2024 01:23:13 +0000 (0:00:00.173) 0:01:49.530 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Run again with the same settings - should report not changed] ************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/tests_idempotency.yml:25 Saturday 13 January 2024 01:23:13 +0000 (0:00:00.285) 0:01:49.815 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 13 January 2024 01:23:13 +0000 (0:00:00.181) 0:01:49.996 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 13 January 2024 01:23:13 +0000 (0:00:00.029) 0:01:50.026 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 13 January 2024 01:23:13 +0000 (0:00:00.024) 0:01:50.050 ****** 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-ci3rhwj_yl/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-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 13 January 2024 01:23:13 +0000 (0:00:00.041) 0:01:50.092 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 13 January 2024 01:23:13 +0000 (0:00:00.035) 0:01:50.127 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 13 January 2024 01:23:13 +0000 (0:00:00.020) 0:01:50.148 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 13 January 2024 01:23:13 +0000 (0:00:00.020) 0:01:50.169 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 13 January 2024 01:23:13 +0000 (0:00:00.020) 0:01:50.189 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 13 January 2024 01:23:13 +0000 (0:00:00.058) 0:01:50.247 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 13 January 2024 01:23:13 +0000 (0:00:00.026) 0:01:50.273 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 13 January 2024 01:23:14 +0000 (0:00:00.029) 0:01:50.303 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 13 January 2024 01:23:14 +0000 (0:00:00.031) 0:01:50.334 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 13 January 2024 01:23:14 +0000 (0:00:00.023) 0:01:50.358 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 13 January 2024 01:23:14 +0000 (0:00:00.042) 0:01:50.401 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 13 January 2024 01:23:14 +0000 (0:00:00.030) 0:01:50.431 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 13 January 2024 01:23:14 +0000 (0:00:00.026) 0:01:50.457 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 13 January 2024 01:23:14 +0000 (0:00:00.020) 0:01:50.477 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 13 January 2024 01:23:14 +0000 (0:00:00.019) 0:01:50.497 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 13 January 2024 01:23:14 +0000 (0:00:00.018) 0:01:50.515 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 13 January 2024 01:23:15 +0000 (0:00:01.302) 0:01:51.818 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.125) 0:01:51.943 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.026) 0:01:51.970 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.022) 0:01:51.992 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 13 January 2024 01:23:15 +0000 (0:00:00.041) 0:01:52.034 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.492) 0:01:52.526 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.024) 0:01:52.551 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.023) 0:01:52.574 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.028) 0:01:52.602 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.027) 0:01:52.629 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.022) 0:01:52.652 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.032) 0:01:52.684 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.032) 0:01:52.717 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.020) 0:01:52.738 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.034) 0:01:52.773 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.369) 0:01:53.143 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 13 January 2024 01:23:16 +0000 (0:00:00.057) 0:01:53.200 ****** 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.005670", "end": "2024-01-13 01:23:17.037599", "rc": 0, "start": "2024-01-13 01:23:17.031929" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 13 January 2024 01:23:17 +0000 (0:00:00.159) 0:01:53.360 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 13 January 2024 01:23:17 +0000 (0:00:00.801) 0:01:54.161 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 13 January 2024 01:23:17 +0000 (0:00:00.027) 0:01:54.189 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 13 January 2024 01:23:17 +0000 (0:00:00.032) 0:01:54.221 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 13 January 2024 01:23:17 +0000 (0:00:00.020) 0:01:54.242 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut TASK [linux-system-roles.mssql : Get stat of the directory /tmp/mssql_data] **** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.042) 0:01:54.284 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705108934.4740396, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705108934.4750395, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263753, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705108934.4740396, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "18446744073361942065", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.mssql : Ensure the directory and keep present permissions /tmp/mssql_data] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.162) 0:01:54.447 ****** ok: [sut] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_data", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.164) 0:01:54.611 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data" ] }, "changed": false } TASK [linux-system-roles.mssql : Configure the setting defaultdatadir] ********* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.026) 0:01:54.637 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.033) 0:01:54.670 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003751", "end": "2024-01-13 01:23:18.503959", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:18.500208" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.180) 0:01:54.851 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.025) 0:01:54.877 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stat of the directory /tmp/mssql_log] ***** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.022) 0:01:54.899 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705108935.319006, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705108935.320006, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263754, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705108935.319006, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "18446744073361942079", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.mssql : Ensure the directory and keep present permissions /tmp/mssql_log] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.146) 0:01:55.046 ****** ok: [sut] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_log", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.148) 0:01:55.194 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log" ] }, "changed": false } TASK [linux-system-roles.mssql : Configure the setting defaultlogdir] ********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.029) 0:01:55.224 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:23:18 +0000 (0:00:00.040) 0:01:55.265 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003279", "end": "2024-01-13 01:23:19.098165", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:19.094886" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:23:19 +0000 (0:00:00.142) 0:01:55.407 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:23:19 +0000 (0:00:00.025) 0:01:55.432 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 13 January 2024 01:23:19 +0000 (0:00:00.020) 0:01:55.452 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 13 January 2024 01:23:19 +0000 (0:00:00.018) 0:01:55.471 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 13 January 2024 01:23:19 +0000 (0:00:00.343) 0:01:55.814 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:58:32 UTC", "ActiveEnterTimestampMonotonic": "25998644", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target systemd-journald.socket dbus.service systemd-sysctl.service network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:31 UTC", "AssertTimestampMonotonic": "24453994", "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-13 00:58:31 UTC", "ConditionTimestampMonotonic": "24453993", "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": "877", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:31 UTC", "ExecMainStartTimestampMonotonic": "24454618", "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-13 00:58:31 UTC", "InactiveExitTimestampMonotonic": "24454670", "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": "877", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "dbus.service basic.target system.slice polkit.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "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-13 00:58:32 UTC", "WatchdogTimestampMonotonic": "25998573", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 13 January 2024 01:23:19 +0000 (0:00:00.211) 0:01:56.026 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.100565", "end": "2024-01-13 01:23:19.956578", "rc": 0, "start": "2024-01-13 01:23:19.856013" } 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 13 January 2024 01:23:20 +0000 (0:00:00.273) 0:01:56.300 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 13 January 2024 01:23:20 +0000 (0:00:00.022) 0:01:56.322 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 13 January 2024 01:23:20 +0000 (0:00:00.021) 0:01:56.343 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 13 January 2024 01:23:20 +0000 (0:00:00.020) 0:01:56.364 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 13 January 2024 01:23:20 +0000 (0:00:00.143) 0:01:56.507 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 13 January 2024 01:23:20 +0000 (0:00:00.352) 0:01:56.860 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 13 January 2024 01:23:20 +0000 (0:00:00.037) 0:01:56.897 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:23:12 UTC", "ActiveEnterTimestampMonotonic": "1505734768", "ActiveExitTimestamp": "Sat 2024-01-13 01:23:12 UTC", "ActiveExitTimestampMonotonic": "1505416475", "ActiveState": "active", "After": "system.slice -.mount basic.target systemd-journald.socket network.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:23:12 UTC", "AssertTimestampMonotonic": "1505733810", "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-13 01:23:12 UTC", "ConditionTimestampMonotonic": "1505733808", "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": "29593", "ExecMainStartTimestamp": "Sat 2024-01-13 01:23:12 UTC", "ExecMainStartTimestampMonotonic": "1505734672", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-13 01:23:12 UTC", "InactiveEnterTimestampMonotonic": "1505732735", "InactiveExitTimestamp": "Sat 2024-01-13 01:23:12 UTC", "InactiveExitTimestampMonotonic": "1505734768", "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": "29593", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:23:12 UTC", "WatchdogTimestampMonotonic": "1505734732", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 13 January 2024 01:23:20 +0000 (0:00:00.226) 0:01:57.124 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003366", "end": "2024-01-13 01:23:20.960789", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:23:20.957423" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 13 January 2024 01:23:20 +0000 (0:00:00.142) 0:01:57.267 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003339", "end": "2024-01-13 01:23:21.117980", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:21.114641" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 13 January 2024 01:23:21 +0000 (0:00:00.174) 0:01:57.441 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 13 January 2024 01:23:21 +0000 (0:00:00.029) 0:01:57.471 ****** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6322, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 13 January 2024 01:23:22 +0000 (0:00:01.235) 0:01:58.707 ****** ok: [sut] => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 13 January 2024 01:23:22 +0000 (0:00:00.170) 0:01:58.877 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 13 January 2024 01:23:22 +0000 (0:00:00.020) 0:01:58.898 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 13 January 2024 01:23:23 +0000 (0:00:00.943) 0:01:59.842 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 13 January 2024 01:23:23 +0000 (0:00:00.043) 0:01:59.885 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 13 January 2024 01:23:23 +0000 (0:00:00.033) 0:01:59.918 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 13 January 2024 01:23:23 +0000 (0:00:00.032) 0:01:59.951 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005422", "end": "2024-01-13 01:23:23.788236", "rc": 0, "start": "2024-01-13 01:23:23.782814" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 13 January 2024 01:23:23 +0000 (0:00:00.144) 0:02:00.096 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 13 January 2024 01:23:23 +0000 (0:00:00.024) 0:02:00.121 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 13 January 2024 01:23:24 +0000 (0:00:00.996) 0:02:01.117 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 13 January 2024 01:23:24 +0000 (0:00:00.025) 0:02:01.143 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:23:24 +0000 (0:00:00.047) 0:02:01.190 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003356", "end": "2024-01-13 01:23:25.025687", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:25.022331" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:23:25 +0000 (0:00:00.144) 0:02:01.335 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network ipaddress] ********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:23:25 +0000 (0:00:00.031) 0:02:01.366 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 13 January 2024 01:23:25 +0000 (0:00:00.020) 0:02:01.387 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 13 January 2024 01:23:25 +0000 (0:00:00.022) 0:02:01.410 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 13 January 2024 01:23:25 +0000 (0:00:00.020) 0:02:01.430 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:23:25 +0000 (0:00:00.032) 0:02:01.463 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003347", "end": "2024-01-13 01:23:25.295941", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:23:25.292594" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:23:25 +0000 (0:00:00.146) 0:02:01.610 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.052531", "end": "2024-01-13 01:23:25.494391", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:25.441860" } 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:23:25 +0000 (0:00:00.194) 0:02:01.805 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 13 January 2024 01:23:25 +0000 (0:00:00.020) 0:02:01.826 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 13 January 2024 01:23:25 +0000 (0:00:00.019) 0:02:01.845 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting sqlagent enabled] ************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:23:25 +0000 (0:00:00.037) 0:02:01.882 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003322", "end": "2024-01-13 01:23:25.715254", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:25.711932" } STDOUT: enabled = True TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:23:25 +0000 (0:00:00.149) 0:02:02.032 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting sqlagent enabled] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:23:25 +0000 (0:00:00.041) 0:02:02.073 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 13 January 2024 01:23:25 +0000 (0:00:00.048) 0:02:02.122 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-fts-14.0.3465.1-1.x86_64 providing mssql-server-fts is already installed" ] } lsrpackages: mssql-server-fts TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 13 January 2024 01:23:26 +0000 (0:00:00.355) 0:02:02.478 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "powershell-7.3.11-1.rh.x86_64 providing powershell is already installed" ] } lsrpackages: powershell TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 13 January 2024 01:23:26 +0000 (0:00:00.353) 0:02:02.831 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003565", "end": "2024-01-13 01:23:26.666758", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:26.663193" } STDOUT: traceflag0 = 3979 TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 13 January 2024 01:23:26 +0000 (0:00:00.142) 0:02:02.974 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 13 January 2024 01:23:26 +0000 (0:00:00.022) 0:02:02.996 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 13 January 2024 01:23:26 +0000 (0:00:00.019) 0:02:03.016 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:23:26 +0000 (0:00:00.066) 0:02:03.082 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003500", "end": "2024-01-13 01:23:26.917548", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:26.914048" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:23:26 +0000 (0:00:00.143) 0:02:03.225 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:23:26 +0000 (0:00:00.028) 0:02:03.254 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 13 January 2024 01:23:26 +0000 (0:00:00.021) 0:02:03.275 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control writethrough] ********* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.034) 0:02:03.309 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003371", "end": "2024-01-13 01:23:27.145108", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:27.141737" } STDOUT: writethrough = 1 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.145) 0:02:03.454 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting control writethrough] ******* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.025) 0:02:03.480 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.022) 0:02:03.503 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.019) 0:02:03.523 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.020) 0:02:03.543 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.024) 0:02:03.568 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.019) 0:02:03.587 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.020) 0:02:03.607 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.020) 0:02:03.628 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.020) 0:02:03.648 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.020) 0:02:03.669 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.018) 0:02:03.687 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.018) 0:02:03.706 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.058) 0:02:03.765 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.022) 0:02:03.788 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.020) 0:02:03.809 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.020) 0:02:03.829 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.022) 0:02:03.851 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.021) 0:02:03.872 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.018) 0:02:03.891 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.017) 0:02:03.909 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.018) 0:02:03.927 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.018) 0:02:03.945 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.018) 0:02:03.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 [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.018) 0:02:03.983 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.018) 0:02:04.002 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.019) 0:02:04.021 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.020) 0:02:04.042 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.026) 0:02:04.069 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.021) 0:02:04.090 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.020) 0:02:04.110 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.021) 0:02:04.131 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.054) 0:02:04.185 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.019) 0:02:04.205 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.018) 0:02:04.224 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.018) 0:02:04.243 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 13 January 2024 01:23:27 +0000 (0:00:00.027) 0:02:04.270 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.019) 0:02:04.289 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.025) 0:02:04.315 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.029) 0:02:04.344 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.026) 0:02:04.370 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.021) 0:02:04.391 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.021) 0:02:04.412 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.021) 0:02:04.434 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.028) 0:02:04.462 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.026) 0:02:04.488 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.024) 0:02:04.513 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.019) 0:02:04.533 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.019) 0:02:04.553 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.032) 0:02:04.585 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.019) 0:02:04.605 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.057) 0:02:04.663 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.019) 0:02:04.682 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.018) 0:02:04.701 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.018) 0:02:04.719 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.019) 0:02:04.738 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.023) 0:02:04.762 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.018) 0:02:04.781 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.019) 0:02:04.800 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.019) 0:02:04.820 ****** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.189) 0:02:05.009 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.020) 0:02:05.030 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/tests_idempotency.yml:40 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.019) 0:02:05.050 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:8 Saturday 13 January 2024 01:23:28 +0000 (0:00:00.112) 0:02:05.162 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile' /var/opt/mssql/mssql.conf \\\n2>&1 | sed 's\\errorlogfile : \\\\')\" || :\nif [ -f \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -f /var/opt/mssql/log/errorlog ]; then\n echo \"/var/opt/mssql/log/errorlog\"\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005662", "end": "2024-01-13 01:23:29.004590", "rc": 0, "start": "2024-01-13 01:23:28.998928" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:23 Saturday 13 January 2024 01:23:29 +0000 (0:00:00.149) 0:02:05.312 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n echo false\nelse\n echo true\nfi\n", "delta": "0:00:00.005270", "end": "2024-01-13 01:23:29.150306", "rc": 0, "start": "2024-01-13 01:23:29.145036" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:35 Saturday 13 January 2024 01:23:29 +0000 (0:00:00.164) 0:02:05.476 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:39 Saturday 13 January 2024 01:23:29 +0000 (0:00:00.023) 0:02:05.499 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:23:29 +0000 (0:00:00.052) 0:02:05.552 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004610", "end": "2024-01-13 01:23:29.395071", "rc": 0, "start": "2024-01-13 01:23:29.390461" } STDOUT: ipaddress = 0.0.0.0 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:23:29 +0000 (0:00:00.151) 0:02:05.704 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:23:29 +0000 (0:00:00.027) 0:02:05.732 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 0.0.0.0] ******************************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:23:29 +0000 (0:00:00.021) 0:02:05.753 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:23:29 +0000 (0:00:00.021) 0:02:05.774 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004589", "end": "2024-01-13 01:23:29.605920", "rc": 0, "start": "2024-01-13 01:23:29.601331" } TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:23:29 +0000 (0:00:00.140) 0:02:05.914 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool tcpport] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:23:29 +0000 (0:00:00.022) 0:02:05.937 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1433] ********************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:23:29 +0000 (0:00:00.021) 0:02:05.959 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:23:29 +0000 (0:00:00.026) 0:02:05.985 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004552", "end": "2024-01-13 01:23:29.818040", "rc": 0, "start": "2024-01-13 01:23:29.813488" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:23:29 +0000 (0:00:00.141) 0:02:06.126 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:23:29 +0000 (0:00:00.027) 0:02:06.154 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_data] *********************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:23:29 +0000 (0:00:00.020) 0:02:06.174 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:23:29 +0000 (0:00:00.019) 0:02:06.194 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004628", "end": "2024-01-13 01:23:30.025423", "rc": 0, "start": "2024-01-13 01:23:30.020795" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:23:30 +0000 (0:00:00.171) 0:02:06.365 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:23:30 +0000 (0:00:00.027) 0:02:06.393 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_log] ************************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:23:30 +0000 (0:00:00.020) 0:02:06.413 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:23:30 +0000 (0:00:00.021) 0:02:06.434 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004630", "end": "2024-01-13 01:23:30.267425", "rc": 0, "start": "2024-01-13 01:23:30.262795" } STDOUT: enabled = True TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:23:30 +0000 (0:00:00.141) 0:02:06.576 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool enabled] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:23:30 +0000 (0:00:00.021) 0:02:06.597 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:23:30 +0000 (0:00:00.029) 0:02:06.626 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:55 Saturday 13 January 2024 01:23:30 +0000 (0:00:00.020) 0:02:06.647 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705108934.4740396, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705108934.4750395, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263753, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705108934.4740396, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "18446744073361942065", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:60 Saturday 13 January 2024 01:23:30 +0000 (0:00:00.145) 0:02:06.793 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:70 Saturday 13 January 2024 01:23:30 +0000 (0:00:00.024) 0:02:06.817 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705108935.319006, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705108935.320006, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263754, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705108935.319006, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "18446744073361942079", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:75 Saturday 13 January 2024 01:23:30 +0000 (0:00:00.146) 0:02:06.963 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:85 Saturday 13 January 2024 01:23:30 +0000 (0:00:00.024) 0:02:06.988 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 13 January 2024 01:23:30 +0000 (0:00:00.036) 0:02:07.024 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:23:12 UTC", "ActiveEnterTimestampMonotonic": "1505734768", "ActiveExitTimestamp": "Sat 2024-01-13 01:23:12 UTC", "ActiveExitTimestampMonotonic": "1505416475", "ActiveState": "active", "After": "system.slice -.mount basic.target systemd-journald.socket network.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:23:12 UTC", "AssertTimestampMonotonic": "1505733810", "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-13 01:23:12 UTC", "ConditionTimestampMonotonic": "1505733808", "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": "29593", "ExecMainStartTimestamp": "Sat 2024-01-13 01:23:12 UTC", "ExecMainStartTimestampMonotonic": "1505734672", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-13 01:23:12 UTC", "InactiveEnterTimestampMonotonic": "1505732735", "InactiveExitTimestamp": "Sat 2024-01-13 01:23:12 UTC", "InactiveExitTimestampMonotonic": "1505734768", "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": "29593", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:23:12 UTC", "WatchdogTimestampMonotonic": "1505734732", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 13 January 2024 01:23:30 +0000 (0:00:00.208) 0:02:07.233 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003282", "end": "2024-01-13 01:23:31.071814", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:23:31.068532" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 13 January 2024 01:23:31 +0000 (0:00:00.190) 0:02:07.424 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003457", "end": "2024-01-13 01:23:31.267409", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:31.263952" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 13 January 2024 01:23:31 +0000 (0:00:00.150) 0:02:07.574 ****** 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-ci3rhwj_yl/tests/tasks/verify_settings.yml:93 Saturday 13 January 2024 01:23:31 +0000 (0:00:00.029) 0:02:07.604 ****** 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": 6322, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:99 Saturday 13 January 2024 01:23:32 +0000 (0:00:01.142) 0:02:08.746 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "0.0.0.0", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.022827", "end": "2024-01-13 01:23:32.602765", "rc": 0, "start": "2024-01-13 01:23:32.579938" } 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-ci3rhwj_yl/tests/tasks/verify_settings.yml:113 Saturday 13 January 2024 01:23:32 +0000 (0:00:00.166) 0:02:08.913 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:117 Saturday 13 January 2024 01:23:32 +0000 (0:00:00.021) 0:02:08.934 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_package.yml:7 Saturday 13 January 2024 01:23:32 +0000 (0:00:00.031) 0:02:08.966 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed mssql-server-fts] ********************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_package.yml:12 Saturday 13 January 2024 01:23:33 +0000 (0:00:00.990) 0:02:09.957 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_package.yml:17 Saturday 13 January 2024 01:23:33 +0000 (0:00:00.032) 0:02:09.990 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:124 Saturday 13 January 2024 01:23:33 +0000 (0:00:00.022) 0:02:10.012 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_package.yml:7 Saturday 13 January 2024 01:23:33 +0000 (0:00:00.056) 0:02:10.068 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed powershell] *************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_package.yml:12 Saturday 13 January 2024 01:23:34 +0000 (0:00:00.944) 0:02:11.013 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_package.yml:17 Saturday 13 January 2024 01:23:34 +0000 (0:00:00.031) 0:02:11.044 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:135 Saturday 13 January 2024 01:23:34 +0000 (0:00:00.023) 0:02:11.067 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004525", "end": "2024-01-13 01:23:34.905008", "rc": 0, "start": "2024-01-13 01:23:34.900483" } STDOUT: traceflag0 = 3979 TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:140 Saturday 13 January 2024 01:23:34 +0000 (0:00:00.144) 0:02:11.212 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:145 Saturday 13 January 2024 01:23:34 +0000 (0:00:00.022) 0:02:11.234 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:151 Saturday 13 January 2024 01:23:34 +0000 (0:00:00.020) 0:02:11.255 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.072) 0:02:11.327 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004652", "end": "2024-01-13 01:23:35.162102", "rc": 0, "start": "2024-01-13 01:23:35.157450" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.142) 0:02:11.470 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool alternatewritethrough] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.022) 0:02:11.492 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.026) 0:02:11.519 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:157 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.020) 0:02:11.540 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.035) 0:02:11.575 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004556", "end": "2024-01-13 01:23:35.409726", "rc": 0, "start": "2024-01-13 01:23:35.405170" } STDOUT: writethrough = 1 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.145) 0:02:11.721 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool writethrough] ******************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.021) 0:02:11.742 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.029) 0:02:11.772 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:167 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.021) 0:02:11.793 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:178 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.018) 0:02:11.811 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:190 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.018) 0:02:11.830 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:198 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.017) 0:02:11.848 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:208 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.018) 0:02:11.866 ****** 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-ci3rhwj_yl/tests/tasks/verify_settings.yml:213 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.019) 0:02:11.886 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:221 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.019) 0:02:11.905 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run to edit settings] **************************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/tests_idempotency.yml:56 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.019) 0:02:11.925 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.292) 0:02:12.218 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.031) 0:02:12.249 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 13 January 2024 01:23:35 +0000 (0:00:00.024) 0:02:12.273 ****** 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-ci3rhwj_yl/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-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 13 January 2024 01:23:36 +0000 (0:00:00.035) 0:02:12.309 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 13 January 2024 01:23:36 +0000 (0:00:00.018) 0:02:12.327 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 13 January 2024 01:23:36 +0000 (0:00:00.019) 0:02:12.346 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 13 January 2024 01:23:36 +0000 (0:00:00.019) 0:02:12.366 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 13 January 2024 01:23:36 +0000 (0:00:00.018) 0:02:12.385 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 13 January 2024 01:23:36 +0000 (0:00:00.063) 0:02:12.448 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 13 January 2024 01:23:36 +0000 (0:00:00.020) 0:02:12.469 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 13 January 2024 01:23:36 +0000 (0:00:00.020) 0:02:12.489 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 13 January 2024 01:23:36 +0000 (0:00:00.019) 0:02:12.509 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 13 January 2024 01:23:36 +0000 (0:00:00.020) 0:02:12.530 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 13 January 2024 01:23:36 +0000 (0:00:00.024) 0:02:12.554 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 13 January 2024 01:23:36 +0000 (0:00:00.019) 0:02:12.574 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 13 January 2024 01:23:36 +0000 (0:00:00.029) 0:02:12.604 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 13 January 2024 01:23:36 +0000 (0:00:00.022) 0:02:12.626 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 13 January 2024 01:23:36 +0000 (0:00:00.021) 0:02:12.648 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 13 January 2024 01:23:36 +0000 (0:00:00.021) 0:02:12.669 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 13 January 2024 01:23:37 +0000 (0:00:00.932) 0:02:13.602 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:23:37 +0000 (0:00:00.058) 0:02:13.660 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 13 January 2024 01:23:37 +0000 (0:00:00.061) 0:02:13.722 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 13 January 2024 01:23:37 +0000 (0:00:00.022) 0:02:13.744 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 13 January 2024 01:23:37 +0000 (0:00:00.037) 0:02:13.781 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 13 January 2024 01:23:37 +0000 (0:00:00.317) 0:02:14.098 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 13 January 2024 01:23:37 +0000 (0:00:00.021) 0:02:14.120 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:23:37 +0000 (0:00:00.021) 0:02:14.141 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:23:37 +0000 (0:00:00.022) 0:02:14.163 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 13 January 2024 01:23:37 +0000 (0:00:00.024) 0:02:14.188 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 13 January 2024 01:23:37 +0000 (0:00:00.019) 0:02:14.207 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 13 January 2024 01:23:37 +0000 (0:00:00.018) 0:02:14.226 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 13 January 2024 01:23:37 +0000 (0:00:00.018) 0:02:14.244 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 13 January 2024 01:23:37 +0000 (0:00:00.019) 0:02:14.263 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 13 January 2024 01:23:37 +0000 (0:00:00.019) 0:02:14.283 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 13 January 2024 01:23:38 +0000 (0:00:00.345) 0:02:14.628 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 13 January 2024 01:23:38 +0000 (0:00:00.019) 0:02:14.647 ****** 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.005451", "end": "2024-01-13 01:23:38.480717", "rc": 0, "start": "2024-01-13 01:23:38.475266" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 13 January 2024 01:23:38 +0000 (0:00:00.140) 0:02:14.788 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 13 January 2024 01:23:39 +0000 (0:00:00.792) 0:02:15.580 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 13 January 2024 01:23:39 +0000 (0:00:00.037) 0:02:15.618 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 13 January 2024 01:23:39 +0000 (0:00:00.023) 0:02:15.641 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 13 January 2024 01:23:39 +0000 (0:00:00.020) 0:02:15.661 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut TASK [linux-system-roles.mssql : Get stat of the directory /var/opt/mssql/data] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 13 January 2024 01:23:39 +0000 (0:00:00.044) 0:02:15.706 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705108933.346084, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705108933.278087, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263683, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705108933.278087, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "18446744073361941934", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.mssql : Ensure the directory and keep present permissions /var/opt/mssql/data] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 13 January 2024 01:23:39 +0000 (0:00:00.145) 0:02:15.852 ****** ok: [sut] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 13 January 2024 01:23:39 +0000 (0:00:00.151) 0:02:16.003 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log", "/var/opt/mssql/data" ] }, "changed": false } TASK [linux-system-roles.mssql : Configure the setting defaultdatadir] ********* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 13 January 2024 01:23:39 +0000 (0:00:00.025) 0:02:16.028 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:23:39 +0000 (0:00:00.033) 0:02:16.062 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003431", "end": "2024-01-13 01:23:39.907516", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:39.904085" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:23:39 +0000 (0:00:00.154) 0:02:16.217 ****** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultdatadir", "/var/opt/mssql/data" ], "delta": "0:00:00.121725", "end": "2024-01-13 01:23:40.173506", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:40.051781" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:23:40 +0000 (0:00:00.316) 0:02:16.534 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stat of the directory /var/opt/mssql/log] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 13 January 2024 01:23:40 +0000 (0:00:00.025) 0:02:16.559 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705108996.3465905, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705108996.3435907, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263684, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705108996.3435907, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "18446744073361941935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.mssql : Ensure the directory and keep present permissions /var/opt/mssql/log] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 13 January 2024 01:23:40 +0000 (0:00:00.150) 0:02:16.710 ****** ok: [sut] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/log", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 13 January 2024 01:23:40 +0000 (0:00:00.345) 0:02:17.056 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/var/opt/mssql/log" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log", "/var/opt/mssql/data", "/var/opt/mssql/log" ] }, "changed": false } TASK [linux-system-roles.mssql : Configure the setting defaultlogdir] ********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 13 January 2024 01:23:40 +0000 (0:00:00.026) 0:02:17.082 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:23:40 +0000 (0:00:00.032) 0:02:17.115 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003342", "end": "2024-01-13 01:23:40.960264", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:40.956922" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:23:40 +0000 (0:00:00.155) 0:02:17.271 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/var/opt/mssql/log" ], "delta": "0:00:00.051018", "end": "2024-01-13 01:23:41.157734", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:41.106716" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:23:41 +0000 (0:00:00.209) 0:02:17.480 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 13 January 2024 01:23:41 +0000 (0:00:00.022) 0:02:17.502 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 13 January 2024 01:23:41 +0000 (0:00:00.019) 0:02:17.522 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 13 January 2024 01:23:41 +0000 (0:00:00.352) 0:02:17.875 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:58:32 UTC", "ActiveEnterTimestampMonotonic": "25998644", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target systemd-journald.socket dbus.service systemd-sysctl.service network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:31 UTC", "AssertTimestampMonotonic": "24453994", "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-13 00:58:31 UTC", "ConditionTimestampMonotonic": "24453993", "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": "877", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:31 UTC", "ExecMainStartTimestampMonotonic": "24454618", "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-13 00:58:31 UTC", "InactiveExitTimestampMonotonic": "24454670", "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": "877", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "dbus.service basic.target system.slice polkit.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "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-13 00:58:32 UTC", "WatchdogTimestampMonotonic": "25998573", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 13 January 2024 01:23:41 +0000 (0:00:00.212) 0:02:18.088 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.099767", "end": "2024-01-13 01:23:42.014963", "rc": 0, "start": "2024-01-13 01:23:41.915196" } 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 13 January 2024 01:23:42 +0000 (0:00:00.234) 0:02:18.322 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 13 January 2024 01:23:42 +0000 (0:00:00.020) 0:02:18.343 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 13 January 2024 01:23:42 +0000 (0:00:00.021) 0:02:18.364 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 13 January 2024 01:23:42 +0000 (0:00:00.020) 0:02:18.385 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 13 January 2024 01:23:42 +0000 (0:00:00.150) 0:02:18.535 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 13 January 2024 01:23:42 +0000 (0:00:00.353) 0:02:18.889 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 13 January 2024 01:23:42 +0000 (0:00:00.035) 0:02:18.924 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:23:12 UTC", "ActiveEnterTimestampMonotonic": "1505734768", "ActiveExitTimestamp": "Sat 2024-01-13 01:23:12 UTC", "ActiveExitTimestampMonotonic": "1505416475", "ActiveState": "active", "After": "system.slice -.mount basic.target systemd-journald.socket network.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:23:12 UTC", "AssertTimestampMonotonic": "1505733810", "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-13 01:23:12 UTC", "ConditionTimestampMonotonic": "1505733808", "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": "29593", "ExecMainStartTimestamp": "Sat 2024-01-13 01:23:12 UTC", "ExecMainStartTimestampMonotonic": "1505734672", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-13 01:23:12 UTC", "InactiveEnterTimestampMonotonic": "1505732735", "InactiveExitTimestamp": "Sat 2024-01-13 01:23:12 UTC", "InactiveExitTimestampMonotonic": "1505734768", "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": "29593", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:23:12 UTC", "WatchdogTimestampMonotonic": "1505734732", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 13 January 2024 01:23:42 +0000 (0:00:00.211) 0:02:19.135 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003426", "end": "2024-01-13 01:23:42.970689", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:23:42.967263" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 13 January 2024 01:23:42 +0000 (0:00:00.141) 0:02:19.277 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003326", "end": "2024-01-13 01:23:43.112802", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:43.109476" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 13 January 2024 01:23:43 +0000 (0:00:00.142) 0:02:19.420 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 13 January 2024 01:23:43 +0000 (0:00:00.026) 0:02:19.447 ****** 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": 6322, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 13 January 2024 01:23:44 +0000 (0:00:01.143) 0:02:20.590 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 13 January 2024 01:23:44 +0000 (0:00:00.170) 0:02:20.760 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:23:12 UTC", "ActiveEnterTimestampMonotonic": "1505734768", "ActiveExitTimestamp": "Sat 2024-01-13 01:23:12 UTC", "ActiveExitTimestampMonotonic": "1505416475", "ActiveState": "active", "After": "system.slice -.mount basic.target systemd-journald.socket network.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:23:12 UTC", "AssertTimestampMonotonic": "1505733810", "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-13 01:23:12 UTC", "ConditionTimestampMonotonic": "1505733808", "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": "29593", "ExecMainStartTimestamp": "Sat 2024-01-13 01:23:12 UTC", "ExecMainStartTimestampMonotonic": "1505734672", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-13 01:23:12 UTC", "InactiveEnterTimestampMonotonic": "1505732735", "InactiveExitTimestamp": "Sat 2024-01-13 01:23:12 UTC", "InactiveExitTimestampMonotonic": "1505734768", "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": "29593", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:23:12 UTC", "WatchdogTimestampMonotonic": "1505734732", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 13 January 2024 01:23:44 +0000 (0:00:00.453) 0:02:21.214 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 13 January 2024 01:23:45 +0000 (0:00:00.937) 0:02:22.151 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 13 January 2024 01:23:51 +0000 (0:00:05.349) 0:02:27.501 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 13 January 2024 01:23:51 +0000 (0:00:00.020) 0:02:27.522 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 13 January 2024 01:23:51 +0000 (0:00:00.073) 0:02:27.596 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Standard edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005245", "end": "2024-01-13 01:23:51.434196", "rc": 0, "start": "2024-01-13 01:23:51.428951" } STDOUT: false TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 13 January 2024 01:23:51 +0000 (0:00:00.146) 0:02:27.742 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:23:12 UTC", "ActiveEnterTimestampMonotonic": "1505734768", "ActiveExitTimestamp": "Sat 2024-01-13 01:23:44 UTC", "ActiveExitTimestampMonotonic": "1537702496", "ActiveState": "inactive", "After": "system.slice -.mount basic.target systemd-journald.socket network.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:23:12 UTC", "AssertTimestampMonotonic": "1505733810", "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-13 01:23:12 UTC", "ConditionTimestampMonotonic": "1505733808", "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-13 01:23:44 UTC", "ExecMainExitTimestampMonotonic": "1537930102", "ExecMainPID": "29593", "ExecMainStartTimestamp": "Sat 2024-01-13 01:23:12 UTC", "ExecMainStartTimestampMonotonic": "1505734672", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-13 01:23:12 UTC] ; stop_time=[Sat 2024-01-13 01:23:44 UTC] ; pid=29593 ; 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-13 01:23:44 UTC", "InactiveEnterTimestampMonotonic": "1537930247", "InactiveExitTimestamp": "Sat 2024-01-13 01:23:12 UTC", "InactiveExitTimestampMonotonic": "1505734768", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 13 January 2024 01:23:51 +0000 (0:00:00.214) 0:02:27.957 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 13 January 2024 01:23:52 +0000 (0:00:00.936) 0:02:28.894 ****** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 13 January 2024 01:23:57 +0000 (0:00:05.178) 0:02:34.073 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:23:57 +0000 (0:00:00.034) 0:02:34.107 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003404", "end": "2024-01-13 01:23:57.941776", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:57.938372" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:23:57 +0000 (0:00:00.142) 0:02:34.249 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.052555", "end": "2024-01-13 01:23:58.136611", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:58.084056" } 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:23:58 +0000 (0:00:00.225) 0:02:34.475 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 13 January 2024 01:23:58 +0000 (0:00:00.024) 0:02:34.499 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 13 January 2024 01:23:58 +0000 (0:00:00.034) 0:02:34.534 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1435] ******* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 13 January 2024 01:23:58 +0000 (0:00:00.022) 0:02:34.556 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:23:58 +0000 (0:00:00.034) 0:02:34.590 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003363", "end": "2024-01-13 01:23:58.424872", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:23:58.421509" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:23:58 +0000 (0:00:00.141) 0:02:34.732 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1435" ], "delta": "0:00:00.053664", "end": "2024-01-13 01:23:58.619372", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:58.565708" } 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:23:58 +0000 (0:00:00.198) 0:02:34.931 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 13 January 2024 01:23:58 +0000 (0:00:00.019) 0:02:34.950 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 13 January 2024 01:23:58 +0000 (0:00:00.018) 0:02:34.968 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting sqlagent enabled] ************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:23:58 +0000 (0:00:00.037) 0:02:35.006 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003397", "end": "2024-01-13 01:23:58.841390", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:58.837993" } STDOUT: enabled = True TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:23:58 +0000 (0:00:00.143) 0:02:35.150 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "False" ], "delta": "0:00:00.052535", "end": "2024-01-13 01:23:59.035905", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:58.983370" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting sqlagent enabled] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:23:59 +0000 (0:00:00.198) 0:02:35.348 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 13 January 2024 01:23:59 +0000 (0:00:00.021) 0:02:35.369 ****** changed: [sut] => { "changed": true, "changes": { "removed": [ "mssql-server-fts" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server-fts.x86_64 0:14.0.3465.1-1 will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server-fts\n x86_64 14.0.3465.1-1 @packages-microsoft-com-mssql-server-2017 554 M\n\nTransaction Summary\n================================================================================\nRemove 1 Package\n\nInstalled size: 554 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n Verifying : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n\nRemoved:\n mssql-server-fts.x86_64 0:14.0.3465.1-1 \n\nComplete!\n" ] } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 13 January 2024 01:24:00 +0000 (0:00:01.388) 0:02:36.758 ****** changed: [sut] => { "changed": true, "changes": { "removed": [ "powershell" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package powershell.x86_64 0:7.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n powershell x86_64 7.3.11-1.rh @packages-microsoft-com-prod 168 M\n\nTransaction Summary\n================================================================================\nRemove 1 Package\n\nInstalled size: 168 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : powershell-7.3.11-1.rh.x86_64 1/1 \n Verifying : powershell-7.3.11-1.rh.x86_64 1/1 \n\nRemoved:\n powershell.x86_64 0:7.3.11-1.rh \n\nComplete!\n" ] } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 13 January 2024 01:24:01 +0000 (0:00:01.317) 0:02:38.075 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003873", "end": "2024-01-13 01:24:01.912877", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:01.909004" } STDOUT: traceflag0 = 3979 TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 13 January 2024 01:24:01 +0000 (0:00:00.146) 0:02:38.221 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 13 January 2024 01:24:01 +0000 (0:00:00.020) 0:02:38.242 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "off" ], "delta": "0:00:00.052350", "end": "2024-01-13 01:24:02.127098", "rc": 0, "start": "2024-01-13 01:24:02.074748" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 13 January 2024 01:24:02 +0000 (0:00:00.192) 0:02:38.435 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:24:02 +0000 (0:00:00.035) 0:02:38.470 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003406", "end": "2024-01-13 01:24:02.307265", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:02.303859" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:24:02 +0000 (0:00:00.146) 0:02:38.616 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:24:02 +0000 (0:00:00.024) 0:02:38.641 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 13 January 2024 01:24:02 +0000 (0:00:00.022) 0:02:38.664 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control writethrough] ********* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:24:02 +0000 (0:00:00.076) 0:02:38.740 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003470", "end": "2024-01-13 01:24:02.576501", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:02.573031" } STDOUT: writethrough = 1 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:24:02 +0000 (0:00:00.145) 0:02:38.886 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "0" ], "delta": "0:00:00.052426", "end": "2024-01-13 01:24:02.772678", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:02.720252" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting control writethrough] ******* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:24:02 +0000 (0:00:00.199) 0:02:39.085 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 13 January 2024 01:24:02 +0000 (0:00:00.020) 0:02:39.106 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 13 January 2024 01:24:02 +0000 (0:00:00.020) 0:02:39.126 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 13 January 2024 01:24:02 +0000 (0:00:00.019) 0:02:39.146 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 13 January 2024 01:24:02 +0000 (0:00:00.022) 0:02:39.168 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 13 January 2024 01:24:02 +0000 (0:00:00.019) 0:02:39.187 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 13 January 2024 01:24:02 +0000 (0:00:00.019) 0:02:39.207 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 13 January 2024 01:24:02 +0000 (0:00:00.020) 0:02:39.228 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 13 January 2024 01:24:02 +0000 (0:00:00.020) 0:02:39.248 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 13 January 2024 01:24:02 +0000 (0:00:00.020) 0:02:39.269 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.020) 0:02:39.289 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.019) 0:02:39.309 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.020) 0:02:39.329 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.020) 0:02:39.349 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.019) 0:02:39.369 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.058) 0:02:39.427 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.021) 0:02:39.448 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.019) 0:02:39.468 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.020) 0:02:39.488 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.020) 0:02:39.508 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.020) 0:02:39.528 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.019) 0:02:39.548 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.018) 0:02:39.566 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.018) 0:02:39.585 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.018) 0:02:39.603 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.018) 0:02:39.621 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.017) 0:02:39.639 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.018) 0:02:39.658 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.020) 0:02:39.678 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.018) 0:02:39.697 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.021) 0:02:39.718 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.019) 0:02:39.737 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.020) 0:02:39.758 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.019) 0:02:39.778 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.063) 0:02:39.841 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.025) 0:02:39.867 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.020) 0:02:39.887 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.018) 0:02:39.905 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.025) 0:02:39.931 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.020) 0:02:39.951 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.018) 0:02:39.970 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.018) 0:02:39.989 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.019) 0:02:40.008 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.019) 0:02:40.028 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.019) 0:02:40.047 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.020) 0:02:40.068 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.020) 0:02:40.088 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.021) 0:02:40.110 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.020) 0:02:40.131 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.019) 0:02:40.151 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.027) 0:02:40.178 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.019) 0:02:40.198 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.020) 0:02:40.218 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 13 January 2024 01:24:03 +0000 (0:00:00.019) 0:02:40.237 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 13 January 2024 01:24:04 +0000 (0:00:00.065) 0:02:40.303 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 13 January 2024 01:24:04 +0000 (0:00:00.023) 0:02:40.327 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 13 January 2024 01:24:04 +0000 (0:00:00.019) 0:02:40.346 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 13 January 2024 01:24:04 +0000 (0:00:00.019) 0:02:40.366 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 13 January 2024 01:24:04 +0000 (0:00:00.019) 0:02:40.385 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 13 January 2024 01:24:04 +0000 (0:00:00.162) 0:02:40.547 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:23:12 UTC", "ActiveEnterTimestampMonotonic": "1505734768", "ActiveExitTimestamp": "Sat 2024-01-13 01:23:44 UTC", "ActiveExitTimestampMonotonic": "1537702496", "ActiveState": "inactive", "After": "system.slice -.mount basic.target systemd-journald.socket network.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:23:12 UTC", "AssertTimestampMonotonic": "1505733810", "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-13 01:23:12 UTC", "ConditionTimestampMonotonic": "1505733808", "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-13 01:23:44 UTC", "ExecMainExitTimestampMonotonic": "1537930102", "ExecMainPID": "29593", "ExecMainStartTimestamp": "Sat 2024-01-13 01:23:12 UTC", "ExecMainStartTimestampMonotonic": "1505734672", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-13 01:23:12 UTC] ; stop_time=[Sat 2024-01-13 01:23:44 UTC] ; pid=29593 ; 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-13 01:23:44 UTC", "InactiveEnterTimestampMonotonic": "1537930247", "InactiveExitTimestamp": "Sat 2024-01-13 01:23:12 UTC", "InactiveExitTimestampMonotonic": "1505734768", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 13 January 2024 01:24:04 +0000 (0:00:00.232) 0:02:40.780 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 13 January 2024 01:24:04 +0000 (0:00:00.019) 0:02:40.800 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run with the edited settings again - should report not changed] ********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/tests_idempotency.yml:73 Saturday 13 January 2024 01:24:04 +0000 (0:00:00.018) 0:02:40.818 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 13 January 2024 01:24:04 +0000 (0:00:00.362) 0:02:41.181 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 13 January 2024 01:24:04 +0000 (0:00:00.030) 0:02:41.211 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 13 January 2024 01:24:04 +0000 (0:00:00.024) 0:02:41.236 ****** 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-ci3rhwj_yl/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-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 13 January 2024 01:24:04 +0000 (0:00:00.034) 0:02:41.271 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.018) 0:02:41.290 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.019) 0:02:41.310 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.019) 0:02:41.329 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.019) 0:02:41.349 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.018) 0:02:41.367 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.018) 0:02:41.386 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.017) 0:02:41.403 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.018) 0:02:41.422 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.018) 0:02:41.440 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.021) 0:02:41.461 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.077) 0:02:41.539 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.020) 0:02:41.559 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.019) 0:02:41.579 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.018) 0:02:41.597 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 13 January 2024 01:24:05 +0000 (0:00:00.021) 0:02:41.619 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 13 January 2024 01:24:06 +0000 (0:00:01.080) 0:02:42.699 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:24:06 +0000 (0:00:00.054) 0:02:42.754 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 13 January 2024 01:24:06 +0000 (0:00:00.020) 0:02:42.775 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 13 January 2024 01:24:06 +0000 (0:00:00.021) 0:02:42.796 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 13 January 2024 01:24:06 +0000 (0:00:00.038) 0:02:42.835 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 13 January 2024 01:24:06 +0000 (0:00:00.360) 0:02:43.195 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 13 January 2024 01:24:06 +0000 (0:00:00.071) 0:02:43.267 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:24:07 +0000 (0:00:00.022) 0:02:43.289 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:24:07 +0000 (0:00:00.023) 0:02:43.312 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 13 January 2024 01:24:07 +0000 (0:00:00.023) 0:02:43.335 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 13 January 2024 01:24:07 +0000 (0:00:00.020) 0:02:43.356 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 13 January 2024 01:24:07 +0000 (0:00:00.020) 0:02:43.376 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 13 January 2024 01:24:07 +0000 (0:00:00.019) 0:02:43.396 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 13 January 2024 01:24:07 +0000 (0:00:00.020) 0:02:43.417 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 13 January 2024 01:24:07 +0000 (0:00:00.020) 0:02:43.437 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 13 January 2024 01:24:07 +0000 (0:00:00.509) 0:02:43.947 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 13 January 2024 01:24:07 +0000 (0:00:00.020) 0:02:43.967 ****** 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.006410", "end": "2024-01-13 01:24:07.803893", "rc": 0, "start": "2024-01-13 01:24:07.797483" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 13 January 2024 01:24:07 +0000 (0:00:00.144) 0:02:44.111 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 13 January 2024 01:24:08 +0000 (0:00:00.846) 0:02:44.958 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 13 January 2024 01:24:08 +0000 (0:00:00.026) 0:02:44.985 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 13 January 2024 01:24:08 +0000 (0:00:00.068) 0:02:45.053 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 13 January 2024 01:24:08 +0000 (0:00:00.020) 0:02:45.074 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut TASK [linux-system-roles.mssql : Get stat of the directory /var/opt/mssql/data] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 13 January 2024 01:24:08 +0000 (0:00:00.041) 0:02:45.115 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705108933.346084, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705108933.278087, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263683, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705108933.278087, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "18446744073361941934", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.mssql : Ensure the directory and keep present permissions /var/opt/mssql/data] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 13 January 2024 01:24:08 +0000 (0:00:00.144) 0:02:45.260 ****** ok: [sut] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 13 January 2024 01:24:09 +0000 (0:00:00.144) 0:02:45.404 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/var/opt/mssql/log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log", "/var/opt/mssql/data", "/var/opt/mssql/log", "/var/opt/mssql/data" ] }, "changed": false } TASK [linux-system-roles.mssql : Configure the setting defaultdatadir] ********* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 13 January 2024 01:24:09 +0000 (0:00:00.025) 0:02:45.429 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:24:09 +0000 (0:00:00.031) 0:02:45.461 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003237", "end": "2024-01-13 01:24:09.292717", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:09.289480" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:24:09 +0000 (0:00:00.139) 0:02:45.600 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:24:09 +0000 (0:00:00.025) 0:02:45.626 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stat of the directory /var/opt/mssql/log] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 13 January 2024 01:24:09 +0000 (0:00:00.023) 0:02:45.649 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109047.3516147, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109047.3606145, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263684, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705109047.3606145, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "18446744073361941935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.mssql : Ensure the directory and keep present permissions /var/opt/mssql/log] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 13 January 2024 01:24:09 +0000 (0:00:00.149) 0:02:45.799 ****** ok: [sut] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/log", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [linux-system-roles.mssql : Append facts for the selinux role] ************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 13 January 2024 01:24:09 +0000 (0:00:00.150) 0:02:45.949 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/var/opt/mssql/log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/var/opt/mssql/log" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log", "/var/opt/mssql/data", "/var/opt/mssql/log", "/var/opt/mssql/data", "/var/opt/mssql/log" ] }, "changed": false } TASK [linux-system-roles.mssql : Configure the setting defaultlogdir] ********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 13 January 2024 01:24:09 +0000 (0:00:00.025) 0:02:45.974 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:24:09 +0000 (0:00:00.083) 0:02:46.058 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003438", "end": "2024-01-13 01:24:09.892545", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:09.889107" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:24:09 +0000 (0:00:00.143) 0:02:46.201 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:24:09 +0000 (0:00:00.024) 0:02:46.226 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 13 January 2024 01:24:09 +0000 (0:00:00.019) 0:02:46.246 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 13 January 2024 01:24:09 +0000 (0:00:00.018) 0:02:46.265 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 13 January 2024 01:24:10 +0000 (0:00:00.344) 0:02:46.610 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:58:32 UTC", "ActiveEnterTimestampMonotonic": "25998644", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target systemd-journald.socket dbus.service systemd-sysctl.service network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:31 UTC", "AssertTimestampMonotonic": "24453994", "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-13 00:58:31 UTC", "ConditionTimestampMonotonic": "24453993", "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": "877", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:31 UTC", "ExecMainStartTimestampMonotonic": "24454618", "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-13 00:58:31 UTC", "InactiveExitTimestampMonotonic": "24454670", "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": "877", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "dbus.service basic.target system.slice polkit.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "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-13 00:58:32 UTC", "WatchdogTimestampMonotonic": "25998573", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 13 January 2024 01:24:10 +0000 (0:00:00.214) 0:02:46.825 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.094972", "end": "2024-01-13 01:24:10.748318", "rc": 0, "start": "2024-01-13 01:24:10.653346" } 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 13 January 2024 01:24:10 +0000 (0:00:00.230) 0:02:47.055 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 13 January 2024 01:24:10 +0000 (0:00:00.019) 0:02:47.074 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 13 January 2024 01:24:10 +0000 (0:00:00.018) 0:02:47.093 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 13 January 2024 01:24:10 +0000 (0:00:00.018) 0:02:47.111 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 13 January 2024 01:24:10 +0000 (0:00:00.135) 0:02:47.247 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 13 January 2024 01:24:11 +0000 (0:00:00.341) 0:02:47.588 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 13 January 2024 01:24:11 +0000 (0:00:00.088) 0:02:47.677 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:24:04 UTC", "ActiveEnterTimestampMonotonic": "1557496360", "ActiveExitTimestamp": "Sat 2024-01-13 01:23:44 UTC", "ActiveExitTimestampMonotonic": "1537702496", "ActiveState": "active", "After": "system.slice -.mount basic.target systemd-journald.socket network.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:24:04 UTC", "AssertTimestampMonotonic": "1557495454", "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-13 01:24:04 UTC", "ConditionTimestampMonotonic": "1557495452", "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": "31490", "ExecMainStartTimestamp": "Sat 2024-01-13 01:24:04 UTC", "ExecMainStartTimestampMonotonic": "1557496283", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-13 01:24:04 UTC] ; stop_time=[n/a] ; pid=31490 ; 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-13 01:23:44 UTC", "InactiveEnterTimestampMonotonic": "1537930247", "InactiveExitTimestamp": "Sat 2024-01-13 01:24:04 UTC", "InactiveExitTimestampMonotonic": "1557496360", "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": "31490", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:24:04 UTC", "WatchdogTimestampMonotonic": "1557496334", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 13 January 2024 01:24:11 +0000 (0:00:00.210) 0:02:47.888 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003305", "end": "2024-01-13 01:24:11.718926", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:11.715621" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 13 January 2024 01:24:11 +0000 (0:00:00.138) 0:02:48.026 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003400", "end": "2024-01-13 01:24:11.856333", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:11.852933" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 13 January 2024 01:24:11 +0000 (0:00:00.139) 0:02:48.165 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 13 January 2024 01:24:11 +0000 (0:00:00.028) 0:02:48.193 ****** 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": 6574, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 13 January 2024 01:24:13 +0000 (0:00:01.194) 0:02:49.388 ****** ok: [sut] => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 13 January 2024 01:24:13 +0000 (0:00:00.190) 0:02:49.578 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 13 January 2024 01:24:13 +0000 (0:00:00.028) 0:02:49.606 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 13 January 2024 01:24:14 +0000 (0:00:01.084) 0:02:50.691 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 13 January 2024 01:24:14 +0000 (0:00:00.029) 0:02:50.721 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 13 January 2024 01:24:14 +0000 (0:00:00.023) 0:02:50.745 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 13 January 2024 01:24:14 +0000 (0:00:00.022) 0:02:50.768 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Standard edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005353", "end": "2024-01-13 01:24:14.612902", "rc": 0, "start": "2024-01-13 01:24:14.607549" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 13 January 2024 01:24:14 +0000 (0:00:00.153) 0:02:50.921 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 13 January 2024 01:24:14 +0000 (0:00:00.024) 0:02:50.945 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 13 January 2024 01:24:15 +0000 (0:00:00.934) 0:02:51.880 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 13 January 2024 01:24:15 +0000 (0:00:00.021) 0:02:51.902 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:24:15 +0000 (0:00:00.035) 0:02:51.938 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003354", "end": "2024-01-13 01:24:15.773866", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:15.770512" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:24:15 +0000 (0:00:00.148) 0:02:52.087 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network ipaddress] ********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:24:15 +0000 (0:00:00.038) 0:02:52.125 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 13 January 2024 01:24:15 +0000 (0:00:00.100) 0:02:52.225 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 13 January 2024 01:24:15 +0000 (0:00:00.026) 0:02:52.251 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1435] ******* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 13 January 2024 01:24:15 +0000 (0:00:00.021) 0:02:52.273 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:24:16 +0000 (0:00:00.034) 0:02:52.307 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003374", "end": "2024-01-13 01:24:16.140389", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:16.137015" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:24:16 +0000 (0:00:00.141) 0:02:52.449 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:24:16 +0000 (0:00:00.025) 0:02:52.474 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 13 January 2024 01:24:16 +0000 (0:00:00.020) 0:02:52.495 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 13 January 2024 01:24:16 +0000 (0:00:00.029) 0:02:52.524 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting sqlagent enabled] ************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:24:16 +0000 (0:00:00.051) 0:02:52.576 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003396", "end": "2024-01-13 01:24:16.409664", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:16.406268" } STDOUT: enabled = False TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:24:16 +0000 (0:00:00.146) 0:02:52.722 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting sqlagent enabled] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:24:16 +0000 (0:00:00.026) 0:02:52.749 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 13 January 2024 01:24:16 +0000 (0:00:00.022) 0:02:52.771 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-fts is not installed" ] } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 13 January 2024 01:24:16 +0000 (0:00:00.390) 0:02:53.161 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "powershell is not installed" ] } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 13 January 2024 01:24:17 +0000 (0:00:00.301) 0:02:53.463 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003407", "end": "2024-01-13 01:24:17.298115", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:24:17.294708" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 13 January 2024 01:24:17 +0000 (0:00:00.140) 0:02:53.604 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 13 January 2024 01:24:17 +0000 (0:00:00.025) 0:02:53.629 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 13 January 2024 01:24:17 +0000 (0:00:00.026) 0:02:53.655 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:24:17 +0000 (0:00:00.038) 0:02:53.694 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003306", "end": "2024-01-13 01:24:17.525578", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:17.522272" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:24:17 +0000 (0:00:00.139) 0:02:53.834 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:24:17 +0000 (0:00:00.027) 0:02:53.861 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 13 January 2024 01:24:17 +0000 (0:00:00.028) 0:02:53.889 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control writethrough] ********* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 13 January 2024 01:24:17 +0000 (0:00:00.044) 0:02:53.934 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003252", "end": "2024-01-13 01:24:17.767244", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:17.763992" } STDOUT: writethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 13 January 2024 01:24:17 +0000 (0:00:00.142) 0:02:54.076 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting control writethrough] ******* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 13 January 2024 01:24:17 +0000 (0:00:00.025) 0:02:54.102 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 13 January 2024 01:24:17 +0000 (0:00:00.022) 0:02:54.125 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 13 January 2024 01:24:17 +0000 (0:00:00.026) 0:02:54.151 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 13 January 2024 01:24:17 +0000 (0:00:00.022) 0:02:54.173 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 13 January 2024 01:24:17 +0000 (0:00:00.022) 0:02:54.196 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 13 January 2024 01:24:17 +0000 (0:00:00.023) 0:02:54.219 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 13 January 2024 01:24:17 +0000 (0:00:00.027) 0:02:54.246 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.114) 0:02:54.361 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.034) 0:02:54.395 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.022) 0:02:54.417 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.022) 0:02:54.440 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.020) 0:02:54.460 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.022) 0:02:54.482 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.037) 0:02:54.520 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.021) 0:02:54.541 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.022) 0:02:54.563 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.021) 0:02:54.585 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.021) 0:02:54.606 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.020) 0:02:54.627 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.020) 0:02:54.648 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.020) 0:02:54.668 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.019) 0:02:54.688 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.020) 0:02:54.708 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.023) 0:02:54.731 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.020) 0:02:54.752 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.019) 0:02:54.772 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.094) 0:02:54.866 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.020) 0:02:54.886 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.021) 0:02:54.908 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.020) 0:02:54.929 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.021) 0:02:54.950 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.027) 0:02:54.978 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.019) 0:02:54.998 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.020) 0:02:55.018 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.020) 0:02:55.038 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.025) 0:02:55.063 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.020) 0:02:55.084 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.020) 0:02:55.104 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.026) 0:02:55.131 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.020) 0:02:55.152 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.020) 0:02:55.172 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.020) 0:02:55.192 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.019) 0:02:55.212 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.020) 0:02:55.233 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 13 January 2024 01:24:18 +0000 (0:00:00.020) 0:02:55.253 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.084) 0:02:55.338 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.020) 0:02:55.358 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.025) 0:02:55.384 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.032) 0:02:55.417 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.020) 0:02:55.438 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.028) 0:02:55.466 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.020) 0:02:55.487 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.021) 0:02:55.508 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.024) 0:02:55.533 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.022) 0:02:55.555 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.023) 0:02:55.578 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.020) 0:02:55.598 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.021) 0:02:55.620 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.021) 0:02:55.642 ****** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.175) 0:02:55.817 ****** 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-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.020) 0:02:55.837 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify disabled settings] ************************************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/tests_idempotency.yml:88 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.022) 0:02:55.860 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:8 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.247) 0:02:56.107 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile' /var/opt/mssql/mssql.conf \\\n2>&1 | sed 's\\errorlogfile : \\\\')\" || :\nif [ -f \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -f /var/opt/mssql/log/errorlog ]; then\n echo \"/var/opt/mssql/log/errorlog\"\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005406", "end": "2024-01-13 01:24:19.939758", "rc": 0, "start": "2024-01-13 01:24:19.934352" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:23 Saturday 13 January 2024 01:24:19 +0000 (0:00:00.137) 0:02:56.245 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Standard edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n echo false\nelse\n echo true\nfi\n", "delta": "0:00:00.005150", "end": "2024-01-13 01:24:20.077624", "rc": 0, "start": "2024-01-13 01:24:20.072474" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:35 Saturday 13 January 2024 01:24:20 +0000 (0:00:00.137) 0:02:56.383 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:39 Saturday 13 January 2024 01:24:20 +0000 (0:00:00.023) 0:02:56.407 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:24:20 +0000 (0:00:00.068) 0:02:56.475 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004692", "end": "2024-01-13 01:24:20.327915", "rc": 0, "start": "2024-01-13 01:24:20.323223" } STDOUT: ipaddress = 127.0.0.1 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:24:20 +0000 (0:00:00.161) 0:02:56.636 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:24:20 +0000 (0:00:00.068) 0:02:56.705 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 127.0.0.1] ***************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:24:20 +0000 (0:00:00.041) 0:02:56.747 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:24:20 +0000 (0:00:00.060) 0:02:56.807 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004500", "end": "2024-01-13 01:24:20.647587", "rc": 0, "start": "2024-01-13 01:24:20.643087" } STDOUT: tcpport = 1435 TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:24:20 +0000 (0:00:00.153) 0:02:56.961 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool tcpport] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:24:20 +0000 (0:00:00.024) 0:02:56.985 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1435] ********************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:24:20 +0000 (0:00:00.110) 0:02:57.095 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:24:20 +0000 (0:00:00.026) 0:02:57.121 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004713", "end": "2024-01-13 01:24:20.952931", "rc": 0, "start": "2024-01-13 01:24:20.948218" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:24:20 +0000 (0:00:00.138) 0:02:57.260 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.032) 0:02:57.292 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/data] ******************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.023) 0:02:57.316 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.036) 0:02:57.353 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004605", "end": "2024-01-13 01:24:21.212478", "rc": 0, "start": "2024-01-13 01:24:21.207873" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.180) 0:02:57.533 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.036) 0:02:57.570 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/log] ******************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.027) 0:02:57.597 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.021) 0:02:57.619 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004510", "end": "2024-01-13 01:24:21.454720", "rc": 0, "start": "2024-01-13 01:24:21.450210" } STDOUT: enabled = False TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.143) 0:02:57.762 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool enabled] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.022) 0:02:57.785 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.028) 0:02:57.813 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:55 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.019) 0:02:57.833 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705108933.346084, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705108933.278087, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263683, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705108933.278087, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "18446744073361941934", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:60 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.146) 0:02:57.979 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:70 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.024) 0:02:58.004 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109047.3516147, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109047.3606145, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263684, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705109047.3606145, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "18446744073361941935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:75 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.142) 0:02:58.147 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:85 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.108) 0:02:58.256 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 13 January 2024 01:24:22 +0000 (0:00:00.034) 0:02:58.290 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:24:04 UTC", "ActiveEnterTimestampMonotonic": "1557496360", "ActiveExitTimestamp": "Sat 2024-01-13 01:23:44 UTC", "ActiveExitTimestampMonotonic": "1537702496", "ActiveState": "active", "After": "system.slice -.mount basic.target systemd-journald.socket network.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:24:04 UTC", "AssertTimestampMonotonic": "1557495454", "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-13 01:24:04 UTC", "ConditionTimestampMonotonic": "1557495452", "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": "31490", "ExecMainStartTimestamp": "Sat 2024-01-13 01:24:04 UTC", "ExecMainStartTimestampMonotonic": "1557496283", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-13 01:24:04 UTC] ; stop_time=[n/a] ; pid=31490 ; 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-13 01:23:44 UTC", "InactiveEnterTimestampMonotonic": "1537930247", "InactiveExitTimestamp": "Sat 2024-01-13 01:24:04 UTC", "InactiveExitTimestampMonotonic": "1557496360", "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": "31490", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:24:04 UTC", "WatchdogTimestampMonotonic": "1557496334", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 13 January 2024 01:24:22 +0000 (0:00:00.217) 0:02:58.508 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003287", "end": "2024-01-13 01:24:22.343558", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:22.340271" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 13 January 2024 01:24:22 +0000 (0:00:00.144) 0:02:58.652 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003375", "end": "2024-01-13 01:24:22.487105", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:22.483730" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 13 January 2024 01:24:22 +0000 (0:00:00.168) 0:02:58.821 ****** 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-ci3rhwj_yl/tests/tasks/verify_settings.yml:93 Saturday 13 January 2024 01:24:22 +0000 (0:00:00.031) 0:02:58.852 ****** 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": 6574, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:99 Saturday 13 January 2024 01:24:23 +0000 (0:00:01.188) 0:03:00.041 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "127.0.0.1,1435", "-U", "sa", "-P", "p@55w0rD1", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.021756", "end": "2024-01-13 01:24:23.896803", "rc": 0, "start": "2024-01-13 01:24:23.875047" } 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 Standard Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:113 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.169) 0:03:00.210 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:117 Saturday 13 January 2024 01:24:23 +0000 (0:00:00.054) 0:03:00.265 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_package.yml:7 Saturday 13 January 2024 01:24:24 +0000 (0:00:00.034) 0:03:00.299 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed mssql-server-fts] ********************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_package.yml:12 Saturday 13 January 2024 01:24:25 +0000 (0:00:01.175) 0:03:01.474 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_package.yml:17 Saturday 13 January 2024 01:24:25 +0000 (0:00:00.040) 0:03:01.515 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:124 Saturday 13 January 2024 01:24:25 +0000 (0:00:00.076) 0:03:01.591 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_package.yml:7 Saturday 13 January 2024 01:24:25 +0000 (0:00:00.043) 0:03:01.635 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed powershell] *************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_package.yml:12 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.932) 0:03:02.567 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_package.yml:17 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.030) 0:03:02.598 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:135 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.037) 0:03:02.635 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004400", "end": "2024-01-13 01:24:26.468766", "rc": 0, "start": "2024-01-13 01:24:26.464366" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:140 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.168) 0:03:02.804 ****** 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-ci3rhwj_yl/tests/tasks/verify_settings.yml:145 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.042) 0:03:02.846 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:151 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.042) 0:03:02.889 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.037) 0:03:02.926 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004319", "end": "2024-01-13 01:24:26.759804", "rc": 0, "start": "2024-01-13 01:24:26.755485" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.232) 0:03:03.158 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool alternatewritethrough] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.027) 0:03:03.186 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.030) 0:03:03.216 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:157 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.025) 0:03:03.241 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:7 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.035) 0:03:03.277 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004599", "end": "2024-01-13 01:24:27.112302", "rc": 0, "start": "2024-01-13 01:24:27.107703" } STDOUT: writethrough = 0 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:14 Saturday 13 January 2024 01:24:27 +0000 (0:00:00.144) 0:03:03.421 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool writethrough] ******************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:25 Saturday 13 January 2024 01:24:27 +0000 (0:00:00.023) 0:03:03.445 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/mssql_conf_verify.yml:40 Saturday 13 January 2024 01:24:27 +0000 (0:00:00.028) 0:03:03.474 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:167 Saturday 13 January 2024 01:24:27 +0000 (0:00:00.020) 0:03:03.495 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:178 Saturday 13 January 2024 01:24:27 +0000 (0:00:00.019) 0:03:03.514 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:190 Saturday 13 January 2024 01:24:27 +0000 (0:00:00.019) 0:03:03.534 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:198 Saturday 13 January 2024 01:24:27 +0000 (0:00:00.019) 0:03:03.554 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:208 Saturday 13 January 2024 01:24:27 +0000 (0:00:00.020) 0:03:03.574 ****** 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-ci3rhwj_yl/tests/tasks/verify_settings.yml:213 Saturday 13 January 2024 01:24:27 +0000 (0:00:00.021) 0:03:03.596 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:221 Saturday 13 January 2024 01:24:27 +0000 (0:00:00.028) 0:03:03.625 ****** 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-ci3rhwj_yl/tests/tasks/tests_idempotency.yml:105 Saturday 13 January 2024 01:24:27 +0000 (0:00:00.024) 0:03:03.649 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/check_header.yml:4 Saturday 13 January 2024 01:24:27 +0000 (0:00:00.287) 0:03:03.936 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003419", "end": "2024-01-13 01:24:27.802171", "rc": 0, "start": "2024-01-13 01:24:27.798752" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = False [EULA] accepteula = Y [filelocation] defaultdatadir = /var/opt/mssql/data defaultlogdir = /var/opt/mssql/log [network] ipaddress = 127.0.0.1 tcpport = 1435 [traceflag] [control] alternatewritethrough = 0 writethrough = 0 TASK [Clean up after the role invocation] ************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tests_idempotency_2017.yml:18 Saturday 13 January 2024 01:24:27 +0000 (0:00:00.171) 0:03:04.108 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/cleanup.yml:2 Saturday 13 January 2024 01:24:27 +0000 (0:00:00.033) 0:03:04.142 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Purge cluster configuration] ********************************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/cleanup.yml:6 Saturday 13 January 2024 01:24:28 +0000 (0:00:00.936) 0:03:05.078 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/cleanup.yml:14 Saturday 13 January 2024 01:24:28 +0000 (0:00:00.027) 0:03:05.106 ****** ok: [sut] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/cleanup.yml:18 Saturday 13 January 2024 01:24:28 +0000 (0:00:00.028) 0:03:05.135 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 13 January 2024 01:24:28 +0000 (0:00:00.138) 0:03:05.274 ****** included: /WORKDIR/git-weekly-ci3rhwj_yl/.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-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 13 January 2024 01:24:29 +0000 (0:00:00.036) 0:03:05.310 ****** 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-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 13 January 2024 01:24:29 +0000 (0:00:00.025) 0:03:05.336 ****** 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-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 13 January 2024 01:24:29 +0000 (0:00:00.140) 0:03:05.476 ****** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 13 January 2024 01:24:29 +0000 (0:00:00.024) 0:03:05.500 ****** 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-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 13 January 2024 01:24:29 +0000 (0:00:00.341) 0:03:05.841 ****** 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-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 13 January 2024 01:24:29 +0000 (0:00:00.019) 0:03:05.861 ****** 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-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 13 January 2024 01:24:29 +0000 (0:00:00.026) 0:03:05.887 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:20:40 UTC", "ActiveEnterTimestampMonotonic": "1353602449", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target system.slice polkit.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:20:39 UTC", "AssertTimestampMonotonic": "1352974127", "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-13 01:20:39 UTC", "ConditionTimestampMonotonic": "1352974125", "Conflicts": "iptables.service ipset.service ip6tables.service ebtables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "27199", "ExecMainStartTimestamp": "Sat 2024-01-13 01:20:39 UTC", "ExecMainStartTimestampMonotonic": "1352976923", "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-13 01:20:39 UTC", "InactiveExitTimestampMonotonic": "1352976967", "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": "27199", "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-13 01:20:40 UTC", "WatchdogTimestampMonotonic": "1353602377", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 13 January 2024 01:24:29 +0000 (0:00:00.215) 0:03:06.103 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:20:40 UTC", "ActiveEnterTimestampMonotonic": "1353602449", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target system.slice polkit.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:20:39 UTC", "AssertTimestampMonotonic": "1352974127", "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-13 01:20:39 UTC", "ConditionTimestampMonotonic": "1352974125", "Conflicts": "iptables.service ipset.service ip6tables.service ebtables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "27199", "ExecMainStartTimestamp": "Sat 2024-01-13 01:20:39 UTC", "ExecMainStartTimestampMonotonic": "1352976923", "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-13 01:20:39 UTC", "InactiveExitTimestampMonotonic": "1352976967", "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": "27199", "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-13 01:20:40 UTC", "WatchdogTimestampMonotonic": "1353602377", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 13 January 2024 01:24:30 +0000 (0:00:00.212) 0:03:06.315 ****** 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-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 13 January 2024 01:24:30 +0000 (0:00:00.025) 0:03:06.341 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.14.107 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 13 January 2024 01:24:30 +0000 (0:00:00.377) 0:03:06.718 ****** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 13 January 2024 01:24:30 +0000 (0:00:00.031) 0:03:06.749 ****** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 13 January 2024 01:24:30 +0000 (0:00:00.024) 0:03:06.774 ****** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 13 January 2024 01:24:30 +0000 (0:00:00.022) 0:03:06.796 ****** 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-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 13 January 2024 01:24:30 +0000 (0:00:00.028) 0:03:06.825 ****** 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-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 13 January 2024 01:24:30 +0000 (0:00:00.023) 0:03:06.848 ****** 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-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 13 January 2024 01:24:30 +0000 (0:00:00.020) 0:03:06.869 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.14.107 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 13 January 2024 01:24:30 +0000 (0:00:00.299) 0:03:07.169 ****** ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 13 January 2024 01:24:30 +0000 (0:00:00.050) 0:03:07.219 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/cleanup.yml:27 Saturday 13 January 2024 01:24:30 +0000 (0:00:00.027) 0:03:07.246 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/cleanup.yml:35 Saturday 13 January 2024 01:24:30 +0000 (0:00:00.026) 0:03:07.273 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/cleanup.yml:39 Saturday 13 January 2024 01:24:31 +0000 (0:00:00.024) 0:03:07.297 ****** ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/cleanup.yml:45 Saturday 13 January 2024 01:24:31 +0000 (0:00:00.155) 0:03:07.453 ****** 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-ci3rhwj_yl/tests/tasks/cleanup.yml:58 Saturday 13 January 2024 01:24:34 +0000 (0:00:02.995) 0:03:10.448 ****** 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.008815", "end": "2024-01-13 01:24:34.285637", "rc": 0, "start": "2024-01-13 01:24:34.276822" } 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-3055099474-1347077848-958300562-500/Preferred’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-3055099474-1347077848-958300562-500/b83ce54c-047c-4250-bd63-c081bcc14c36’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-3055099474-1347077848-958300562-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-3055099474-1347077848-958300562-500/42e7704ae40b0d75de00736cc66b813a_fb41a309-b5a9-4950-b631-31420dea33ca’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-3055099474-1347077848-958300562-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/66c00064-4322-4e68-8484-3f4f201ba587’ 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/log_4.trc’ removed ‘/var/opt/mssql/log/sqlagent.out’ removed ‘/var/opt/mssql/log/FDLAUNCHERRORLOG’ removed ‘/var/opt/mssql/log/system_health_0_133495825327310000.xel’ removed ‘/var/opt/mssql/log/errorlog.2’ removed ‘/var/opt/mssql/log/sqlagent.1’ removed ‘/var/opt/mssql/log/sqlagent.2’ removed ‘/var/opt/mssql/log/system_health_0_133495825958150000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133495825312720000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133495825365420000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133495826353480000.xel’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/log_2.trc’ removed ‘/var/opt/mssql/log/log_3.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133495825955460000.xel’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/system_health_0_133495826473400000.xel’ removed ‘/var/opt/mssql/log/errorlog.5’ removed ‘/var/opt/mssql/log/log_1.trc’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/system_health_0_133495826289470000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133495826286040000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133495826470130000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133495826355900000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133495825370370000.xel’ removed ‘/var/opt/mssql/log/errorlog.4’ removed directory: ‘/var/opt/mssql/log’ removed ‘/var/opt/mssql/FTData/tsmal.xml’ removed ‘/var/opt/mssql/FTData/tscat.xml’ removed ‘/var/opt/mssql/FTData/tsdeu.xml’ removed ‘/var/opt/mssql/FTData/tssrl.xml’ removed ‘/var/opt/mssql/FTData/tssky.xml’ removed ‘/var/opt/mssql/FTData/tseng.xml’ removed ‘/var/opt/mssql/FTData/tsben.xml’ removed ‘/var/opt/mssql/FTData/tsesn.xml’ removed ‘/var/opt/mssql/FTData/tsglobal.xml’ removed ‘/var/opt/mssql/FTData/tsguj.xml’ removed ‘/var/opt/mssql/FTData/tsptg.xml’ removed ‘/var/opt/mssql/FTData/tsind.xml’ removed ‘/var/opt/mssql/FTData/tshrv.xml’ removed ‘/var/opt/mssql/FTData/tsbgr.xml’ removed ‘/var/opt/mssql/FTData/tssve.xml’ removed ‘/var/opt/mssql/FTData/tstha.xml’ removed ‘/var/opt/mssql/FTData/tsfra.xml’ removed ‘/var/opt/mssql/FTData/tsenu.xml’ removed ‘/var/opt/mssql/FTData/tsslv.xml’ removed ‘/var/opt/mssql/FTData/tsrom.xml’ removed ‘/var/opt/mssql/FTData/tschs.xml’ removed ‘/var/opt/mssql/FTData/tsptb.xml’ removed ‘/var/opt/mssql/FTData/tstrk.xml’ removed ‘/var/opt/mssql/FTData/tsnld.xml’ removed ‘/var/opt/mssql/FTData/tsrus.xml’ removed ‘/var/opt/mssql/FTData/tsara.xml’ removed ‘/var/opt/mssql/FTData/tslth.xml’ removed ‘/var/opt/mssql/FTData/tscze.xml’ removed ‘/var/opt/mssql/FTData/tskor.xml’ removed ‘/var/opt/mssql/FTData/tsmsl.xml’ removed ‘/var/opt/mssql/FTData/tsnor.xml’ removed ‘/var/opt/mssql/FTData/tsmar.xml’ removed ‘/var/opt/mssql/FTData/tsplk.xml’ removed ‘/var/opt/mssql/FTData/tstam.xml’ removed ‘/var/opt/mssql/FTData/tssrb.xml’ removed ‘/var/opt/mssql/FTData/tsukr.xml’ removed ‘/var/opt/mssql/FTData/tsgrk.xml’ removed ‘/var/opt/mssql/FTData/tsvit.xml’ removed ‘/var/opt/mssql/FTData/tspan.xml’ removed ‘/var/opt/mssql/FTData/tshin.xml’ removed ‘/var/opt/mssql/FTData/tscht.xml’ removed ‘/var/opt/mssql/FTData/tsdan.xml’ removed ‘/var/opt/mssql/FTData/tslvi.xml’ removed ‘/var/opt/mssql/FTData/tsurd.xml’ removed ‘/var/opt/mssql/FTData/tsisl.xml’ removed ‘/var/opt/mssql/FTData/tsheb.xml’ removed directory: ‘/var/opt/mssql/FTData/FilterData’ removed ‘/var/opt/mssql/FTData/tstel.xml’ removed ‘/var/opt/mssql/FTData/tsita.xml’ removed ‘/var/opt/mssql/FTData/tskan.xml’ removed ‘/var/opt/mssql/FTData/tsjpn.xml’ removed directory: ‘/var/opt/mssql/FTData’ removed ‘/var/opt/mssql/secrets/machine-key’ removed directory: ‘/var/opt/mssql/secrets’ removed directory: ‘/var/opt/mssql’ removed directory: ‘/opt/mssql/misc’ removed directory: ‘/opt/mssql’ removed directory: ‘/opt/mssql-tools’ removed ‘/etc/yum.repos.d/packages-microsoft-com-mssql-server-2017.repo’ removed ‘/etc/yum.repos.d/packages-microsoft-com-prod.repo’ removed directory: ‘/tmp/mssql_data’ removed directory: ‘/tmp/mssql_log’ removed ‘/etc/systemd/system/multi-user.target.wants/mssql-server.service’ TASK [Stop the mssql-server service] ******************************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/cleanup.yml:72 Saturday 13 January 2024 01:24:34 +0000 (0:00:00.149) 0:03:10.597 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.395627", "end": "2024-01-13 01:24:34.820967", "rc": 0, "start": "2024-01-13 01:24:34.425340" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=344 changed=39 unreachable=0 failed=0 skipped=507 rescued=0 ignored=1 Saturday 13 January 2024 01:24:34 +0000 (0:00:00.520) 0:03:11.117 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 39.19s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure the package mssql-server-fts --------- 27.34s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure the package powershell --------------- 13.01s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Set up MSSQL --------------------------------- 7.09s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 5.56s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Change the password of sa user --------------- 5.35s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 linux-system-roles.mssql : Change the edition of MSSQL ------------------ 5.18s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Remove related packages ------------------------------------------------- 3.00s /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/cleanup.yml:45 --------------------- linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.65s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles --- 1.83s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 linux-system-roles.mssql : Ensure the package mssql-server-fts ---------- 1.39s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure the package powershell ---------------- 1.32s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Gather package facts ------------------------- 1.30s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.24s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.19s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Wait for mssql-server to prepare for client connections ----------------- 1.19s /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:93 ------------- Gather package facts ---------------------------------------------------- 1.18s /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_package.yml:7 --------------- linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.14s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Wait for mssql-server to prepare for client connections ----------------- 1.14s /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Gather package facts ------------------------- 1.08s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the file module with state=absent rather than running 'rm'. If you need to use command because file is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---