# 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_2019.yml ******************************************* 1 plays in /WORKDIR/git-weekly-ci3rhwj_yl/tests/tests_idempotency_2019.yml PLAY [Ensure that the role is idempotent] ************************************** META: ran handlers TASK [Run tests_idempotency with SQL Server 2019] ****************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tests_idempotency_2019.yml:15 Saturday 13 January 2024 01:22:24 +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:22:24 +0000 (0:00:00.011) 0:00:00.033 ****** 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:22:24 +0000 (0:00:00.021) 0:00:00.055 ****** 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:22:24 +0000 (0:00:00.398) 0:00:00.453 ****** 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:22:24 +0000 (0:00:00.010) 0:00:00.463 ****** 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:22:24 +0000 (0:00:00.022) 0:00:00.486 ****** 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:22:24 +0000 (0:00:00.185) 0:00:00.672 ****** 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:22:24 +0000 (0:00:00.012) 0:00:00.684 ****** 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:22:24 +0000 (0:00:00.012) 0:00:00.697 ****** 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:22:24 +0000 (0:00:00.055) 0:00:00.753 ****** 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:22:24 +0000 (0:00:00.020) 0:00:00.773 ****** 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:22:24 +0000 (0:00:00.024) 0:00:00.798 ****** 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:22:24 +0000 (0:00:00.010) 0:00:00.809 ****** 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:22:24 +0000 (0:00:00.010) 0:00:00.819 ****** 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:22:24 +0000 (0:00:00.010) 0:00:00.830 ****** 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:22:24 +0000 (0:00:00.010) 0:00:00.840 ****** 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:22:24 +0000 (0:00:00.012) 0:00:00.852 ****** 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:22:24 +0000 (0:00:00.008) 0:00:00.861 ****** 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:22:24 +0000 (0:00:00.008) 0:00:00.870 ****** 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:22:24 +0000 (0:00:00.011) 0:00:00.881 ****** 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:22:24 +0000 (0:00:00.007) 0:00:00.889 ****** 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:22:24 +0000 (0:00:00.007) 0:00:00.897 ****** 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:22:24 +0000 (0:00:00.007) 0:00:00.905 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 13 January 2024 01:22:25 +0000 (0:00:00.009) 0:00:00.914 ****** 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:22:25 +0000 (0:00:00.014) 0:00:00.929 ****** 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:22:26 +0000 (0:00:01.109) 0:00:02.039 ****** 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:22:26 +0000 (0:00:00.037) 0:00:02.076 ****** 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:22:26 +0000 (0:00:00.018) 0:00:02.094 ****** 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:22:26 +0000 (0:00:00.020) 0:00:02.115 ****** 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:22:26 +0000 (0:00:00.029) 0:00:02.144 ****** 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:22:26 +0000 (0:00:00.436) 0:00:02.580 ****** 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:22:26 +0000 (0:00:00.021) 0:00:02.602 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:22:26 +0000 (0:00:00.031) 0:00:02.634 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:22:26 +0000 (0:00:00.017) 0:00:02.651 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2019", "state": "present" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 13 January 2024 01:22:26 +0000 (0:00:00.252) 0:00:02.904 ****** 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:22:27 +0000 (0:00:00.020) 0:00:02.924 ****** 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:22:27 +0000 (0:00:00.025) 0:00:02.950 ****** 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:22:27 +0000 (0:00:00.024) 0:00:02.974 ****** 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:22:27 +0000 (0:00:00.046) 0:00:03.020 ****** 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:22:27 +0000 (0:00:00.056) 0:00:03.077 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-server" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:15.0.4345.5-2 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: gdb for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: python3 for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: lsof for package: mssql-server-15.0.4345.5-2.x86_64\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package lsof.x86_64 0:4.87-6.el7 will be installed\n---> Package python3.x86_64 0:3.6.8-21.el7_9 will be installed\n--> Processing Dependency: python3-libs(x86-64) = 3.6.8-21.el7_9 for package: python3-3.6.8-21.el7_9.x86_64\n--> Processing Dependency: python3-setuptools for package: python3-3.6.8-21.el7_9.x86_64\n--> Processing Dependency: python3-pip for package: python3-3.6.8-21.el7_9.x86_64\n--> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: python3-3.6.8-21.el7_9.x86_64\n--> Running transaction check\n---> Package python3-libs.x86_64 0:3.6.8-21.el7_9 will be installed\n---> Package python3-pip.noarch 0:9.0.3-8.el7 will be installed\n---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server x86_64 15.0.4345.5-2 packages-microsoft-com-mssql-server-2019\n 229 M\nInstalling for dependencies:\n bzip2 x86_64 1.0.6-13.el7 base 52 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 updates 88 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 updates 41 k\n gdb x86_64 7.6.1-120.el7 base 2.4 M\n libatomic x86_64 4.8.5-44.el7 base 51 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 updates 170 k\n lsof x86_64 4.87-6.el7 base 331 k\n python3 x86_64 3.6.8-21.el7_9 updates 71 k\n python3-libs x86_64 3.6.8-21.el7_9 updates 7.0 M\n python3-pip noarch 9.0.3-8.el7 base 1.6 M\n python3-setuptools noarch 39.2.0-10.el7 base 629 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+11 Dependent packages)\n\nTotal download size: 241 M\nInstalled size: 1.2 G\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 40 MB/s | 241 MB 00:06 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : python3-libs-3.6.8-21.el7_9.x86_64 1/12 \n Installing : python3-setuptools-39.2.0-10.el7.noarch 2/12 \n Installing : python3-pip-9.0.3-8.el7.noarch 3/12 \n Installing : python3-3.6.8-21.el7_9.x86_64 4/12 \n Installing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 5/12 \n Installing : libatomic-4.8.5-44.el7.x86_64 6/12 \n Installing : cyrus-sasl-2.1.26-24.el7_9.x86_64 7/12 \n Installing : gdb-7.6.1-120.el7.x86_64 8/12 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 9/12 \n Installing : lsof-4.87-6.el7.x86_64 10/12 \n Installing : bzip2-1.0.6-13.el7.x86_64 11/12 \n Installing : mssql-server-15.0.4345.5-2.x86_64 12/12 \n\n+--------------------------------------------------------------+\nPlease run 'sudo /opt/mssql/bin/mssql-conf setup'\nto complete the setup of Microsoft SQL Server\n+--------------------------------------------------------------+\n\n Verifying : python3-3.6.8-21.el7_9.x86_64 1/12 \n Verifying : bzip2-1.0.6-13.el7.x86_64 2/12 \n Verifying : mssql-server-15.0.4345.5-2.x86_64 3/12 \n Verifying : lsof-4.87-6.el7.x86_64 4/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 5/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 6/12 \n Verifying : python3-libs-3.6.8-21.el7_9.x86_64 7/12 \n Verifying : python3-setuptools-39.2.0-10.el7.noarch 8/12 \n Verifying : python3-pip-9.0.3-8.el7.noarch 9/12 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 10/12 \n Verifying : libatomic-4.8.5-44.el7.x86_64 11/12 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 12/12 \n\nInstalled:\n mssql-server.x86_64 0:15.0.4345.5-2 \n\nDependency Installed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n lsof.x86_64 0:4.87-6.el7 \n python3.x86_64 0:3.6.8-21.el7_9 \n python3-libs.x86_64 0:3.6.8-21.el7_9 \n python3-pip.noarch 0:9.0.3-8.el7 \n python3-setuptools.noarch 0:39.2.0-10.el7 \n\nComplete!\n" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 13 January 2024 01:23:15 +0000 (0:00:48.078) 0:00:51.155 ****** 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:15 +0000 (0:00:00.020) 0:00:51.175 ****** 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.006486", "end": "2024-01-13 01:23:15.466032", "rc": 0, "start": "2024-01-13 01:23:15.459546" } 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:15 +0000 (0:00:00.241) 0:00:51.416 ****** 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:16 +0000 (0:00:00.829) 0:00:52.246 ****** 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:23:16 +0000 (0:00:00.037) 0:00:52.284 ****** 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:23:16 +0000 (0:00:00.044) 0:00:52.328 ****** 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:23:23 +0000 (0:00:07.127) 0:00:59.456 ****** 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:23 +0000 (0:00:00.061) 0:00:59.518 ****** 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:23:23 +0000 (0:00:00.192) 0:00:59.711 ****** 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:23:24 +0000 (0:00:00.232) 0:00:59.944 ****** 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:23:24 +0000 (0:00:00.026) 0:00:59.970 ****** 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:24 +0000 (0:00:00.035) 0:01:00.005 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003774", "end": "2024-01-13 01:23:24.233618", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:23:24.229844" } 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:23:24 +0000 (0:00:00.160) 0:01:00.166 ****** 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.143154", "end": "2024-01-13 01:23:24.531072", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:24.387918" } 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:24 +0000 (0:00:00.301) 0:01:00.467 ****** 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:24 +0000 (0:00:00.022) 0:01:00.490 ****** 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:23:24 +0000 (0:00:00.242) 0:01:00.732 ****** 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:23:25 +0000 (0:00:00.210) 0:01:00.942 ****** 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:23:25 +0000 (0:00:00.031) 0:01:00.973 ****** 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:25 +0000 (0:00:00.040) 0:01:01.014 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003778", "end": "2024-01-13 01:23:25.275789", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:23:25.272011" } 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:23:25 +0000 (0:00:00.191) 0:01:01.205 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/tmp/mssql_log" ], "delta": "0:00:00.248739", "end": "2024-01-13 01:23:25.674772", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:25.426033" } 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:25 +0000 (0:00:00.513) 0:01:01.719 ****** 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:25 +0000 (0:00:00.047) 0:01:01.766 ****** 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:25 +0000 (0:00:00.043) 0:01:01.810 ****** 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:26 +0000 (0:00:00.372) 0:01:02.182 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:58:32 UTC", "ActiveEnterTimestampMonotonic": "24491612", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice basic.target dbus.service systemd-journald.socket systemd-sysctl.service network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:30 UTC", "AssertTimestampMonotonic": "22968672", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 00:58:30 UTC", "ConditionTimestampMonotonic": "22968670", "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": "886", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:30 UTC", "ExecMainStartTimestampMonotonic": "22969471", "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:30 UTC", "InactiveExitTimestampMonotonic": "22969520", "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": "886", "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 basic.target system.slice dbus.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": "24491554", "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:26 +0000 (0:00:00.357) 0:01:02.540 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.107307", "end": "2024-01-13 01:23:26.861039", "rc": 0, "start": "2024-01-13 01:23:26.753732" } 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:26 +0000 (0:00:00.252) 0:01:02.792 ****** 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:26 +0000 (0:00:00.019) 0:01:02.812 ****** 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:26 +0000 (0:00:00.017) 0:01:02.829 ****** 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:26 +0000 (0:00:00.023) 0:01:02.853 ****** 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:23:27 +0000 (0:00:00.152) 0:01:03.006 ****** 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 3.6 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:23:32 +0000 (0:00:05.719) 0:01:08.725 ****** 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:23:32 +0000 (0:00:00.019) 0:01:08.745 ****** 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:23:32 +0000 (0:00:00.018) 0:01:08.763 ****** 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:23:32 +0000 (0:00:00.019) 0:01:08.783 ****** 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:32 +0000 (0:00:00.019) 0:01:08.802 ****** 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:23:32 +0000 (0:00:00.018) 0:01:08.821 ****** 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:32 +0000 (0:00:00.040) 0:01:08.862 ****** 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:32 +0000 (0:00:00.021) 0:01:08.883 ****** 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:32 +0000 (0:00:00.020) 0:01:08.904 ****** 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:23:33 +0000 (0:00:00.020) 0:01:08.925 ****** 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:33 +0000 (0:00:00.019) 0:01:08.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 : 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:33 +0000 (0:00:00.029) 0:01:08.974 ****** 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:33 +0000 (0:00:00.023) 0:01:08.997 ****** 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:33 +0000 (0:00:00.045) 0:01:09.042 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003852", "end": "2024-01-13 01:23:33.256157", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:23:33.252305" } 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:23:33 +0000 (0:00:00.145) 0:01:09.187 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "0.0.0.0" ], "delta": "0:00:00.138661", "end": "2024-01-13 01:23:33.552736", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:33.414075" } 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:33 +0000 (0:00:00.322) 0:01:09.510 ****** 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:33 +0000 (0:00:00.055) 0:01:09.566 ****** 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:33 +0000 (0:00:00.023) 0:01:09.589 ****** 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:33 +0000 (0:00:00.040) 0:01:09.629 ****** 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:33 +0000 (0:00:00.063) 0:01:09.693 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003491", "end": "2024-01-13 01:23:33.927357", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:23:33.923866" } 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:33 +0000 (0:00:00.165) 0:01:09.858 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.139858", "end": "2024-01-13 01:23:34.213551", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:34.073693" } 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:34 +0000 (0:00:00.321) 0:01:10.180 ****** 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:34 +0000 (0:00:00.025) 0:01:10.205 ****** 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:34 +0000 (0:00:00.019) 0:01:10.225 ****** 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:34 +0000 (0:00:00.043) 0:01:10.268 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003676", "end": "2024-01-13 01:23:34.482590", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:34.478914" } 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:23:34 +0000 (0:00:00.145) 0:01:10.414 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "True" ], "delta": "0:00:00.138661", "end": "2024-01-13 01:23:34.769732", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:23:34.631071" } 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:34 +0000 (0:00:00.300) 0:01:10.714 ****** 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:34 +0000 (0:00:00.019) 0:01:10.734 ****** 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:15.0.4345.5-2 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 15.0.4345.5-2 packages-microsoft-com-mssql-server-2019 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-15.0.4345.5-2.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-15.0.4345.5-2.x86_64 1/1 \n\nInstalled:\n mssql-server-fts.x86_64 0:15.0.4345.5-2 \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:24:04 +0000 (0:00:30.116) 0:01:40.851 ****** 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 62 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:24:17 +0000 (0:00:12.565) 0:01:53.417 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003516", "end": "2024-01-13 01:24:17.636600", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:24:17.633084" } 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.150) 0:01:53.567 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "on" ], "delta": "0:00:00.135116", "end": "2024-01-13 01:24:17.915650", "rc": 0, "start": "2024-01-13 01:24:17.780534" } 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:24:17 +0000 (0:00:00.279) 0:01:53.847 ****** 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.023) 0:01:53.871 ****** 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:18 +0000 (0:00:00.068) 0:01:53.940 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004609", "end": "2024-01-13 01:24:19.183482", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:24:18.178873" } 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:24:19 +0000 (0:00:01.187) 0:01:55.127 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.alternatewritethrough", "0" ], "delta": "0:00:00.137562", "end": "2024-01-13 01:24:19.482589", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:19.345027" } 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:24:19 +0000 (0:00:00.291) 0:01:55.419 ****** 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:19 +0000 (0:00:00.021) 0:01:55.440 ****** 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:19 +0000 (0:00:00.035) 0:01:55.476 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003597", "end": "2024-01-13 01:24:19.692359", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:24:19.688762" } 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:24:19 +0000 (0:00:00.146) 0:01:55.623 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "1" ], "delta": "0:00:00.136321", "end": "2024-01-13 01:24:19.975093", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:19.838772" } 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:20 +0000 (0:00:00.286) 0:01:55.910 ****** 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:20 +0000 (0:00:00.020) 0:01:55.930 ****** 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:20 +0000 (0:00:00.018) 0:01:55.948 ****** 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:20 +0000 (0:00:00.019) 0:01:55.967 ****** 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:20 +0000 (0:00:00.020) 0:01:55.988 ****** 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:20 +0000 (0:00:00.047) 0:01:56.036 ****** 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:20 +0000 (0:00:00.030) 0:01:56.067 ****** 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:20 +0000 (0:00:00.043) 0:01:56.110 ****** 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:20 +0000 (0:00:00.019) 0:01:56.130 ****** 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:20 +0000 (0:00:00.028) 0:01:56.159 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 13 January 2024 01:24:20 +0000 (0:00:00.021) 0:01:56.181 ****** 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:20 +0000 (0:00:00.030) 0:01:56.211 ****** 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:20 +0000 (0:00:00.026) 0:01:56.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:24:20 +0000 (0:00:00.046) 0:01:56.284 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:20 +0000 (0:00:00.024) 0:01:56.308 ****** 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:20 +0000 (0:00:00.032) 0:01:56.341 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:20 +0000 (0:00:00.029) 0:01:56.371 ****** 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:20 +0000 (0:00:00.040) 0:01:56.411 ****** 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:20 +0000 (0:00:00.041) 0:01:56.453 ****** 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:20 +0000 (0:00:00.028) 0:01:56.481 ****** 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:20 +0000 (0:00:00.024) 0:01:56.505 ****** 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:20 +0000 (0:00:00.020) 0:01:56.525 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:20 +0000 (0:00:00.021) 0:01:56.546 ****** 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:20 +0000 (0:00:00.019) 0:01:56.566 ****** 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:20 +0000 (0:00:00.030) 0:01:56.596 ****** 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:20 +0000 (0:00:00.049) 0:01:56.646 ****** 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:20 +0000 (0:00:00.023) 0:01:56.669 ****** 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:20 +0000 (0:00:00.026) 0:01:56.695 ****** 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:20 +0000 (0:00:00.022) 0:01:56.718 ****** 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:20 +0000 (0:00:00.021) 0:01:56.739 ****** 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:20 +0000 (0:00:00.020) 0:01:56.760 ****** 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:20 +0000 (0:00:00.020) 0:01:56.780 ****** 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:20 +0000 (0:00:00.017) 0:01:56.798 ****** 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:20 +0000 (0:00:00.017) 0:01:56.816 ****** 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:20 +0000 (0:00:00.017) 0:01:56.834 ****** 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:20 +0000 (0:00:00.022) 0:01:56.856 ****** 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:20 +0000 (0:00:00.019) 0:01:56.875 ****** 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:20 +0000 (0:00:00.027) 0:01:56.903 ****** 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:21 +0000 (0:00:00.027) 0:01:56.930 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.043) 0:01:56.973 ****** 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:21 +0000 (0:00:00.029) 0:01:57.003 ****** 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:21 +0000 (0:00:00.020) 0:01:57.023 ****** 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:21 +0000 (0:00:00.022) 0:01:57.045 ****** 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:21 +0000 (0:00:00.020) 0:01:57.065 ****** 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:21 +0000 (0:00:00.019) 0:01:57.084 ****** 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:21 +0000 (0:00:00.059) 0:01:57.144 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.022) 0:01:57.167 ****** 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:21 +0000 (0:00:00.029) 0:01:57.197 ****** 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:21 +0000 (0:00:00.020) 0:01:57.217 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 13 January 2024 01:24:21 +0000 (0:00:00.022) 0:01:57.240 ****** 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:21 +0000 (0:00:00.026) 0:01:57.266 ****** 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:21 +0000 (0:00:00.018) 0:01:57.285 ****** 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:21 +0000 (0:00:00.018) 0:01:57.304 ****** 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:21 +0000 (0:00:00.017) 0:01:57.321 ****** 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:21 +0000 (0:00:00.018) 0:01:57.340 ****** 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:21 +0000 (0:00:00.022) 0:01:57.362 ****** 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:21 +0000 (0:00:00.018) 0:01:57.381 ****** 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:21 +0000 (0:00:00.019) 0:01:57.401 ****** 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:21 +0000 (0:00:00.020) 0:01:57.421 ****** 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:21 +0000 (0:00:00.238) 0:01:57.660 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:23:23 UTC", "ActiveEnterTimestampMonotonic": "1515477294", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "auditd.service system.slice basic.target -.mount systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:23:23 UTC", "AssertTimestampMonotonic": "1515476500", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-13 01:23:23 UTC", "ConditionTimestampMonotonic": "1515476498", "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": "13528", "ExecMainStartTimestamp": "Sat 2024-01-13 01:23:23 UTC", "ExecMainStartTimestampMonotonic": "1515477238", "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:23:23 UTC", "InactiveExitTimestampMonotonic": "1515477294", "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": "13528", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitInterval": "120000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:23:23 UTC", "WatchdogTimestampMonotonic": "1515477275", "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:22 +0000 (0:00:00.775) 0:01:58.435 ****** 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:22 +0000 (0:00:00.030) 0:01:58.465 ****** 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:24:22 +0000 (0:00:00.071) 0:01:58.536 ****** 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:24:22 +0000 (0:00:00.077) 0:01:58.614 ****** 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:24:22 +0000 (0:00:00.203) 0:01:58.817 ****** 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:24:23 +0000 (0:00:00.159) 0:01:58.976 ****** 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:24:23 +0000 (0:00:00.288) 0:01:59.265 ****** 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:23 +0000 (0:00:00.205) 0:01:59.470 ****** 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:23 +0000 (0:00:00.041) 0:01:59.512 ****** 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:23 +0000 (0:00:00.097) 0:01:59.609 ****** 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:23 +0000 (0:00:00.035) 0:01:59.645 ****** 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:23 +0000 (0:00:00.040) 0:01:59.686 ****** 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:23 +0000 (0:00:00.034) 0:01:59.720 ****** 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:23 +0000 (0:00:00.033) 0:01:59.754 ****** 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:23 +0000 (0:00:00.022) 0:01:59.776 ****** 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:23 +0000 (0:00:00.021) 0:01:59.798 ****** 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:23 +0000 (0:00:00.039) 0:01:59.837 ****** 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:23 +0000 (0:00:00.033) 0:01:59.871 ****** 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:24 +0000 (0:00:00.044) 0:01:59.915 ****** 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:24 +0000 (0:00:00.021) 0:01:59.937 ****** 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:24 +0000 (0:00:00.023) 0:01:59.961 ****** 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:24 +0000 (0:00:00.035) 0:01:59.997 ****** 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:24 +0000 (0:00:00.043) 0:02:00.040 ****** 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:24 +0000 (0:00:00.030) 0:02:00.071 ****** 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:24 +0000 (0:00:00.030) 0:02:00.101 ****** 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:24 +0000 (0:00:00.044) 0:02:00.146 ****** 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:25 +0000 (0:00:01.357) 0:02:01.503 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:24:25 +0000 (0:00:00.077) 0:02:01.581 ****** 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:25 +0000 (0:00:00.031) 0:02:01.613 ****** 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:25 +0000 (0:00:00.026) 0:02:01.639 ****** 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:25 +0000 (0:00:00.039) 0:02:01.679 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.554) 0:02:02.234 ****** 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:26 +0000 (0:00:00.043) 0:02:02.278 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.023) 0:02:02.301 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:24:26 +0000 (0:00:00.029) 0:02:02.331 ****** 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:26 +0000 (0:00:00.026) 0:02:02.357 ****** 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:26 +0000 (0:00:00.020) 0:02:02.378 ****** 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:26 +0000 (0:00:00.056) 0:02:02.435 ****** 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:26 +0000 (0:00:00.040) 0:02:02.475 ****** 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:26 +0000 (0:00:00.066) 0:02:02.541 ****** 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:26 +0000 (0:00:00.021) 0:02:02.563 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4345.5-2.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 13 January 2024 01:24:27 +0000 (0:00:00.365) 0:02:02.928 ****** 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:27 +0000 (0:00:00.019) 0:02:02.948 ****** 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.005958", "end": "2024-01-13 01:24:27.185808", "rc": 0, "start": "2024-01-13 01:24:27.179850" } 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:27 +0000 (0:00:00.168) 0:02:03.116 ****** 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:27 +0000 (0:00:00.779) 0:02:03.895 ****** 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:28 +0000 (0:00:00.025) 0:02:03.921 ****** 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:28 +0000 (0:00:00.018) 0:02:03.940 ****** 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:28 +0000 (0:00:00.018) 0:02:03.958 ****** 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:24:28 +0000 (0:00:00.041) 0:02:04.000 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109004.000571, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109004.002571, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 393413, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705109004.000571, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "244611064", "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:24:28 +0000 (0:00:00.161) 0:02:04.161 ****** 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:24:28 +0000 (0:00:00.194) 0:02:04.356 ****** 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:24:28 +0000 (0:00:00.027) 0:02:04.383 ****** 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:28 +0000 (0:00:00.043) 0:02:04.427 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003566", "end": "2024-01-13 01:24:28.660957", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:28.657391" } 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:24:28 +0000 (0:00:00.166) 0:02:04.594 ****** 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:28 +0000 (0:00:00.026) 0:02:04.620 ****** 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:24:28 +0000 (0:00:00.022) 0:02:04.642 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109005.0095692, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109005.010569, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 393445, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705109005.0095692, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "244611078", "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:24:28 +0000 (0:00:00.158) 0:02:04.801 ****** 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:24:29 +0000 (0:00:00.162) 0:02:04.963 ****** 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:24:29 +0000 (0:00:00.028) 0:02:04.991 ****** 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:29 +0000 (0:00:00.037) 0:02:05.029 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003516", "end": "2024-01-13 01:24:29.245978", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:29.242462" } 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:24:29 +0000 (0:00:00.149) 0:02:05.179 ****** 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:29 +0000 (0:00:00.028) 0:02:05.207 ****** 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:29 +0000 (0:00:00.021) 0:02:05.229 ****** 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:29 +0000 (0:00:00.024) 0:02:05.253 ****** 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:29 +0000 (0:00:00.427) 0:02:05.681 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:58:32 UTC", "ActiveEnterTimestampMonotonic": "24491612", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service system.slice systemd-sysctl.service basic.target systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:30 UTC", "AssertTimestampMonotonic": "22968672", "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:30 UTC", "ConditionTimestampMonotonic": "22968670", "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": "886", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:30 UTC", "ExecMainStartTimestampMonotonic": "22969471", "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:30 UTC", "InactiveExitTimestampMonotonic": "22969520", "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": "886", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice dbus.service polkit.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 00:58:32 UTC", "WatchdogTimestampMonotonic": "24491554", "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:30 +0000 (0:00:00.230) 0:02:05.911 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.104557", "end": "2024-01-13 01:24:30.227092", "rc": 0, "start": "2024-01-13 01:24:30.122535" } 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:30 +0000 (0:00:00.252) 0:02:06.163 ****** 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:30 +0000 (0:00:00.033) 0:02:06.196 ****** 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:30 +0000 (0:00:00.022) 0:02:06.219 ****** 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:30 +0000 (0:00:00.021) 0:02:06.241 ****** 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:30 +0000 (0:00:00.168) 0:02:06.410 ****** 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:30 +0000 (0:00:00.358) 0:02:06.768 ****** 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:30 +0000 (0:00:00.036) 0:02:06.805 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:24:22 UTC", "ActiveEnterTimestampMonotonic": "1574518735", "ActiveExitTimestamp": "Sat 2024-01-13 01:24:21 UTC", "ActiveExitTimestampMonotonic": "1574004387", "ActiveState": "active", "After": "-.mount system.slice basic.target auditd.service systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:24:22 UTC", "AssertTimestampMonotonic": "1574517850", "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:22 UTC", "ConditionTimestampMonotonic": "1574517848", "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": "14126", "ExecMainStartTimestamp": "Sat 2024-01-13 01:24:22 UTC", "ExecMainStartTimestampMonotonic": "1574518652", "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:24:22 UTC", "InactiveEnterTimestampMonotonic": "1574516482", "InactiveExitTimestamp": "Sat 2024-01-13 01:24:22 UTC", "InactiveExitTimestampMonotonic": "1574518735", "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": "14126", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:24:22 UTC", "WatchdogTimestampMonotonic": "1574518709", "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:31 +0000 (0:00:00.253) 0:02:07.058 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003455", "end": "2024-01-13 01:24:31.276532", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:24:31.273077" } 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:24:31 +0000 (0:00:00.150) 0:02:07.209 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003589", "end": "2024-01-13 01:24:31.426738", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:31.423149" } 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:24:31 +0000 (0:00:00.148) 0:02:07.357 ****** 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:31 +0000 (0:00:00.071) 0:02:07.429 ****** 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": 7935, "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:32 +0000 (0:00:01.199) 0:02:08.629 ****** 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:32 +0000 (0:00:00.174) 0:02:08.803 ****** 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:32 +0000 (0:00:00.020) 0:02:08.823 ****** 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:33 +0000 (0:00:01.000) 0:02:09.824 ****** 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:33 +0000 (0:00:00.023) 0:02:09.848 ****** 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:33 +0000 (0:00:00.047) 0:02:09.895 ****** 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:34 +0000 (0:00:00.020) 0:02:09.916 ****** 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.005536", "end": "2024-01-13 01:24:34.135132", "rc": 0, "start": "2024-01-13 01:24:34.129596" } 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:34 +0000 (0:00:00.149) 0:02:10.065 ****** 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:34 +0000 (0:00:00.021) 0:02:10.087 ****** 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:35 +0000 (0:00:01.005) 0:02:11.092 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:35 +0000 (0:00:00.021) 0:02:11.114 ****** 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:35 +0000 (0:00:00.036) 0:02:11.150 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003537", "end": "2024-01-13 01:24:35.368562", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:35.365025" } 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:24:35 +0000 (0:00:00.151) 0:02:11.301 ****** 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:35 +0000 (0:00:00.032) 0:02:11.334 ****** 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:35 +0000 (0:00:00.055) 0:02:11.389 ****** 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:24:35 +0000 (0:00:00.020) 0:02:11.409 ****** 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:24:35 +0000 (0:00:00.021) 0:02:11.431 ****** 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:35 +0000 (0:00:00.033) 0:02:11.465 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003448", "end": "2024-01-13 01:24:35.680019", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:24:35.676571" } 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:24:35 +0000 (0:00:00.154) 0:02:11.620 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.137990", "end": "2024-01-13 01:24:35.984826", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:35.846836" } 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:24:36 +0000 (0:00:00.303) 0:02:11.923 ****** 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:36 +0000 (0:00:00.026) 0:02:11.949 ****** 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:36 +0000 (0:00:00.024) 0:02:11.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 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:36 +0000 (0:00:00.038) 0:02:12.013 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003451", "end": "2024-01-13 01:24:36.225356", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:36.221905" } 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:24:36 +0000 (0:00:00.143) 0:02:12.156 ****** 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:36 +0000 (0:00:00.025) 0:02:12.181 ****** 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:36 +0000 (0:00:00.022) 0:02:12.204 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-fts-15.0.4345.5-2.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:24:36 +0000 (0:00:00.372) 0:02:12.577 ****** 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:24:37 +0000 (0:00:00.396) 0:02:12.974 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003526", "end": "2024-01-13 01:24:37.191487", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:37.187961" } 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:37 +0000 (0:00:00.165) 0:02:13.139 ****** 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:37 +0000 (0:00:00.034) 0:02:13.174 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 13 January 2024 01:24:37 +0000 (0:00:00.028) 0:02:13.202 ****** 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:37 +0000 (0:00:00.040) 0:02:13.242 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003526", "end": "2024-01-13 01:24:37.459150", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:37.455624" } 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:37 +0000 (0:00:00.153) 0:02:13.396 ****** 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:37 +0000 (0:00:00.028) 0:02:13.424 ****** 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:37 +0000 (0:00:00.033) 0:02:13.457 ****** 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:37 +0000 (0:00:00.039) 0:02:13.497 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003485", "end": "2024-01-13 01:24:37.710952", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:37.707467" } 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:37 +0000 (0:00:00.147) 0:02:13.645 ****** 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:37 +0000 (0:00:00.034) 0:02:13.680 ****** 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:37 +0000 (0:00:00.031) 0:02:13.711 ****** 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:37 +0000 (0:00:00.036) 0:02:13.748 ****** 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:37 +0000 (0:00:00.035) 0:02:13.784 ****** 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:37 +0000 (0:00:00.030) 0:02:13.814 ****** 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:37 +0000 (0:00:00.090) 0:02:13.904 ****** 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:38 +0000 (0:00:00.027) 0:02:13.932 ****** 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:38 +0000 (0:00:00.023) 0:02:13.956 ****** 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:38 +0000 (0:00:00.020) 0:02:13.976 ****** 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:38 +0000 (0:00:00.023) 0:02:13.999 ****** 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:38 +0000 (0:00:00.020) 0:02:14.020 ****** 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:38 +0000 (0:00:00.033) 0:02:14.054 ****** 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:38 +0000 (0:00:00.034) 0:02:14.089 ****** 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:38 +0000 (0:00:00.033) 0:02:14.122 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:38 +0000 (0:00:00.026) 0:02:14.149 ****** 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:38 +0000 (0:00:00.028) 0:02:14.177 ****** 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:38 +0000 (0:00:00.028) 0:02:14.206 ****** 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:38 +0000 (0:00:00.020) 0:02:14.227 ****** 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:38 +0000 (0:00:00.018) 0:02:14.245 ****** 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:38 +0000 (0:00:00.019) 0:02:14.265 ****** 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:38 +0000 (0:00:00.018) 0:02:14.284 ****** 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:38 +0000 (0:00:00.021) 0:02:14.305 ****** 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:38 +0000 (0:00:00.018) 0:02:14.324 ****** 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:38 +0000 (0:00:00.019) 0:02:14.343 ****** 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:38 +0000 (0:00:00.023) 0:02:14.367 ****** 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:38 +0000 (0:00:00.061) 0:02:14.428 ****** 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:38 +0000 (0:00:00.033) 0:02:14.461 ****** 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:38 +0000 (0:00:00.022) 0:02:14.484 ****** 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:38 +0000 (0:00:00.022) 0:02:14.507 ****** 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:38 +0000 (0:00:00.019) 0:02:14.527 ****** 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:38 +0000 (0:00:00.022) 0:02:14.549 ****** 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:38 +0000 (0:00:00.020) 0:02:14.569 ****** 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:38 +0000 (0:00:00.020) 0:02:14.590 ****** 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:38 +0000 (0:00:00.020) 0:02:14.610 ****** 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:38 +0000 (0:00:00.019) 0:02:14.630 ****** 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:38 +0000 (0:00:00.025) 0:02:14.655 ****** 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:38 +0000 (0:00:00.021) 0:02:14.676 ****** 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:38 +0000 (0:00:00.024) 0:02:14.700 ****** 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:38 +0000 (0:00:00.025) 0:02:14.726 ****** 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:38 +0000 (0:00:00.019) 0:02:14.746 ****** 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:38 +0000 (0:00:00.018) 0:02:14.764 ****** 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:38 +0000 (0:00:00.018) 0:02:14.783 ****** 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:38 +0000 (0:00:00.018) 0:02:14.801 ****** 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:38 +0000 (0:00:00.018) 0:02:14.819 ****** 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:38 +0000 (0:00:00.050) 0:02:14.870 ****** 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:38 +0000 (0:00:00.020) 0:02:14.891 ****** 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:39 +0000 (0:00:00.020) 0:02:14.912 ****** 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:39 +0000 (0:00:00.024) 0:02:14.937 ****** 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:39 +0000 (0:00:00.019) 0:02:14.957 ****** 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:39 +0000 (0:00:00.020) 0:02:14.977 ****** 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:39 +0000 (0:00:00.025) 0:02:15.003 ****** 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:39 +0000 (0:00:00.020) 0:02:15.023 ****** 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:39 +0000 (0:00:00.020) 0:02:15.043 ****** 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:39 +0000 (0:00:00.018) 0:02:15.062 ****** 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:39 +0000 (0:00:00.020) 0:02:15.082 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 13 January 2024 01:24:39 +0000 (0:00:00.023) 0:02:15.106 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [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:39 +0000 (0:00:00.020) 0:02:15.126 ****** 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:39 +0000 (0:00:00.020) 0:02:15.146 ****** 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:39 +0000 (0:00:00.021) 0:02:15.167 ****** 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:39 +0000 (0:00:00.186) 0:02:15.354 ****** 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:39 +0000 (0:00:00.020) 0:02:15.375 ****** 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:24:39 +0000 (0:00:00.023) 0:02:15.399 ****** 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:39 +0000 (0:00:00.195) 0:02:15.594 ****** 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.005653", "end": "2024-01-13 01:24:39.829563", "rc": 0, "start": "2024-01-13 01:24:39.823910" } 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:39 +0000 (0:00:00.183) 0:02:15.777 ****** 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.005665", "end": "2024-01-13 01:24:40.051093", "rc": 0, "start": "2024-01-13 01:24:40.045428" } 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:40 +0000 (0:00:00.212) 0:02:15.990 ****** 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:40 +0000 (0:00:00.025) 0:02:16.015 ****** 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:40 +0000 (0:00:00.066) 0:02:16.081 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004746", "end": "2024-01-13 01:24:40.296295", "rc": 0, "start": "2024-01-13 01:24:40.291549" } 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:24:40 +0000 (0:00:00.158) 0:02:16.240 ****** 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:40 +0000 (0:00:00.028) 0:02:16.268 ****** 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:24:40 +0000 (0:00:00.021) 0:02:16.290 ****** 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:40 +0000 (0:00:00.020) 0:02:16.311 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.005034", "end": "2024-01-13 01:24:40.525057", "rc": 0, "start": "2024-01-13 01:24:40.520023" } 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:40 +0000 (0:00:00.175) 0:02:16.486 ****** 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:40 +0000 (0:00:00.028) 0:02:16.514 ****** 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:24:40 +0000 (0:00:00.028) 0:02:16.543 ****** 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:40 +0000 (0:00:00.069) 0:02:16.613 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004805", "end": "2024-01-13 01:24:40.828567", "rc": 0, "start": "2024-01-13 01:24:40.823762" } 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:24:40 +0000 (0:00:00.164) 0:02:16.777 ****** 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:40 +0000 (0:00:00.035) 0:02:16.813 ****** 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:24:40 +0000 (0:00:00.030) 0:02:16.843 ****** 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:40 +0000 (0:00:00.022) 0:02:16.866 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004785", "end": "2024-01-13 01:24:41.114767", "rc": 0, "start": "2024-01-13 01:24:41.109982" } 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:24:41 +0000 (0:00:00.180) 0:02:17.047 ****** 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:41 +0000 (0:00:00.030) 0:02:17.077 ****** 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:24:41 +0000 (0:00:00.021) 0:02:17.099 ****** 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:41 +0000 (0:00:00.020) 0:02:17.120 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004828", "end": "2024-01-13 01:24:41.336002", "rc": 0, "start": "2024-01-13 01:24:41.331174" } 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:24:41 +0000 (0:00:00.154) 0:02:17.275 ****** 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:41 +0000 (0:00:00.022) 0:02:17.297 ****** 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:24:41 +0000 (0:00:00.027) 0:02:17.324 ****** 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:41 +0000 (0:00:00.020) 0:02:17.344 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109004.000571, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109004.002571, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 393413, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705109004.000571, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "244611064", "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:24:41 +0000 (0:00:00.166) 0:02:17.510 ****** 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:41 +0000 (0:00:00.036) 0:02:17.547 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109005.0095692, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109005.010569, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 393445, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705109005.0095692, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "244611078", "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:24:41 +0000 (0:00:00.156) 0:02:17.703 ****** 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:41 +0000 (0:00:00.033) 0:02:17.737 ****** 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:41 +0000 (0:00:00.125) 0:02:17.863 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:24:22 UTC", "ActiveEnterTimestampMonotonic": "1574518735", "ActiveExitTimestamp": "Sat 2024-01-13 01:24:21 UTC", "ActiveExitTimestampMonotonic": "1574004387", "ActiveState": "active", "After": "-.mount system.slice basic.target auditd.service systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:24:22 UTC", "AssertTimestampMonotonic": "1574517850", "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:22 UTC", "ConditionTimestampMonotonic": "1574517848", "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": "14126", "ExecMainStartTimestamp": "Sat 2024-01-13 01:24:22 UTC", "ExecMainStartTimestampMonotonic": "1574518652", "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:24:22 UTC", "InactiveEnterTimestampMonotonic": "1574516482", "InactiveExitTimestamp": "Sat 2024-01-13 01:24:22 UTC", "InactiveExitTimestampMonotonic": "1574518735", "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": "14126", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:24:22 UTC", "WatchdogTimestampMonotonic": "1574518709", "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:42 +0000 (0:00:00.244) 0:02:18.107 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003476", "end": "2024-01-13 01:24:42.339297", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:24:42.335821" } 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:24:42 +0000 (0:00:00.164) 0:02:18.271 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003620", "end": "2024-01-13 01:24:42.486312", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:42.482692" } 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:24:42 +0000 (0:00:00.146) 0:02:18.417 ****** 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:42 +0000 (0:00:00.028) 0:02:18.446 ****** 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": 10365, "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:43 +0000 (0:00:01.161) 0:02:19.607 ****** 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.023419", "end": "2024-01-13 01:24:43.848309", "rc": 0, "start": "2024-01-13 01:24:43.824890" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU24) (KB5031908) - 15.0.4345.5 (X64) Dec 4 2023 14:44:16 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:113 Saturday 13 January 2024 01:24:43 +0000 (0:00:00.175) 0:02:19.783 ****** 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:43 +0000 (0:00:00.023) 0:02:19.807 ****** 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:43 +0000 (0:00:00.034) 0:02:19.841 ****** 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:44 +0000 (0:00:01.021) 0:02:20.862 ****** 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:24:44 +0000 (0:00:00.028) 0:02:20.891 ****** 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:24:45 +0000 (0:00:00.020) 0:02:20.911 ****** 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:45 +0000 (0:00:00.036) 0:02:20.948 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [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:46 +0000 (0:00:01.038) 0:02:21.986 ****** 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:24:46 +0000 (0:00:00.029) 0:02:22.015 ****** 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:24:46 +0000 (0:00:00.019) 0:02:22.034 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004926", "end": "2024-01-13 01:24:46.250713", "rc": 0, "start": "2024-01-13 01:24:46.245787" } 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:24:46 +0000 (0:00:00.147) 0:02:22.182 ****** 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:24:46 +0000 (0:00:00.026) 0:02:22.209 ****** 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:24:46 +0000 (0:00:00.022) 0:02:22.231 ****** 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:46 +0000 (0:00:00.033) 0:02:22.265 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004931", "end": "2024-01-13 01:24:46.482922", "rc": 0, "start": "2024-01-13 01:24:46.477991" } 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:46 +0000 (0:00:00.150) 0:02:22.416 ****** 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:46 +0000 (0:00:00.033) 0:02:22.449 ****** 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:46 +0000 (0:00:00.028) 0:02:22.477 ****** 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:46 +0000 (0:00:00.021) 0:02:22.499 ****** 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:46 +0000 (0:00:00.033) 0:02:22.533 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004968", "end": "2024-01-13 01:24:46.748508", "rc": 0, "start": "2024-01-13 01:24:46.743540" } 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:24:46 +0000 (0:00:00.147) 0:02:22.681 ****** 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:46 +0000 (0:00:00.023) 0:02:22.704 ****** 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:24:46 +0000 (0:00:00.030) 0:02:22.734 ****** 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:46 +0000 (0:00:00.019) 0:02:22.754 ****** 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:46 +0000 (0:00:00.057) 0:02:22.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:24:46 +0000 (0:00:00.020) 0:02:22.832 ****** 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:46 +0000 (0:00:00.018) 0:02:22.851 ****** 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:46 +0000 (0:00:00.021) 0:02:22.872 ****** 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:46 +0000 (0:00:00.023) 0:02:22.895 ****** 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:47 +0000 (0:00:00.025) 0:02:22.921 ****** 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:24:47 +0000 (0:00:00.018) 0:02:22.939 ****** 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:47 +0000 (0:00:00.272) 0:02:23.212 ****** 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:47 +0000 (0:00:00.096) 0:02:23.308 ****** 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:47 +0000 (0:00:00.025) 0:02:23.334 ****** 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:47 +0000 (0:00:00.036) 0:02:23.370 ****** 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:47 +0000 (0:00:00.023) 0:02:23.394 ****** 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:47 +0000 (0:00:00.020) 0:02:23.414 ****** 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:47 +0000 (0:00:00.023) 0:02:23.437 ****** 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:47 +0000 (0:00:00.021) 0:02:23.458 ****** 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:47 +0000 (0:00:00.027) 0:02:23.486 ****** 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:47 +0000 (0:00:00.022) 0:02:23.508 ****** 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:47 +0000 (0:00:00.020) 0:02:23.528 ****** 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:47 +0000 (0:00:00.021) 0:02:23.549 ****** 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:47 +0000 (0:00:00.031) 0:02:23.581 ****** 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:47 +0000 (0:00:00.032) 0:02:23.613 ****** 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:47 +0000 (0:00:00.022) 0:02:23.636 ****** 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:47 +0000 (0:00:00.020) 0:02:23.656 ****** 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:47 +0000 (0:00:00.029) 0:02:23.686 ****** 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:47 +0000 (0:00:00.025) 0:02:23.712 ****** 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:47 +0000 (0:00:00.023) 0:02:23.735 ****** 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:48 +0000 (0:00:01.073) 0:02:24.809 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:24:48 +0000 (0:00:00.062) 0:02:24.871 ****** 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:48 +0000 (0:00:00.023) 0:02:24.895 ****** 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:49 +0000 (0:00:00.021) 0:02:24.916 ****** 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:49 +0000 (0:00:00.037) 0:02:24.953 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 13 January 2024 01:24:49 +0000 (0:00:00.336) 0:02:25.289 ****** 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:49 +0000 (0:00:00.022) 0:02:25.311 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:24:49 +0000 (0:00:00.023) 0:02:25.335 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:24:49 +0000 (0:00:00.023) 0:02:25.358 ****** 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:49 +0000 (0:00:00.025) 0:02:25.383 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 13 January 2024 01:24:49 +0000 (0:00:00.020) 0:02:25.404 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 13 January 2024 01:24:49 +0000 (0:00:00.061) 0:02:25.466 ****** 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:49 +0000 (0:00:00.020) 0:02:25.486 ****** 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:49 +0000 (0:00:00.020) 0:02:25.506 ****** 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:49 +0000 (0:00:00.019) 0:02:25.525 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4345.5-2.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 13 January 2024 01:24:49 +0000 (0:00:00.363) 0:02:25.888 ****** 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:50 +0000 (0:00:00.027) 0:02:25.916 ****** 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.007572", "end": "2024-01-13 01:24:50.138041", "rc": 0, "start": "2024-01-13 01:24:50.130469" } 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:50 +0000 (0:00:00.153) 0:02:26.069 ****** 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:50 +0000 (0:00:00.783) 0:02:26.852 ****** 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:50 +0000 (0:00:00.027) 0:02:26.879 ****** 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:50 +0000 (0:00:00.019) 0:02:26.899 ****** 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:51 +0000 (0:00:00.019) 0:02:26.918 ****** 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:51 +0000 (0:00:00.042) 0:02:26.961 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109003.2255726, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109003.1935725, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 393303, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705109003.1935725, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "244610832", "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:51 +0000 (0:00:00.207) 0:02:27.168 ****** 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:51 +0000 (0:00:00.156) 0:02:27.325 ****** 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:24:51 +0000 (0:00:00.027) 0:02:27.352 ****** 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:51 +0000 (0:00:00.034) 0:02:27.386 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003697", "end": "2024-01-13 01:24:51.603179", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:51.599482" } 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:24:51 +0000 (0:00:00.150) 0:02:27.537 ****** 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.138794", "end": "2024-01-13 01:24:51.892821", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:51.754027" } 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:24:51 +0000 (0:00:00.293) 0:02:27.830 ****** 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:51 +0000 (0:00:00.022) 0:02:27.853 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109066.5334513, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109066.5314512, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 393304, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705109066.5314512, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "244610833", "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:52 +0000 (0:00:00.152) 0:02:28.005 ****** 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:52 +0000 (0:00:00.156) 0:02:28.162 ****** 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:24:52 +0000 (0:00:00.027) 0:02:28.189 ****** 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:52 +0000 (0:00:00.035) 0:02:28.224 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003596", "end": "2024-01-13 01:24:52.440081", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:52.436485" } 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:24:52 +0000 (0:00:00.149) 0:02:28.373 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/var/opt/mssql/log" ], "delta": "0:00:00.135020", "end": "2024-01-13 01:24:52.724409", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:52.589389" } 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:24:52 +0000 (0:00:00.363) 0:02:28.736 ****** 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:52 +0000 (0:00:00.044) 0:02:28.781 ****** 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:52 +0000 (0:00:00.034) 0:02:28.816 ****** 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:53 +0000 (0:00:00.375) 0:02:29.192 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:58:32 UTC", "ActiveEnterTimestampMonotonic": "24491612", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service system.slice systemd-sysctl.service basic.target systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:30 UTC", "AssertTimestampMonotonic": "22968672", "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:30 UTC", "ConditionTimestampMonotonic": "22968670", "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": "886", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:30 UTC", "ExecMainStartTimestampMonotonic": "22969471", "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:30 UTC", "InactiveExitTimestampMonotonic": "22969520", "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": "886", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice dbus.service polkit.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 00:58:32 UTC", "WatchdogTimestampMonotonic": "24491554", "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:53 +0000 (0:00:00.223) 0:02:29.415 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.098294", "end": "2024-01-13 01:24:53.725695", "rc": 0, "start": "2024-01-13 01:24:53.627401" } 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:53 +0000 (0:00:00.242) 0:02:29.658 ****** 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:53 +0000 (0:00:00.025) 0:02:29.684 ****** 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:53 +0000 (0:00:00.030) 0:02:29.714 ****** 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:53 +0000 (0:00:00.021) 0:02:29.735 ****** 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:53 +0000 (0:00:00.149) 0:02:29.884 ****** 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:54 +0000 (0:00:00.361) 0:02:30.245 ****** 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:54 +0000 (0:00:00.037) 0:02:30.283 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:24:22 UTC", "ActiveEnterTimestampMonotonic": "1574518735", "ActiveExitTimestamp": "Sat 2024-01-13 01:24:21 UTC", "ActiveExitTimestampMonotonic": "1574004387", "ActiveState": "active", "After": "-.mount system.slice basic.target auditd.service systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:24:22 UTC", "AssertTimestampMonotonic": "1574517850", "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:22 UTC", "ConditionTimestampMonotonic": "1574517848", "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": "14126", "ExecMainStartTimestamp": "Sat 2024-01-13 01:24:22 UTC", "ExecMainStartTimestampMonotonic": "1574518652", "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:24:22 UTC", "InactiveEnterTimestampMonotonic": "1574516482", "InactiveExitTimestamp": "Sat 2024-01-13 01:24:22 UTC", "InactiveExitTimestampMonotonic": "1574518735", "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": "14126", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:24:22 UTC", "WatchdogTimestampMonotonic": "1574518709", "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:54 +0000 (0:00:00.313) 0:02:30.596 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004645", "end": "2024-01-13 01:24:55.813934", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:24:54.809289" } 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:24:55 +0000 (0:00:01.148) 0:02:31.745 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003473", "end": "2024-01-13 01:24:55.959870", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:24:55.956397" } 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:24:55 +0000 (0:00:00.145) 0:02:31.890 ****** 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:56 +0000 (0:00:00.027) 0:02:31.917 ****** 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": 10851, "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:57 +0000 (0:00:01.144) 0:02:33.062 ****** 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:24:57 +0000 (0:00:00.211) 0:02:33.274 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:24:22 UTC", "ActiveEnterTimestampMonotonic": "1574518735", "ActiveExitTimestamp": "Sat 2024-01-13 01:24:21 UTC", "ActiveExitTimestampMonotonic": "1574004387", "ActiveState": "active", "After": "-.mount system.slice basic.target auditd.service systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:24:22 UTC", "AssertTimestampMonotonic": "1574517850", "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:22 UTC", "ConditionTimestampMonotonic": "1574517848", "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": "14126", "ExecMainStartTimestamp": "Sat 2024-01-13 01:24:22 UTC", "ExecMainStartTimestampMonotonic": "1574518652", "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:24:22 UTC", "InactiveEnterTimestampMonotonic": "1574516482", "InactiveExitTimestamp": "Sat 2024-01-13 01:24:22 UTC", "InactiveExitTimestampMonotonic": "1574518735", "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": "14126", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:24:22 UTC", "WatchdogTimestampMonotonic": "1574518709", "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:24:58 +0000 (0:00:00.943) 0:02:34.217 ****** 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:59 +0000 (0:00:01.174) 0:02:35.392 ****** 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:25:05 +0000 (0:00:05.928) 0:02:41.320 ****** 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:25:05 +0000 (0:00:00.020) 0:02:41.341 ****** 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:25:05 +0000 (0:00:00.018) 0:02:41.359 ****** 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.005621", "end": "2024-01-13 01:25:05.578954", "rc": 0, "start": "2024-01-13 01:25:05.573333" } 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:25:05 +0000 (0:00:00.150) 0:02:41.510 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:24:22 UTC", "ActiveEnterTimestampMonotonic": "1574518735", "ActiveExitTimestamp": "Sat 2024-01-13 01:24:57 UTC", "ActiveExitTimestampMonotonic": "1609629679", "ActiveState": "inactive", "After": "-.mount system.slice basic.target auditd.service systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:24:22 UTC", "AssertTimestampMonotonic": "1574517850", "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:22 UTC", "ConditionTimestampMonotonic": "1574517848", "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:24:58 UTC", "ExecMainExitTimestampMonotonic": "1610311612", "ExecMainPID": "14126", "ExecMainStartTimestamp": "Sat 2024-01-13 01:24:22 UTC", "ExecMainStartTimestampMonotonic": "1574518652", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-13 01:24:22 UTC] ; stop_time=[Sat 2024-01-13 01:24:58 UTC] ; pid=14126 ; 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:24:58 UTC", "InactiveEnterTimestampMonotonic": "1610311714", "InactiveExitTimestamp": "Sat 2024-01-13 01:24:22 UTC", "InactiveExitTimestampMonotonic": "1574518735", "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": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "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:25:05 +0000 (0:00:00.223) 0:02:41.733 ****** 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:25:06 +0000 (0:00:00.985) 0:02:42.718 ****** 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:25:12 +0000 (0:00:05.833) 0:02:48.552 ****** 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:25:12 +0000 (0:00:00.107) 0:02:48.659 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003599", "end": "2024-01-13 01:25:12.874266", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:12.870667" } 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:25:12 +0000 (0:00:00.151) 0:02:48.811 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.134833", "end": "2024-01-13 01:25:13.165183", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:13.030350" } 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:25:13 +0000 (0:00:00.294) 0:02:49.105 ****** 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:25:13 +0000 (0:00:00.023) 0:02:49.128 ****** 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:25:13 +0000 (0:00:00.028) 0:02:49.157 ****** 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:25:13 +0000 (0:00:00.034) 0:02:49.191 ****** 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:25:13 +0000 (0:00:00.054) 0:02:49.245 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004819", "end": "2024-01-13 01:25:14.462153", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:25:13.457334" } 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:25:14 +0000 (0:00:01.173) 0:02:50.419 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1435" ], "delta": "0:00:00.137199", "end": "2024-01-13 01:25:14.794282", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:14.657083" } 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:25:14 +0000 (0:00:00.311) 0:02:50.730 ****** 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:25:14 +0000 (0:00:00.020) 0:02:50.751 ****** 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:25:14 +0000 (0:00:00.075) 0:02:50.826 ****** 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:25:14 +0000 (0:00:00.062) 0:02:50.889 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003665", "end": "2024-01-13 01:25:15.123020", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:15.119355" } 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:25:15 +0000 (0:00:00.186) 0:02:51.076 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "False" ], "delta": "0:00:00.135470", "end": "2024-01-13 01:25:15.452513", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:15.317043" } 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:25:15 +0000 (0:00:00.323) 0:02:51.400 ****** 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:25:15 +0000 (0:00:00.056) 0:02:51.456 ****** 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:15.0.4345.5-2 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 15.0.4345.5-2 @packages-microsoft-com-mssql-server-2019 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-15.0.4345.5-2.x86_64 1/1 \n Verifying : mssql-server-fts-15.0.4345.5-2.x86_64 1/1 \n\nRemoved:\n mssql-server-fts.x86_64 0:15.0.4345.5-2 \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:25:16 +0000 (0:00:01.434) 0:02:52.891 ****** 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:25:18 +0000 (0:00:01.354) 0:02:54.245 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003801", "end": "2024-01-13 01:25:18.460836", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:18.457035" } 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:25:18 +0000 (0:00:00.162) 0:02:54.408 ****** 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:25:18 +0000 (0:00:00.032) 0:02:54.440 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "off" ], "delta": "0:00:00.138120", "end": "2024-01-13 01:25:18.815293", "rc": 0, "start": "2024-01-13 01:25:18.677173" } 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:25:18 +0000 (0:00:00.358) 0:02:54.798 ****** 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:25:18 +0000 (0:00:00.036) 0:02:54.835 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003607", "end": "2024-01-13 01:25:19.053554", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:19.049947" } 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:25:19 +0000 (0:00:00.150) 0:02:54.986 ****** 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:25:19 +0000 (0:00:00.024) 0:02:55.010 ****** 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:25:19 +0000 (0:00:00.020) 0:02:55.031 ****** 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:25:19 +0000 (0:00:00.038) 0:02:55.069 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003504", "end": "2024-01-13 01:25:19.286803", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:19.283299" } 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:25:19 +0000 (0:00:00.149) 0:02:55.219 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "0" ], "delta": "0:00:00.135639", "end": "2024-01-13 01:25:19.572003", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:19.436364" } 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:25:19 +0000 (0:00:00.287) 0:02:55.507 ****** 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:25:19 +0000 (0:00:00.026) 0:02:55.533 ****** 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:25:19 +0000 (0:00:00.022) 0:02:55.556 ****** 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:25:19 +0000 (0:00:00.021) 0:02:55.577 ****** 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:25:19 +0000 (0:00:00.026) 0:02:55.604 ****** 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:25:19 +0000 (0:00:00.023) 0:02:55.627 ****** 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:25:19 +0000 (0:00:00.021) 0:02:55.648 ****** 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:25:19 +0000 (0:00:00.022) 0:02:55.671 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 13 January 2024 01:25:19 +0000 (0:00:00.074) 0:02:55.746 ****** 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:25:19 +0000 (0:00:00.034) 0:02:55.780 ****** 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:25:19 +0000 (0:00:00.020) 0:02:55.801 ****** 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:25:19 +0000 (0:00:00.020) 0:02:55.822 ****** 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:25:19 +0000 (0:00:00.023) 0:02:55.845 ****** 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:25:19 +0000 (0:00:00.022) 0:02:55.868 ****** 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:25:19 +0000 (0:00:00.021) 0:02:55.890 ****** 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:25:20 +0000 (0:00:00.020) 0:02:55.910 ****** 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:25:20 +0000 (0:00:00.021) 0:02:55.932 ****** 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:25:20 +0000 (0:00:00.019) 0:02:55.952 ****** 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:25:20 +0000 (0:00:00.019) 0:02:55.971 ****** 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:25:20 +0000 (0:00:00.018) 0:02:55.989 ****** 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:25:20 +0000 (0:00:00.019) 0:02:56.009 ****** 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:25:20 +0000 (0:00:00.019) 0:02:56.029 ****** 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:25:20 +0000 (0:00:00.018) 0:02:56.047 ****** 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:25:20 +0000 (0:00:00.018) 0:02:56.066 ****** 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:25:20 +0000 (0:00:00.017) 0:02:56.084 ****** 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:25:20 +0000 (0:00:00.018) 0:02:56.103 ****** 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:25:20 +0000 (0:00:00.019) 0:02:56.122 ****** 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:25:20 +0000 (0:00:00.066) 0:02:56.189 ****** 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:25:20 +0000 (0:00:00.022) 0:02:56.211 ****** 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:25:20 +0000 (0:00:00.030) 0:02:56.242 ****** 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:25:20 +0000 (0:00:00.026) 0:02:56.268 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 13 January 2024 01:25:20 +0000 (0:00:00.020) 0:02:56.289 ****** 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:25:20 +0000 (0:00:00.021) 0:02:56.310 ****** 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:25:20 +0000 (0:00:00.020) 0:02:56.330 ****** 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:25:20 +0000 (0:00:00.021) 0:02:56.351 ****** 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:25:20 +0000 (0:00:00.033) 0:02:56.384 ****** 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:25:20 +0000 (0:00:00.020) 0:02:56.405 ****** 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:25:20 +0000 (0:00:00.019) 0:02:56.424 ****** 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:25:20 +0000 (0:00:00.024) 0:02:56.449 ****** 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:25:20 +0000 (0:00:00.019) 0:02:56.468 ****** 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:25:20 +0000 (0:00:00.026) 0:02:56.494 ****** 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:25:20 +0000 (0:00:00.020) 0:02:56.515 ****** 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:25:20 +0000 (0:00:00.020) 0:02:56.535 ****** 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:25:20 +0000 (0:00:00.020) 0:02:56.556 ****** 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:25:20 +0000 (0:00:00.022) 0:02:56.578 ****** 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:25:20 +0000 (0:00:00.022) 0:02:56.600 ****** 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:25:20 +0000 (0:00:00.062) 0:02:56.663 ****** 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:25:20 +0000 (0:00:00.021) 0:02:56.685 ****** 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:25:20 +0000 (0:00:00.020) 0:02:56.705 ****** 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:25:20 +0000 (0:00:00.022) 0:02:56.728 ****** 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:25:20 +0000 (0:00:00.025) 0:02:56.753 ****** 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:25:20 +0000 (0:00:00.021) 0:02:56.775 ****** 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:25:20 +0000 (0:00:00.020) 0:02:56.795 ****** 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:25:20 +0000 (0:00:00.019) 0:02:56.814 ****** 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:25:20 +0000 (0:00:00.020) 0:02:56.835 ****** 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:25:20 +0000 (0:00:00.025) 0:02:56.861 ****** 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:25:20 +0000 (0:00:00.023) 0:02:56.884 ****** 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:25:20 +0000 (0:00:00.021) 0:02:56.906 ****** 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:25:21 +0000 (0:00:00.024) 0:02:56.930 ****** 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:25:21 +0000 (0:00:00.167) 0:02:57.097 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:24:22 UTC", "ActiveEnterTimestampMonotonic": "1574518735", "ActiveExitTimestamp": "Sat 2024-01-13 01:24:57 UTC", "ActiveExitTimestampMonotonic": "1609629679", "ActiveState": "inactive", "After": "-.mount system.slice basic.target auditd.service systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:24:22 UTC", "AssertTimestampMonotonic": "1574517850", "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:22 UTC", "ConditionTimestampMonotonic": "1574517848", "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:24:58 UTC", "ExecMainExitTimestampMonotonic": "1610311612", "ExecMainPID": "14126", "ExecMainStartTimestamp": "Sat 2024-01-13 01:24:22 UTC", "ExecMainStartTimestampMonotonic": "1574518652", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-13 01:24:22 UTC] ; stop_time=[Sat 2024-01-13 01:24:58 UTC] ; pid=14126 ; 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:24:58 UTC", "InactiveEnterTimestampMonotonic": "1610311714", "InactiveExitTimestamp": "Sat 2024-01-13 01:24:22 UTC", "InactiveExitTimestampMonotonic": "1574518735", "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": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "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:25:21 +0000 (0:00:00.239) 0:02:57.336 ****** 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:25:21 +0000 (0:00:00.019) 0:02:57.356 ****** 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:25:21 +0000 (0:00:00.019) 0:02:57.376 ****** 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:25:21 +0000 (0:00:00.370) 0:02:57.747 ****** 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:25:21 +0000 (0:00:00.031) 0:02:57.778 ****** 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:25:21 +0000 (0:00:00.024) 0:02:57.802 ****** 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:25:21 +0000 (0:00:00.033) 0:02:57.836 ****** 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:25:21 +0000 (0:00:00.018) 0:02:57.855 ****** 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:25:21 +0000 (0:00:00.019) 0:02:57.874 ****** 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:25:22 +0000 (0:00:00.085) 0:02:57.959 ****** 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:25:22 +0000 (0:00:00.020) 0:02:57.980 ****** 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:25:22 +0000 (0:00:00.021) 0:02:58.002 ****** 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:25:22 +0000 (0:00:00.021) 0:02:58.023 ****** 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:25:22 +0000 (0:00:00.026) 0:02:58.049 ****** 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:25:22 +0000 (0:00:00.027) 0:02:58.077 ****** 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:25:22 +0000 (0:00:00.021) 0:02:58.098 ****** 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:25:22 +0000 (0:00:00.024) 0:02:58.122 ****** 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:25:22 +0000 (0:00:00.020) 0:02:58.143 ****** 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:25:22 +0000 (0:00:00.020) 0:02:58.164 ****** 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:25:22 +0000 (0:00:00.020) 0:02:58.184 ****** 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:25:22 +0000 (0:00:00.020) 0:02:58.204 ****** 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:25:22 +0000 (0:00:00.021) 0:02:58.226 ****** 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:25:23 +0000 (0:00:01.305) 0:02:59.532 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 13 January 2024 01:25:23 +0000 (0:00:00.058) 0:02:59.590 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 13 January 2024 01:25:23 +0000 (0:00:00.020) 0:02:59.611 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 13 January 2024 01:25:23 +0000 (0:00:00.031) 0:02:59.643 ****** 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:25:23 +0000 (0:00:00.040) 0:02:59.683 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.343) 0:03:00.027 ****** 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:25:24 +0000 (0:00:00.036) 0:03:00.063 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.024) 0:03:00.088 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.031) 0:03:00.119 ****** 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:25:24 +0000 (0:00:00.036) 0:03:00.155 ****** 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:25:24 +0000 (0:00:00.023) 0:03:00.179 ****** 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:25:24 +0000 (0:00:00.022) 0:03:00.201 ****** 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:25:24 +0000 (0:00:00.031) 0:03:00.233 ****** 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:25:24 +0000 (0:00:00.027) 0:03:00.261 ****** 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:25:24 +0000 (0:00:00.028) 0:03:00.290 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4345.5-2.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 13 January 2024 01:25:24 +0000 (0:00:00.555) 0:03:00.846 ****** 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:25:24 +0000 (0:00:00.023) 0:03:00.869 ****** 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.006648", "end": "2024-01-13 01:25:25.152658", "rc": 0, "start": "2024-01-13 01:25:25.146010" } 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:25:25 +0000 (0:00:00.224) 0:03:01.094 ****** 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:25:26 +0000 (0:00:00.874) 0:03:01.969 ****** 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:25:26 +0000 (0:00:00.027) 0:03:01.996 ****** 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:25:26 +0000 (0:00:00.020) 0:03:02.017 ****** 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:25:26 +0000 (0:00:00.021) 0:03:02.039 ****** 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:25:26 +0000 (0:00:00.042) 0:03:02.081 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109003.2255726, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109003.1935725, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 393303, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705109003.1935725, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "244610832", "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:25:26 +0000 (0:00:00.150) 0:03:02.232 ****** 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:25:26 +0000 (0:00:00.152) 0:03:02.384 ****** 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:25:26 +0000 (0:00:00.027) 0:03:02.412 ****** 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:25:26 +0000 (0:00:00.095) 0:03:02.508 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003428", "end": "2024-01-13 01:25:26.722331", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:26.718903" } 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:25:26 +0000 (0:00:00.146) 0:03:02.654 ****** 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:25:26 +0000 (0:00:00.029) 0:03:02.684 ****** 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:25:26 +0000 (0:00:00.024) 0:03:02.708 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109124.63334, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109124.65134, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 393304, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705109124.65134, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "244610833", "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:25:26 +0000 (0:00:00.150) 0:03:02.858 ****** 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:25:27 +0000 (0:00:00.159) 0:03:03.017 ****** 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:25:27 +0000 (0:00:00.035) 0:03:03.052 ****** 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:25:27 +0000 (0:00:00.036) 0:03:03.089 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003407", "end": "2024-01-13 01:25:27.307637", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:27.304230" } 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:25:27 +0000 (0:00:00.150) 0:03:03.240 ****** 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:25:27 +0000 (0:00:00.025) 0:03:03.265 ****** 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:25:27 +0000 (0:00:00.022) 0:03:03.287 ****** 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:25:27 +0000 (0:00:00.020) 0:03:03.307 ****** 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:25:27 +0000 (0:00:00.356) 0:03:03.664 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 00:58:32 UTC", "ActiveEnterTimestampMonotonic": "24491612", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service system.slice systemd-sysctl.service basic.target systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 00:58:30 UTC", "AssertTimestampMonotonic": "22968672", "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:30 UTC", "ConditionTimestampMonotonic": "22968670", "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": "886", "ExecMainStartTimestamp": "Sat 2024-01-13 00:58:30 UTC", "ExecMainStartTimestampMonotonic": "22969471", "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:30 UTC", "InactiveExitTimestampMonotonic": "22969520", "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": "886", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice dbus.service polkit.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 00:58:32 UTC", "WatchdogTimestampMonotonic": "24491554", "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:25:28 +0000 (0:00:00.319) 0:03:03.983 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.096798", "end": "2024-01-13 01:25:28.299253", "rc": 0, "start": "2024-01-13 01:25:28.202455" } 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:25:28 +0000 (0:00:00.260) 0:03:04.244 ****** 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:25:28 +0000 (0:00:00.022) 0:03:04.266 ****** 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:25:28 +0000 (0:00:00.021) 0:03:04.288 ****** 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:25:28 +0000 (0:00:00.028) 0:03:04.316 ****** 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:25:28 +0000 (0:00:00.177) 0:03:04.494 ****** 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:25:28 +0000 (0:00:00.379) 0:03:04.874 ****** 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:25:29 +0000 (0:00:00.036) 0:03:04.911 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:25:21 UTC", "ActiveEnterTimestampMonotonic": "1633438413", "ActiveExitTimestamp": "Sat 2024-01-13 01:24:57 UTC", "ActiveExitTimestampMonotonic": "1609629679", "ActiveState": "active", "After": "-.mount system.slice basic.target auditd.service systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:25:21 UTC", "AssertTimestampMonotonic": "1633437502", "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:25:21 UTC", "ConditionTimestampMonotonic": "1633437501", "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": "16111", "ExecMainStartTimestamp": "Sat 2024-01-13 01:25:21 UTC", "ExecMainStartTimestampMonotonic": "1633438353", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-13 01:25:21 UTC] ; stop_time=[n/a] ; pid=16111 ; 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:24:58 UTC", "InactiveEnterTimestampMonotonic": "1610311714", "InactiveExitTimestamp": "Sat 2024-01-13 01:25:21 UTC", "InactiveExitTimestampMonotonic": "1633438413", "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": "16111", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:25:21 UTC", "WatchdogTimestampMonotonic": "1633438393", "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:25:29 +0000 (0:00:00.216) 0:03:05.127 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003455", "end": "2024-01-13 01:25:29.340575", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:29.337120" } 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:25:29 +0000 (0:00:00.151) 0:03:05.279 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003395", "end": "2024-01-13 01:25:29.525992", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:29.522597" } 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:25:29 +0000 (0:00:00.198) 0:03:05.478 ****** 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:25:29 +0000 (0:00:00.047) 0:03:05.526 ****** 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": 7530, "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:25:30 +0000 (0:00:01.154) 0:03:06.680 ****** 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:25:30 +0000 (0:00:00.181) 0:03:06.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:470 Saturday 13 January 2024 01:25:30 +0000 (0:00:00.022) 0:03:06.884 ****** 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:25:31 +0000 (0:00:00.996) 0:03:07.880 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 13 January 2024 01:25:31 +0000 (0:00:00.023) 0:03:07.904 ****** 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:25:32 +0000 (0:00:00.021) 0:03:07.926 ****** 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:25:32 +0000 (0:00:00.019) 0:03:07.946 ****** 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.005630", "end": "2024-01-13 01:25:32.162313", "rc": 0, "start": "2024-01-13 01:25:32.156683" } 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:25:32 +0000 (0:00:00.149) 0:03:08.095 ****** 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:25:32 +0000 (0:00:00.024) 0:03:08.120 ****** 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:25:33 +0000 (0:00:01.239) 0:03:09.359 ****** 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:25:33 +0000 (0:00:00.040) 0:03:09.399 ****** 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:25:33 +0000 (0:00:00.054) 0:03:09.454 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003550", "end": "2024-01-13 01:25:33.667157", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:33.663607" } 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:25:33 +0000 (0:00:00.173) 0:03:09.627 ****** 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:25:33 +0000 (0:00:00.046) 0:03:09.674 ****** 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:25:33 +0000 (0:00:00.031) 0:03:09.705 ****** 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:25:33 +0000 (0:00:00.047) 0:03:09.753 ****** 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:25:33 +0000 (0:00:00.036) 0:03:09.789 ****** 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:25:33 +0000 (0:00:00.055) 0:03:09.844 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003437", "end": "2024-01-13 01:25:34.066966", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:34.063529" } 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:25:34 +0000 (0:00:00.181) 0:03:10.025 ****** 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:25:34 +0000 (0:00:00.045) 0:03:10.071 ****** 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:25:34 +0000 (0:00:00.052) 0:03:10.123 ****** 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:25:34 +0000 (0:00:00.026) 0:03:10.149 ****** 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:25:34 +0000 (0:00:00.042) 0:03:10.192 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003481", "end": "2024-01-13 01:25:34.413756", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:34.410275" } 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:25:34 +0000 (0:00:00.260) 0:03:10.452 ****** 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:25:34 +0000 (0:00:00.052) 0:03:10.505 ****** 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:25:34 +0000 (0:00:00.038) 0:03:10.544 ****** 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:25:35 +0000 (0:00:00.437) 0:03:10.982 ****** 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:25:35 +0000 (0:00:00.346) 0:03:11.328 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003445", "end": "2024-01-13 01:25:35.574455", "failed_when_result": false, "rc": 1, "start": "2024-01-13 01:25:35.571010" } 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:25:35 +0000 (0:00:00.185) 0:03:11.514 ****** 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:25:35 +0000 (0:00:00.030) 0:03:11.544 ****** 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:25:35 +0000 (0:00:00.029) 0:03:11.573 ****** 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:25:35 +0000 (0:00:00.057) 0:03:11.631 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003606", "end": "2024-01-13 01:25:35.851029", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:35.847423" } 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:25:35 +0000 (0:00:00.172) 0:03:11.804 ****** 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:25:35 +0000 (0:00:00.046) 0:03:11.850 ****** 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:25:35 +0000 (0:00:00.048) 0:03:11.898 ****** 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:25:36 +0000 (0:00:00.074) 0:03:11.973 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003587", "end": "2024-01-13 01:25:36.208856", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:36.205269" } 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:25:36 +0000 (0:00:00.194) 0:03:12.167 ****** 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:25:36 +0000 (0:00:00.050) 0:03:12.218 ****** 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:25:36 +0000 (0:00:00.163) 0:03:12.382 ****** 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:25:36 +0000 (0:00:00.048) 0:03:12.430 ****** 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:25:36 +0000 (0:00:00.046) 0:03:12.476 ****** 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:25:36 +0000 (0:00:00.059) 0:03:12.536 ****** 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:25:36 +0000 (0:00:00.052) 0:03:12.589 ****** 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:25:36 +0000 (0:00:00.043) 0:03:12.633 ****** 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:25:36 +0000 (0:00:00.034) 0:03:12.667 ****** 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:25:36 +0000 (0:00:00.049) 0:03:12.716 ****** 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:25:36 +0000 (0:00:00.040) 0:03:12.756 ****** 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:25:36 +0000 (0:00:00.024) 0:03:12.781 ****** 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:25:36 +0000 (0:00:00.020) 0:03:12.801 ****** 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:25:36 +0000 (0:00:00.034) 0:03:12.836 ****** 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:25:36 +0000 (0:00:00.044) 0:03:12.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 : 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:25:37 +0000 (0:00:00.030) 0:03:12.910 ****** 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:25:37 +0000 (0:00:00.023) 0:03:12.934 ****** 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:25:37 +0000 (0:00:00.027) 0:03:12.961 ****** 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:25:37 +0000 (0:00:00.031) 0:03:12.993 ****** 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:25:37 +0000 (0:00:00.042) 0:03:13.036 ****** 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:25:37 +0000 (0:00:00.031) 0:03:13.067 ****** 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:25:37 +0000 (0:00:00.111) 0:03:13.179 ****** 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:25:37 +0000 (0:00:00.021) 0:03:13.200 ****** 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:25:37 +0000 (0:00:00.021) 0:03:13.222 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [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:25:37 +0000 (0:00:00.046) 0:03:13.269 ****** 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:25:37 +0000 (0:00:00.040) 0:03:13.310 ****** 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:25:37 +0000 (0:00:00.072) 0:03:13.382 ****** 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:25:37 +0000 (0:00:00.040) 0:03:13.423 ****** 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:25:37 +0000 (0:00:00.027) 0:03:13.451 ****** 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:25:37 +0000 (0:00:00.021) 0:03:13.472 ****** 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:25:37 +0000 (0:00:00.021) 0:03:13.494 ****** 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:25:37 +0000 (0:00:00.020) 0:03:13.514 ****** 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:25:37 +0000 (0:00:00.019) 0:03:13.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:1065 Saturday 13 January 2024 01:25:37 +0000 (0:00:00.025) 0:03:13.559 ****** 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:25:37 +0000 (0:00:00.018) 0:03:13.577 ****** 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:25:37 +0000 (0:00:00.020) 0:03:13.598 ****** 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:25:37 +0000 (0:00:00.024) 0:03:13.623 ****** 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:25:37 +0000 (0:00:00.023) 0:03:13.646 ****** 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:25:37 +0000 (0:00:00.022) 0:03:13.669 ****** 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:25:37 +0000 (0:00:00.029) 0:03:13.698 ****** 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:25:37 +0000 (0:00:00.026) 0:03:13.725 ****** 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:25:37 +0000 (0:00:00.124) 0:03:13.850 ****** 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:25:37 +0000 (0:00:00.027) 0:03:13.877 ****** 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:25:38 +0000 (0:00:00.059) 0:03:13.937 ****** 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:25:38 +0000 (0:00:00.028) 0:03:13.965 ****** 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:25:38 +0000 (0:00:00.055) 0:03:14.020 ****** 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:25:38 +0000 (0:00:00.045) 0:03:14.066 ****** 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:25:38 +0000 (0:00:00.043) 0:03:14.110 ****** 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:25:38 +0000 (0:00:00.022) 0:03:14.133 ****** 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:25:38 +0000 (0:00:00.020) 0:03:14.153 ****** 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:25:38 +0000 (0:00:00.018) 0:03:14.171 ****** 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:25:38 +0000 (0:00:00.026) 0:03:14.198 ****** 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:25:38 +0000 (0:00:00.020) 0:03:14.219 ****** 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:25:38 +0000 (0:00:00.030) 0:03:14.249 ****** 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:25:38 +0000 (0:00:00.025) 0:03:14.275 ****** 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:25:38 +0000 (0:00:00.027) 0:03:14.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:25:38 +0000 (0:00:00.040) 0:03:14.343 ****** 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:25:38 +0000 (0:00:00.036) 0:03:14.380 ****** 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:25:38 +0000 (0:00:00.025) 0:03:14.405 ****** 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:25:38 +0000 (0:00:00.035) 0:03:14.441 ****** 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:25:38 +0000 (0:00:00.298) 0:03:14.739 ****** 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:25:38 +0000 (0:00:00.032) 0:03:14.771 ****** 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:25:38 +0000 (0:00:00.020) 0:03:14.792 ****** 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:25:39 +0000 (0:00:00.236) 0:03:15.029 ****** 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.005772", "end": "2024-01-13 01:25:39.246964", "rc": 0, "start": "2024-01-13 01:25:39.241192" } 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:25:39 +0000 (0:00:00.150) 0:03:15.180 ****** 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.005605", "end": "2024-01-13 01:25:39.395835", "rc": 0, "start": "2024-01-13 01:25:39.390230" } 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:25:39 +0000 (0:00:00.148) 0:03:15.328 ****** 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:25:39 +0000 (0:00:00.027) 0:03:15.356 ****** 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:25:39 +0000 (0:00:00.091) 0:03:15.447 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004994", "end": "2024-01-13 01:25:39.675338", "rc": 0, "start": "2024-01-13 01:25:39.670344" } 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:25:39 +0000 (0:00:00.169) 0:03:15.617 ****** 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:25:39 +0000 (0:00:00.164) 0:03:15.781 ****** 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:25:39 +0000 (0:00:00.023) 0:03:15.805 ****** 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:25:39 +0000 (0:00:00.026) 0:03:15.832 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004827", "end": "2024-01-13 01:25:40.057015", "rc": 0, "start": "2024-01-13 01:25:40.052188" } 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:25:40 +0000 (0:00:00.176) 0:03:16.008 ****** 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:25:40 +0000 (0:00:00.035) 0:03:16.044 ****** 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:25:40 +0000 (0:00:00.023) 0:03:16.068 ****** 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:25:40 +0000 (0:00:00.026) 0:03:16.094 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004960", "end": "2024-01-13 01:25:40.309920", "rc": 0, "start": "2024-01-13 01:25:40.304960" } 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:25:40 +0000 (0:00:00.148) 0:03:16.243 ****** 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:25:40 +0000 (0:00:00.028) 0:03:16.271 ****** 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:25:40 +0000 (0:00:00.023) 0:03:16.295 ****** 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:25:40 +0000 (0:00:00.037) 0:03:16.332 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004964", "end": "2024-01-13 01:25:40.551289", "rc": 0, "start": "2024-01-13 01:25:40.546325" } 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:25:40 +0000 (0:00:00.151) 0:03:16.483 ****** 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:25:40 +0000 (0:00:00.029) 0:03:16.513 ****** 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:25:40 +0000 (0:00:00.025) 0:03:16.538 ****** 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:25:40 +0000 (0:00:00.021) 0:03:16.560 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004864", "end": "2024-01-13 01:25:40.775091", "rc": 0, "start": "2024-01-13 01:25:40.770227" } 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:25:40 +0000 (0:00:00.150) 0:03:16.710 ****** 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:25:40 +0000 (0:00:00.043) 0:03:16.754 ****** 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:25:41 +0000 (0:00:00.195) 0:03:16.949 ****** 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:25:41 +0000 (0:00:00.022) 0:03:16.972 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109003.2255726, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109003.1935725, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 393303, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705109003.1935725, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "244610832", "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:25:41 +0000 (0:00:00.153) 0:03:17.125 ****** 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:25:41 +0000 (0:00:00.024) 0:03:17.150 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705109124.63334, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705109124.65134, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 393304, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705109124.65134, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "244610833", "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:25:41 +0000 (0:00:00.152) 0:03:17.303 ****** 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:25:41 +0000 (0:00:00.027) 0:03:17.330 ****** 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:25:41 +0000 (0:00:00.039) 0:03:17.370 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:25:21 UTC", "ActiveEnterTimestampMonotonic": "1633438413", "ActiveExitTimestamp": "Sat 2024-01-13 01:24:57 UTC", "ActiveExitTimestampMonotonic": "1609629679", "ActiveState": "active", "After": "-.mount system.slice basic.target auditd.service systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:25:21 UTC", "AssertTimestampMonotonic": "1633437502", "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:25:21 UTC", "ConditionTimestampMonotonic": "1633437501", "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": "16111", "ExecMainStartTimestamp": "Sat 2024-01-13 01:25:21 UTC", "ExecMainStartTimestampMonotonic": "1633438353", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-13 01:25:21 UTC] ; stop_time=[n/a] ; pid=16111 ; 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:24:58 UTC", "InactiveEnterTimestampMonotonic": "1610311714", "InactiveExitTimestamp": "Sat 2024-01-13 01:25:21 UTC", "InactiveExitTimestampMonotonic": "1633438413", "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": "16111", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-13 01:25:21 UTC", "WatchdogTimestampMonotonic": "1633438393", "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:25:41 +0000 (0:00:00.242) 0:03:17.612 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003546", "end": "2024-01-13 01:25:41.829886", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:41.826340" } 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:25:41 +0000 (0:00:00.175) 0:03:17.788 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003633", "end": "2024-01-13 01:25:42.003852", "failed_when_result": false, "rc": 0, "start": "2024-01-13 01:25:42.000219" } 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:25:42 +0000 (0:00:00.154) 0:03:17.943 ****** 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:25:42 +0000 (0:00:00.033) 0:03:17.976 ****** 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": 7530, "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:25:43 +0000 (0:00:01.175) 0:03:19.152 ****** 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.024100", "end": "2024-01-13 01:25:43.388947", "rc": 0, "start": "2024-01-13 01:25:43.364847" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU24) (KB5031908) - 15.0.4345.5 (X64) Dec 4 2023 14:44:16 Copyright (C) 2019 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:25:43 +0000 (0:00:00.331) 0:03:19.483 ****** 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:25:43 +0000 (0:00:00.031) 0:03:19.515 ****** 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:25:43 +0000 (0:00:00.036) 0:03:19.551 ****** 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:25:44 +0000 (0:00:01.013) 0:03:20.565 ****** 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:25:44 +0000 (0:00:00.037) 0:03:20.603 ****** 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:25:44 +0000 (0:00:00.061) 0:03:20.665 ****** 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:25:44 +0000 (0:00:00.076) 0:03:20.741 ****** 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:25:45 +0000 (0:00:01.131) 0:03:21.872 ****** 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:25:46 +0000 (0:00:00.058) 0:03:21.931 ****** 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:25:46 +0000 (0:00:00.056) 0:03:21.987 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004954", "end": "2024-01-13 01:25:46.214615", "rc": 0, "start": "2024-01-13 01:25:46.209661" } 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:25:46 +0000 (0:00:00.160) 0:03:22.148 ****** 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:25:46 +0000 (0:00:00.029) 0:03:22.177 ****** 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:25:46 +0000 (0:00:00.044) 0:03:22.221 ****** 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:25:46 +0000 (0:00:00.044) 0:03:22.265 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.005080", "end": "2024-01-13 01:25:46.481661", "rc": 0, "start": "2024-01-13 01:25:46.476581" } 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:25:46 +0000 (0:00:00.156) 0:03:22.422 ****** 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:25:46 +0000 (0:00:00.031) 0:03:22.453 ****** 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:25:46 +0000 (0:00:00.034) 0:03:22.488 ****** 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:25:46 +0000 (0:00:00.025) 0:03:22.514 ****** 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:25:46 +0000 (0:00:00.038) 0:03:22.552 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004642", "end": "2024-01-13 01:25:46.768389", "rc": 0, "start": "2024-01-13 01:25:46.763747" } 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:25:46 +0000 (0:00:00.147) 0:03:22.699 ****** 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:25:46 +0000 (0:00:00.025) 0:03:22.725 ****** 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:25:46 +0000 (0:00:00.030) 0:03:22.755 ****** 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:25:46 +0000 (0:00:00.104) 0:03:22.860 ****** 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:25:46 +0000 (0:00:00.021) 0:03:22.881 ****** 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:25:47 +0000 (0:00:00.031) 0:03:22.913 ****** 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:25:47 +0000 (0:00:00.025) 0:03:22.938 ****** 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:25:47 +0000 (0:00:00.033) 0:03:22.972 ****** 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:25:47 +0000 (0:00:00.049) 0:03:23.022 ****** 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:25:47 +0000 (0:00:00.025) 0:03:23.048 ****** 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:25:47 +0000 (0:00:00.022) 0:03:23.070 ****** 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:25:47 +0000 (0:00:00.219) 0:03:23.289 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003339", "end": "2024-01-13 01:25:47.535543", "rc": 0, "start": "2024-01-13 01:25:47.532204" } 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_2019.yml:18 Saturday 13 January 2024 01:25:47 +0000 (0:00:00.182) 0:03:23.472 ****** 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:25:47 +0000 (0:00:00.041) 0:03:23.513 ****** 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:25:48 +0000 (0:00:01.063) 0:03:24.577 ****** 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:25:48 +0000 (0:00:00.024) 0:03:24.602 ****** 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:25:48 +0000 (0:00:00.020) 0:03:24.622 ****** 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:25:48 +0000 (0:00:00.063) 0:03:24.685 ****** 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:25:48 +0000 (0:00:00.036) 0:03:24.722 ****** 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:25:48 +0000 (0:00:00.026) 0:03:24.748 ****** 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:25:49 +0000 (0:00:00.165) 0:03:24.914 ****** 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:25:49 +0000 (0:00:00.032) 0:03:24.947 ****** 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:25:49 +0000 (0:00:00.455) 0:03:25.402 ****** 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:25:49 +0000 (0:00:00.024) 0:03:25.426 ****** 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:25:49 +0000 (0:00:00.035) 0:03:25.462 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:22:11 UTC", "ActiveEnterTimestampMonotonic": "1443979316", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice dbus.service polkit.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:22:11 UTC", "AssertTimestampMonotonic": "1443502110", "Before": "network-pre.target multi-user.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:22:11 UTC", "ConditionTimestampMonotonic": "1443502109", "Conflicts": "shutdown.target iptables.service ebtables.service ip6tables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12610", "ExecMainStartTimestamp": "Sat 2024-01-13 01:22:11 UTC", "ExecMainStartTimestampMonotonic": "1443503561", "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:22:11 UTC", "InactiveExitTimestampMonotonic": "1443503611", "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": "12610", "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": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-01-13 01:22:11 UTC", "WatchdogTimestampMonotonic": "1443979056", "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:25:49 +0000 (0:00:00.247) 0:03:25.710 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-13 01:22:11 UTC", "ActiveEnterTimestampMonotonic": "1443979316", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice dbus.service polkit.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 01:22:11 UTC", "AssertTimestampMonotonic": "1443502110", "Before": "network-pre.target multi-user.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:22:11 UTC", "ConditionTimestampMonotonic": "1443502109", "Conflicts": "shutdown.target iptables.service ebtables.service ip6tables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12610", "ExecMainStartTimestamp": "Sat 2024-01-13 01:22:11 UTC", "ExecMainStartTimestampMonotonic": "1443503561", "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:22:11 UTC", "InactiveExitTimestampMonotonic": "1443503611", "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": "12610", "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": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-01-13 01:22:11 UTC", "WatchdogTimestampMonotonic": "1443979056", "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:25:50 +0000 (0:00:00.226) 0:03:25.937 ****** 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:25:50 +0000 (0:00:00.030) 0:03:25.967 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.12.172 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:25:50 +0000 (0:00:00.316) 0:03:26.284 ****** 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:25:50 +0000 (0:00:00.042) 0:03:26.326 ****** 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:25:50 +0000 (0:00:00.050) 0:03:26.377 ****** 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:25:50 +0000 (0:00:00.050) 0:03:26.428 ****** 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:25:50 +0000 (0:00:00.031) 0:03:26.459 ****** 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:25:50 +0000 (0:00:00.045) 0:03:26.505 ****** 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:25:50 +0000 (0:00:00.036) 0:03:26.541 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.12.172 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:25:50 +0000 (0:00:00.330) 0:03:26.871 ****** 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:25:50 +0000 (0:00:00.034) 0:03:26.906 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/cleanup.yml:27 Saturday 13 January 2024 01:25:51 +0000 (0:00:00.119) 0:03:27.026 ****** 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:25:51 +0000 (0:00:00.042) 0:03:27.069 ****** 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:25:51 +0000 (0:00:00.041) 0:03:27.110 ****** 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:25:51 +0000 (0:00:00.209) 0:03:27.320 ****** changed: [sut] => { "changed": true, "changes": { "removed": [ "mssql-server", "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "adutil is not installed", "mssql-server-fts is not installed", "mssql-server-ha is not installed", "powershell is not installed", "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:15.0.4345.5-2 will be erased\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be erased\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n--> Finding unneeded leftover dependencies\n---> Marking msodbcsql17 to be removed - no longer needed by mssql-tools\n---> Marking unixODBC to be removed - no longer needed by unixODBC-devel\n---> Marking python3 to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl to be removed - no longer needed by mssql-server\n---> Marking gdb to be removed - no longer needed by mssql-server\n---> Marking lsof to be removed - no longer needed by mssql-server\n---> Marking libsss_nss_idmap to be removed - no longer needed by mssql-server\n---> Marking 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\n---> Marking python3-libs to be removed - no longer needed by python3\n---> Marking python3-setuptools to be removed - no longer needed by python3\n---> Marking python3-pip to be removed - no longer needed by python3\nFound and removing 14 unneeded dependencies\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be erased\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be erased\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be erased\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be erased\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be erased\n---> Package lsof.x86_64 0:4.87-6.el7 will be erased\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be erased\n---> Package python3.x86_64 0:3.6.8-21.el7_9 will be erased\n---> Package python3-libs.x86_64 0:3.6.8-21.el7_9 will be erased\n---> Package python3-pip.noarch 0:9.0.3-8.el7 will be erased\n---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be erased\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server x86_64 15.0.4345.5-2 @packages-microsoft-com-mssql-server-2019\n 1.1 G\n mssql-tools x86_64 17.10.1.1-1 @packages-microsoft-com-prod 714 k\n unixODBC-devel x86_64 2.3.11-1.rh @packages-microsoft-com-prod 223 k\nRemoving for dependencies:\n bzip2 x86_64 1.0.6-13.el7 @base 82 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 @updates 141 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 @updates 36 k\n gdb x86_64 7.6.1-120.el7 @base 7.0 M\n libatomic x86_64 4.8.5-44.el7 @base 26 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 @updates 82 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 @base 66 k\n lsof x86_64 4.87-6.el7 @base 927 k\n msodbcsql17 x86_64 17.10.5.1-1 @packages-microsoft-com-prod 2.2 M\n python3 x86_64 3.6.8-21.el7_9 @updates 39 k\n python3-libs x86_64 3.6.8-21.el7_9 @updates 35 M\n python3-pip noarch 9.0.3-8.el7 @base 9.1 M\n python3-setuptools\n noarch 39.2.0-10.el7 @base 3.6 M\n unixODBC x86_64 2.3.11-1.rh @packages-microsoft-com-prod 648 k\n\nTransaction Summary\n================================================================================\nRemove 3 Packages (+14 Dependent packages)\n\nInstalled size: 1.2 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-15.0.4345.5-2.x86_64 1/17 \n Erasing : unixODBC-devel-2.3.11-1.rh.x86_64 2/17 \n Erasing : mssql-tools-17.10.1.1-1.x86_64 3/17 \n Erasing : python3-libs-3.6.8-21.el7_9.x86_64 4/17 \n Erasing : python3-pip-9.0.3-8.el7.noarch 5/17 \n Erasing : python3-setuptools-39.2.0-10.el7.noarch 6/17 \n Erasing : python3-3.6.8-21.el7_9.x86_64 7/17 \n Erasing : msodbcsql17-17.10.5.1-1.x86_64 8/17 \nODBC Driver 17 for SQL Server has been deleted (if it existed at all) because its usage count became zero\n Erasing : unixODBC-2.3.11-1.rh.x86_64 9/17 \nwarning: /etc/odbcinst.ini saved as /etc/odbcinst.ini.rpmsave\n Erasing : libtool-ltdl-2.4.2-22.el7_3.x86_64 10/17 \n Erasing : libatomic-4.8.5-44.el7.x86_64 11/17 \n Erasing : bzip2-1.0.6-13.el7.x86_64 12/17 \n Erasing : gdb-7.6.1-120.el7.x86_64 13/17 \n Erasing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 14/17 \n Erasing : cyrus-sasl-2.1.26-24.el7_9.x86_64 15/17 \n Erasing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 16/17 \n Erasing : lsof-4.87-6.el7.x86_64 17/17 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/17 \n Verifying : python3-3.6.8-21.el7_9.x86_64 2/17 \n Verifying : python3-setuptools-39.2.0-10.el7.noarch 3/17 \n Verifying : bzip2-1.0.6-13.el7.x86_64 4/17 \n Verifying : mssql-server-15.0.4345.5-2.x86_64 5/17 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 6/17 \n Verifying : lsof-4.87-6.el7.x86_64 7/17 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 8/17 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 9/17 \n Verifying : gdb-7.6.1-120.el7.x86_64 10/17 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 11/17 \n Verifying : python3-libs-3.6.8-21.el7_9.x86_64 12/17 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 13/17 \n Verifying : python3-pip-9.0.3-8.el7.noarch 14/17 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 15/17 \n Verifying : libatomic-4.8.5-44.el7.x86_64 16/17 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 17/17 \n\nRemoved:\n mssql-server.x86_64 0:15.0.4345.5-2 mssql-tools.x86_64 0:17.10.1.1-1 \n unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Removed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 \n lsof.x86_64 0:4.87-6.el7 \n msodbcsql17.x86_64 0:17.10.5.1-1 \n python3.x86_64 0:3.6.8-21.el7_9 \n python3-libs.x86_64 0:3.6.8-21.el7_9 \n python3-pip.noarch 0:9.0.3-8.el7 \n python3-setuptools.noarch 0:39.2.0-10.el7 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/cleanup.yml:58 Saturday 13 January 2024 01:25:55 +0000 (0:00:03.838) 0:03:31.159 ****** 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.012382", "end": "2024-01-13 01:25:55.388769", "rc": 0, "start": "2024-01-13 01:25:55.376387" } 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 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/9438f5c0-8e04-4c16-9ac9-33ab5d0db213’ 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/Entropy.bin’ removed ‘/var/opt/mssql/data/model.mdf’ removed ‘/var/opt/mssql/data/model_replicatedmaster.ldf’ removed ‘/var/opt/mssql/data/modellog.ldf’ removed ‘/var/opt/mssql/data/model_msdbdata.mdf’ removed ‘/var/opt/mssql/data/model_msdblog.ldf’ removed ‘/var/opt/mssql/data/tempdb3.ndf’ removed ‘/var/opt/mssql/data/tempdb4.ndf’ removed ‘/var/opt/mssql/data/master.mdf’ removed ‘/var/opt/mssql/data/mastlog.ldf’ removed ‘/var/opt/mssql/data/tempdb2.ndf’ removed ‘/var/opt/mssql/data/msdblog.ldf’ removed ‘/var/opt/mssql/data/model_replicatedmaster.mdf’ removed ‘/var/opt/mssql/data/msdbdata.mdf’ removed directory: ‘/var/opt/mssql/data’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133495826655150000.xel’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/log_4.trc’ removed ‘/var/opt/mssql/log/system_health_0_133495827101790000.xel’ removed ‘/var/opt/mssql/log/sqlagent.out’ removed ‘/var/opt/mssql/log/FDLAUNCHERRORLOG’ removed ‘/var/opt/mssql/log/errorlog.2’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133495826007350000.xel’ removed ‘/var/opt/mssql/log/sqlagent.1’ removed ‘/var/opt/mssql/log/sqlagent.2’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133495827098360000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133495826659740000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133495826019000000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133495827024680000.xel’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/log_2.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133495827241660000.xel’ removed ‘/var/opt/mssql/log/log_3.trc’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/errorlog.6’ 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/HkEngineEventFile_0_133495826102220000.xel’ removed ‘/var/opt/mssql/log/mssql-conf/mssql-conf.log’ removed directory: ‘/var/opt/mssql/log/mssql-conf’ removed ‘/var/opt/mssql/log/system_health_0_133495827028850000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133495826108280000.xel’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/system_health_0_133495827246200000.xel’ 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-2019.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:25:55 +0000 (0:00:00.165) 0:03:31.324 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.381487", "end": "2024-01-13 01:25:55.914826", "rc": 0, "start": "2024-01-13 01:25:55.533339" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=341 changed=36 unreachable=0 failed=0 skipped=510 rescued=0 ignored=1 Saturday 13 January 2024 01:25:55 +0000 (0:00:00.510) 0:03:31.835 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 48.08s /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 --------- 30.12s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure the package powershell --------------- 12.57s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Set up MSSQL --------------------------------- 7.13s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Change the password of sa user --------------- 5.93s /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.83s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 5.72s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Remove related packages ------------------------------------------------- 3.84s /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/cleanup.yml:45 --------------------- linux-system-roles.mssql : Ensure the package mssql-server-fts ---------- 1.43s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Gather package facts ------------------------- 1.36s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 linux-system-roles.mssql : Ensure the package powershell ---------------- 1.35s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Gather package facts ------------------------- 1.31s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 linux-system-roles.mssql : Gather package facts ------------------------- 1.24s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.20s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 linux-system-roles.mssql : Get the setting control alternatewritethrough --- 1.19s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wait for mssql-server to prepare for client connections ----------------- 1.18s /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Gather package facts ------------------------- 1.17s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 linux-system-roles.mssql : Get the setting network tcpport -------------- 1.17s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wait for mssql-server to prepare for client connections ----------------- 1.16s /WORKDIR/git-weekly-ci3rhwj_yl/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.15s /WORKDIR/git-weekly-ci3rhwj_yl/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---