# 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-cibfwu4cu9/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-cibfwu4cu9/tests/tests_idempotency_2019.yml:15 Saturday 06 January 2024 01:16:10 +0000 (0:00:00.021) 0:00:00.021 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/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-cibfwu4cu9/tests/tasks/tests_idempotency.yml:2 Saturday 06 January 2024 01:16:10 +0000 (0:00:00.011) 0:00:00.033 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Saturday 06 January 2024 01:16:10 +0000 (0:00:00.020) 0:00:00.053 ****** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.330) 0:00:00.384 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.010) 0:00:00.394 ****** 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-cibfwu4cu9/tests/tasks/tests_idempotency.yml:5 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.009) 0:00:00.404 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.165) 0:00:00.569 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.011) 0:00:00.581 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.009) 0:00:00.591 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.037) 0:00:00.628 ****** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.017) 0:00:00.646 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.011) 0:00:00.657 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.009) 0:00:00.667 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.008) 0:00:00.676 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.014) 0:00:00.690 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.023) 0:00:00.714 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.011) 0:00:00.725 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.021) 0:00:00.747 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.021) 0:00:00.768 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.041) 0:00:00.809 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.017) 0:00:00.827 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.027) 0:00:00.855 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.013) 0:00:00.869 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.012) 0:00:00.881 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:16:11 +0000 (0:00:00.009) 0:00:00.891 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:16:12 +0000 (0:00:01.072) 0:00:01.963 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:16:12 +0000 (0:00:00.039) 0:00:02.003 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:16:12 +0000 (0:00:00.032) 0:00:02.036 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:16:12 +0000 (0:00:00.029) 0:00:02.065 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:16:12 +0000 (0:00:00.036) 0:00:02.102 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version {{ __mssql_current_version }}] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:16:13 +0000 (0:00:00.447) 0:00:02.549 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:16:13 +0000 (0:00:00.019) 0:00:02.568 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:16:13 +0000 (0:00:00.022) 0:00:02.590 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:16:13 +0000 (0:00:00.023) 0:00:02.613 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:16:13 +0000 (0:00:00.250) 0:00:02.864 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:16:13 +0000 (0:00:00.051) 0:00:02.915 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:16:13 +0000 (0:00:00.030) 0:00:02.945 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:16:13 +0000 (0:00:00.038) 0:00:02.984 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:16:13 +0000 (0:00:00.052) 0:00:03.037 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:16:13 +0000 (0:00:00.041) 0:00:03.078 ****** 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 52 MB/s | 241 MB 00:04 \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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:16:56 +0000 (0:00:42.978) 0:00:46.057 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:16:56 +0000 (0:00:00.021) 0:00:46.078 ****** 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.005701", "end": "2024-01-06 01:16:57.167134", "rc": 0, "start": "2024-01-06 01:16:57.161433" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:16:57 +0000 (0:00:00.358) 0:00:46.437 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:16:58 +0000 (0:00:00.895) 0:00:47.332 ****** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": false }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:16:58 +0000 (0:00:00.078) 0:00:47.411 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:16:58 +0000 (0:00:00.043) 0:00:47.454 ****** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:17:09 +0000 (0:00:11.409) 0:00:58.864 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cibfwu4cu9/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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 06 January 2024 01:17:09 +0000 (0:00:00.044) 0:00:58.908 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 06 January 2024 01:17:09 +0000 (0:00:00.232) 0:00:59.141 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 06 January 2024 01:17:10 +0000 (0:00:00.203) 0:00:59.345 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 06 January 2024 01:17:10 +0000 (0:00:00.023) 0:00:59.368 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:17:10 +0000 (0:00:00.031) 0:00:59.400 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003453", "end": "2024-01-06 01:17:10.338684", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:17:10.335231" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:17:10 +0000 (0:00:00.139) 0:00:59.539 ****** 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.129795", "end": "2024-01-06 01:17:10.611038", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:10.481243" } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:17:10 +0000 (0:00:00.276) 0:00:59.815 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 06 January 2024 01:17:10 +0000 (0:00:00.021) 0:00:59.837 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 06 January 2024 01:17:10 +0000 (0:00:00.155) 0:00:59.993 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 06 January 2024 01:17:10 +0000 (0:00:00.180) 0:01:00.174 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 06 January 2024 01:17:11 +0000 (0:00:00.026) 0:01:00.200 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:17:11 +0000 (0:00:00.033) 0:01:00.233 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004357", "end": "2024-01-06 01:17:11.187433", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:17:11.183076" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:17:11 +0000 (0:00:00.156) 0:01:00.390 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/tmp/mssql_log" ], "delta": "0:00:00.130453", "end": "2024-01-06 01:17:11.479551", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:11.349098" } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:17:11 +0000 (0:00:00.318) 0:01:00.708 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:17:11 +0000 (0:00:00.021) 0:01:00.729 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:17:11 +0000 (0:00:00.019) 0:01:00.749 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:17:11 +0000 (0:00:00.422) 0:01:01.171 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:23 UTC", "ActiveEnterTimestampMonotonic": "14601134", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service basic.target system.slice network.target systemd-journald.socket dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:22 UTC", "AssertTimestampMonotonic": "13659814", "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-06 00:55:22 UTC", "ConditionTimestampMonotonic": "13659812", "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": "875", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:22 UTC", "ExecMainStartTimestampMonotonic": "13660458", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-06 00:55:22 UTC", "InactiveExitTimestampMonotonic": "13660510", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "875", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "dbus.service basic.target system.slice polkit.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 00:55:23 UTC", "WatchdogTimestampMonotonic": "14601025", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:17:12 +0000 (0:00:00.378) 0:01:01.550 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.149886", "end": "2024-01-06 01:17:12.682275", "rc": 0, "start": "2024-01-06 01:17:12.532389" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:17:12 +0000 (0:00:00.332) 0:01:01.882 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:17:12 +0000 (0:00:00.018) 0:01:01.901 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:17:12 +0000 (0:00:00.017) 0:01:01.919 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:17:12 +0000 (0:00:00.017) 0:01:01.936 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:17:12 +0000 (0:00:00.231) 0:01:02.167 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be installed\n--> Processing Dependency: msodbcsql17 >= 17.3.0.0 for package: mssql-tools-17.10.1.1-1.x86_64\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: unixODBC = 2.3.11 for package: unixODBC-devel-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be installed\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: libltdl.so.7()(64bit) for package: unixODBC-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-tools x86_64 17.10.1.1-1 packages-microsoft-com-prod 291 k\n unixODBC-devel x86_64 2.3.11-1.rh packages-microsoft-com-prod 53 k\nInstalling for dependencies:\n libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k\n msodbcsql17 x86_64 17.10.5.1-1 packages-microsoft-com-prod 913 k\n unixODBC x86_64 2.3.11-1.rh packages-microsoft-com-prod 274 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+3 Dependent packages)\n\nTotal download size: 1.5 M\nInstalled size: 3.8 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 4.4 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:17:17 +0000 (0:00:04.880) 0:01:07.048 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:17:17 +0000 (0:00:00.032) 0:01:07.080 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:17:17 +0000 (0:00:00.043) 0:01:07.123 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:17:17 +0000 (0:00:00.037) 0:01:07.161 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:17:18 +0000 (0:00:00.027) 0:01:07.188 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:17:18 +0000 (0:00:00.038) 0:01:07.227 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:17:18 +0000 (0:00:00.038) 0:01:07.265 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:17:18 +0000 (0:00:00.019) 0:01:07.285 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:17:18 +0000 (0:00:00.018) 0:01:07.304 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:17:18 +0000 (0:00:00.019) 0:01:07.323 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:17:18 +0000 (0:00:00.019) 0:01:07.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 [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:17:18 +0000 (0:00:00.019) 0:01:07.363 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:17:18 +0000 (0:00:00.018) 0:01:07.381 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network ipaddress] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:17:18 +0000 (0:00:00.035) 0:01:07.417 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003077", "end": "2024-01-06 01:17:18.362998", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:17:18.359921" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:17:18 +0000 (0:00:00.149) 0:01:07.566 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "0.0.0.0" ], "delta": "0:00:00.125481", "end": "2024-01-06 01:17:18.633486", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:18.508005" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network ipaddress] ********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:17:18 +0000 (0:00:00.273) 0:01:07.839 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:17:18 +0000 (0:00:00.020) 0:01:07.860 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:17:18 +0000 (0:00:00.020) 0:01:07.880 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:17:18 +0000 (0:00:00.031) 0:01:07.912 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:17:18 +0000 (0:00:00.033) 0:01:07.946 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003004", "end": "2024-01-06 01:17:18.890838", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:17:18.887834" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:17:18 +0000 (0:00:00.153) 0:01:08.099 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.126657", "end": "2024-01-06 01:17:19.164943", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:19.038286" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:17:19 +0000 (0:00:00.299) 0:01:08.398 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:17:19 +0000 (0:00:00.022) 0:01:08.420 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:17:19 +0000 (0:00:00.021) 0:01:08.442 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting sqlagent enabled] ************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:17:19 +0000 (0:00:00.036) 0:01:08.478 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003259", "end": "2024-01-06 01:17:19.418470", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:19.415211" } STDOUT: enabled = false TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:17:19 +0000 (0:00:00.151) 0:01:08.630 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "True" ], "delta": "0:00:00.126341", "end": "2024-01-06 01:17:19.718724", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:19.592383" } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:17:19 +0000 (0:00:00.304) 0:01:08.935 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:17:19 +0000 (0:00:00.022) 0:01:08.958 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:17:48 +0000 (0:00:28.959) 0:01:37.917 ****** 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.10-1.rh will be installed\n--> Processing Dependency: libicu for package: powershell-7.3.10-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.10-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 45 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.10-1.rh.x86_64 2/2 \n Verifying : powershell-7.3.10-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.10-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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:18:00 +0000 (0:00:11.979) 0:01:49.897 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003229", "end": "2024-01-06 01:18:00.901283", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:18:00.898054" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:18:00 +0000 (0:00:00.218) 0:01:50.115 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "on" ], "delta": "0:00:00.127263", "end": "2024-01-06 01:18:01.193979", "rc": 0, "start": "2024-01-06 01:18:01.066716" } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:18:01 +0000 (0:00:00.296) 0:01:50.411 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:18:01 +0000 (0:00:00.057) 0:01:50.469 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:01 +0000 (0:00:00.125) 0:01:50.595 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003265", "end": "2024-01-06 01:18:01.592345", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:18:01.589080" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:01 +0000 (0:00:00.255) 0:01:50.850 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.alternatewritethrough", "0" ], "delta": "0:00:00.128802", "end": "2024-01-06 01:18:01.951122", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:01.822320" } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:01 +0000 (0:00:00.307) 0:01:51.157 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:18:02 +0000 (0:00:00.035) 0:01:51.193 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control writethrough] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:02 +0000 (0:00:00.089) 0:01:51.282 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003134", "end": "2024-01-06 01:18:02.232110", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:18:02.228976" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:02 +0000 (0:00:00.185) 0:01:51.467 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "1" ], "delta": "0:00:00.126004", "end": "2024-01-06 01:18:02.599468", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:02.473464" } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:02 +0000 (0:00:00.374) 0:01:51.842 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:18:02 +0000 (0:00:00.045) 0:01:51.888 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:18:02 +0000 (0:00:00.125) 0:01:52.013 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:18:02 +0000 (0:00:00.053) 0:01:52.067 ****** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:18:02 +0000 (0:00:00.027) 0:01:52.095 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:18:03 +0000 (0:00:00.116) 0:01:52.211 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:18:03 +0000 (0:00:00.078) 0:01:52.289 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:18:03 +0000 (0:00:00.051) 0:01:52.341 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:18:03 +0000 (0:00:00.041) 0:01:52.383 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:18:03 +0000 (0:00:00.030) 0:01:52.413 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:18:03 +0000 (0:00:00.020) 0:01:52.434 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:18:03 +0000 (0:00:00.106) 0:01:52.541 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:18:03 +0000 (0:00:00.249) 0:01:52.790 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:18:03 +0000 (0:00:00.039) 0:01:52.830 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:18:03 +0000 (0:00:00.081) 0:01:52.911 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:18:03 +0000 (0:00:00.071) 0:01:52.982 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:18:03 +0000 (0:00:00.021) 0:01:53.004 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:18:03 +0000 (0:00:00.057) 0:01:53.061 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:18:03 +0000 (0:00:00.030) 0:01:53.092 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:18:03 +0000 (0:00:00.037) 0:01:53.129 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:18:03 +0000 (0:00:00.022) 0:01:53.152 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:18:04 +0000 (0:00:00.080) 0:01:53.233 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:18:04 +0000 (0:00:00.084) 0:01:53.317 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:18:04 +0000 (0:00:00.033) 0:01:53.350 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:18:04 +0000 (0:00:00.038) 0:01:53.389 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:18:04 +0000 (0:00:00.030) 0:01:53.420 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:18:04 +0000 (0:00:00.045) 0:01:53.466 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:18:04 +0000 (0:00:00.055) 0:01:53.521 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:18:04 +0000 (0:00:00.065) 0:01:53.587 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:18:04 +0000 (0:00:00.040) 0:01:53.627 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:18:04 +0000 (0:00:00.102) 0:01:53.730 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:18:04 +0000 (0:00:00.041) 0:01:53.771 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:18:04 +0000 (0:00:00.082) 0:01:53.853 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:18:04 +0000 (0:00:00.046) 0:01:53.899 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:18:04 +0000 (0:00:00.040) 0:01:53.940 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:18:04 +0000 (0:00:00.044) 0:01:53.985 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:18:04 +0000 (0:00:00.065) 0:01:54.051 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.129) 0:01:54.181 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.049) 0:01:54.230 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.031) 0:01:54.262 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.040) 0:01:54.302 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.034) 0:01:54.337 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.057) 0:01:54.394 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.053) 0:01:54.448 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.029) 0:01:54.478 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.043) 0:01:54.522 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.087) 0:01:54.610 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.035) 0:01:54.645 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.079) 0:01:54.724 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.065) 0:01:54.790 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.092) 0:01:54.882 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.038) 0:01:54.921 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.161) 0:01:55.082 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:18:05 +0000 (0:00:00.031) 0:01:55.113 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:18:06 +0000 (0:00:00.068) 0:01:55.182 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:18:06 +0000 (0:00:00.028) 0:01:55.210 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:18:06 +0000 (0:00:00.042) 0:01:55.253 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:18:06 +0000 (0:00:00.024) 0:01:55.277 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:18:06 +0000 (0:00:00.040) 0:01:55.318 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 06 January 2024 01:18:06 +0000 (0:00:00.532) 0:01:55.850 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:17:09 UTC", "ActiveEnterTimestampMonotonic": "1320645526", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target auditd.service system.slice network.target -.mount systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:17:09 UTC", "AssertTimestampMonotonic": "1320644560", "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-06 01:17:09 UTC", "ConditionTimestampMonotonic": "1320644559", "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": "13564", "ExecMainStartTimestamp": "Sat 2024-01-06 01:17:09 UTC", "ExecMainStartTimestampMonotonic": "1320645458", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-06 01:17:09 UTC", "InactiveExitTimestampMonotonic": "1320645526", "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": "13564", "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-06 01:17:09 UTC", "WatchdogTimestampMonotonic": "1320645500", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:18:07 +0000 (0:00:00.650) 0:01:56.501 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:18:07 +0000 (0:00:00.058) 0:01:56.559 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_idempotency.yml:22 Saturday 06 January 2024 01:18:07 +0000 (0:00:00.045) 0:01:56.604 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql-sever-increase-start-limit.yml:3 Saturday 06 January 2024 01:18:07 +0000 (0:00:00.090) 0:01:56.695 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql-sever-increase-start-limit.yml:10 Saturday 06 January 2024 01:18:07 +0000 (0:00:00.368) 0:01:57.063 ****** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql-sever-increase-start-limit.yml:17 Saturday 06 January 2024 01:18:08 +0000 (0:00:00.167) 0:01:57.231 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Run again with the same settings - should report not changed] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_idempotency.yml:25 Saturday 06 January 2024 01:18:08 +0000 (0:00:00.385) 0:01:57.617 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:18:08 +0000 (0:00:00.223) 0:01:57.840 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:18:08 +0000 (0:00:00.047) 0:01:57.888 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:18:08 +0000 (0:00:00.096) 0:01:57.984 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:18:08 +0000 (0:00:00.075) 0:01:58.059 ****** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:18:08 +0000 (0:00:00.026) 0:01:58.086 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:18:08 +0000 (0:00:00.030) 0:01:58.117 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:18:08 +0000 (0:00:00.020) 0:01:58.138 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:18:08 +0000 (0:00:00.020) 0:01:58.158 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:18:08 +0000 (0:00:00.017) 0:01:58.176 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:18:09 +0000 (0:00:00.018) 0:01:58.194 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:18:09 +0000 (0:00:00.017) 0:01:58.212 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:18:09 +0000 (0:00:00.053) 0:01:58.265 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:18:09 +0000 (0:00:00.021) 0:01:58.287 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:18:09 +0000 (0:00:00.028) 0:01:58.315 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:18:09 +0000 (0:00:00.019) 0:01:58.335 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:18:09 +0000 (0:00:00.026) 0:01:58.361 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:18:09 +0000 (0:00:00.034) 0:01:58.396 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:18:09 +0000 (0:00:00.021) 0:01:58.417 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:18:09 +0000 (0:00:00.024) 0:01:58.442 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:18:10 +0000 (0:00:01.277) 0:01:59.719 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:18:10 +0000 (0:00:00.127) 0:01:59.847 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:18:10 +0000 (0:00:00.073) 0:01:59.920 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:18:10 +0000 (0:00:00.053) 0:01:59.974 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:18:10 +0000 (0:00:00.147) 0:02:00.121 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:18:11 +0000 (0:00:00.521) 0:02:00.642 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:18:11 +0000 (0:00:00.024) 0:02:00.667 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:18:11 +0000 (0:00:00.039) 0:02:00.706 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:18:11 +0000 (0:00:00.044) 0:02:00.751 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:18:11 +0000 (0:00:00.030) 0:02:00.782 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:18:11 +0000 (0:00:00.034) 0:02:00.817 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:18:11 +0000 (0:00:00.022) 0:02:00.839 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:18:11 +0000 (0:00:00.037) 0:02:00.877 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:18:11 +0000 (0:00:00.054) 0:02:00.931 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:18:11 +0000 (0:00:00.027) 0:02:00.958 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:18:12 +0000 (0:00:00.372) 0:02:01.331 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:18:12 +0000 (0:00:00.084) 0:02:01.416 ****** 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.006124", "end": "2024-01-06 01:18:12.371669", "rc": 0, "start": "2024-01-06 01:18:12.365545" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:18:12 +0000 (0:00:00.165) 0:02:01.582 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:18:13 +0000 (0:00:00.811) 0:02:02.393 ****** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:18:13 +0000 (0:00:00.125) 0:02:02.519 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:18:13 +0000 (0:00:00.020) 0:02:02.539 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:18:13 +0000 (0:00:00.033) 0:02:02.573 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cibfwu4cu9/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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 06 January 2024 01:18:13 +0000 (0:00:00.101) 0:02:02.675 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503830.139626, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503830.140626, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 659480, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1704503830.139626, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "81572445", "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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 06 January 2024 01:18:13 +0000 (0:00:00.374) 0:02:03.050 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.151) 0:02:03.201 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.050) 0:02:03.252 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.062) 0:02:03.315 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003590", "end": "2024-01-06 01:18:14.255930", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:14.252340" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.157) 0:02:03.472 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.027) 0:02:03.500 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.041) 0:02:03.542 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503830.9745858, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503830.9745858, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 659512, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1704503830.9745858, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "81572458", "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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.149) 0:02:03.691 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.160) 0:02:03.852 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.036) 0:02:03.889 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.122) 0:02:04.012 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003416", "end": "2024-01-06 01:18:14.981266", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:14.977850" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.194) 0:02:04.206 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.037) 0:02:04.243 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.048) 0:02:04.292 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.023) 0:02:04.316 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.356) 0:02:04.672 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:23 UTC", "ActiveEnterTimestampMonotonic": "14601134", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice systemd-sysctl.service systemd-journald.socket dbus.service network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:22 UTC", "AssertTimestampMonotonic": "13659814", "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-06 00:55:22 UTC", "ConditionTimestampMonotonic": "13659812", "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": "875", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:22 UTC", "ExecMainStartTimestampMonotonic": "13660458", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-06 00:55:22 UTC", "InactiveExitTimestampMonotonic": "13660510", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "875", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service system.slice basic.target 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-06 00:55:23 UTC", "WatchdogTimestampMonotonic": "14601025", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.214) 0:02:04.886 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.099148", "end": "2024-01-06 01:18:15.918285", "rc": 0, "start": "2024-01-06 01:18:15.819137" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.252) 0:02:05.139 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:18:15 +0000 (0:00:00.034) 0:02:05.173 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:18:16 +0000 (0:00:00.022) 0:02:05.196 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:18:16 +0000 (0:00:00.058) 0:02:05.255 ****** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:18:16 +0000 (0:00:00.197) 0:02:05.453 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:18:16 +0000 (0:00:00.394) 0:02:05.847 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for sut TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:18:16 +0000 (0:00:00.040) 0:02:05.887 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:18:07 UTC", "ActiveEnterTimestampMonotonic": "1378314898", "ActiveExitTimestamp": "Sat 2024-01-06 01:18:06 UTC", "ActiveExitTimestampMonotonic": "1377974906", "ActiveState": "active", "After": "basic.target system.slice auditd.service -.mount systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:18:07 UTC", "AssertTimestampMonotonic": "1378313996", "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-06 01:18:07 UTC", "ConditionTimestampMonotonic": "1378313995", "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": "14160", "ExecMainStartTimestamp": "Sat 2024-01-06 01:18:07 UTC", "ExecMainStartTimestampMonotonic": "1378314794", "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-06 01:18:07 UTC", "InactiveEnterTimestampMonotonic": "1378313442", "InactiveExitTimestamp": "Sat 2024-01-06 01:18:07 UTC", "InactiveExitTimestampMonotonic": "1378314898", "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": "14160", "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 basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:18:07 UTC", "WatchdogTimestampMonotonic": "1378314855", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:18:16 +0000 (0:00:00.271) 0:02:06.158 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003199", "end": "2024-01-06 01:18:17.122770", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:18:17.119571" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:18:17 +0000 (0:00:00.180) 0:02:06.338 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003270", "end": "2024-01-06 01:18:17.309601", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:17.306331" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:18:17 +0000 (0:00:00.188) 0:02:06.527 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:18:17 +0000 (0:00:00.039) 0:02:06.567 ****** 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": 8178, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:18:18 +0000 (0:00:01.239) 0:02:07.806 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:18:18 +0000 (0:00:00.174) 0:02:07.981 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:18:18 +0000 (0:00:00.035) 0:02:08.017 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:18:19 +0000 (0:00:00.982) 0:02:08.999 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:18:19 +0000 (0:00:00.068) 0:02:09.068 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:18:19 +0000 (0:00:00.038) 0:02:09.106 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:18:19 +0000 (0:00:00.022) 0:02:09.129 ****** 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.005171", "end": "2024-01-06 01:18:20.071925", "rc": 0, "start": "2024-01-06 01:18:20.066754" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:18:20 +0000 (0:00:00.193) 0:02:09.322 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:18:20 +0000 (0:00:00.147) 0:02:09.470 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:18:21 +0000 (0:00:00.992) 0:02:10.463 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:18:21 +0000 (0:00:00.029) 0:02:10.492 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network ipaddress] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:21 +0000 (0:00:00.047) 0:02:10.540 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003252", "end": "2024-01-06 01:18:21.482125", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:21.478873" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:21 +0000 (0:00:00.151) 0:02:10.692 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:21 +0000 (0:00:00.025) 0:02:10.717 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:18:21 +0000 (0:00:00.025) 0:02:10.743 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:18:21 +0000 (0:00:00.036) 0:02:10.780 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:18:21 +0000 (0:00:00.021) 0:02:10.801 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:21 +0000 (0:00:00.041) 0:02:10.843 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003283", "end": "2024-01-06 01:18:21.777769", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:18:21.774486" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:21 +0000 (0:00:00.135) 0:02:10.978 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.127465", "end": "2024-01-06 01:18:22.042469", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:21.915004" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:22 +0000 (0:00:00.361) 0:02:11.340 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:18:22 +0000 (0:00:00.023) 0:02:11.363 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:18:22 +0000 (0:00:00.026) 0:02:11.390 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting sqlagent enabled] ************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:22 +0000 (0:00:00.038) 0:02:11.428 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003246", "end": "2024-01-06 01:18:22.363329", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:22.360083" } STDOUT: enabled = True TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:22 +0000 (0:00:00.145) 0:02:11.574 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:22 +0000 (0:00:00.036) 0:02:11.611 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:18:22 +0000 (0:00:00.024) 0:02:11.635 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:18:22 +0000 (0:00:00.370) 0:02:12.006 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "powershell-7.3.10-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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:18:23 +0000 (0:00:00.378) 0:02:12.384 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003334", "end": "2024-01-06 01:18:23.342565", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:23.339231" } STDOUT: traceflag0 = 3979 TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:18:23 +0000 (0:00:00.163) 0:02:12.548 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:18:23 +0000 (0:00:00.032) 0:02:12.580 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:18:23 +0000 (0:00:00.023) 0:02:12.604 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:23 +0000 (0:00:00.041) 0:02:12.645 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003291", "end": "2024-01-06 01:18:23.580614", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:23.577323" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:23 +0000 (0:00:00.153) 0:02:12.799 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:23 +0000 (0:00:00.162) 0:02:12.961 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:18:23 +0000 (0:00:00.040) 0:02:13.002 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control writethrough] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:23 +0000 (0:00:00.053) 0:02:13.055 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003339", "end": "2024-01-06 01:18:23.993877", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:23.990538" } STDOUT: writethrough = 1 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.141) 0:02:13.196 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.026) 0:02:13.223 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.023) 0:02:13.246 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.020) 0:02:13.267 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.023) 0:02:13.291 ****** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.029) 0:02:13.320 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.020) 0:02:13.340 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.019) 0:02:13.360 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.020) 0:02:13.380 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.028) 0:02:13.409 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.032) 0:02:13.442 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.022) 0:02:13.465 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.019) 0:02:13.484 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.020) 0:02:13.505 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.020) 0:02:13.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 : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.055) 0:02:13.580 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.022) 0:02:13.602 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.027) 0:02:13.629 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.022) 0:02:13.652 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.027) 0:02:13.680 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.027) 0:02:13.708 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.022) 0:02:13.730 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.020) 0:02:13.751 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.022) 0:02:13.774 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.018) 0:02:13.792 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.018) 0:02:13.811 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.018) 0:02:13.829 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.020) 0:02:13.850 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.018) 0:02:13.868 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.019) 0:02:13.888 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.018) 0:02:13.906 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.021) 0:02:13.927 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.024) 0:02:13.952 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.032) 0:02:13.984 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.087) 0:02:14.072 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.031) 0:02:14.104 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:18:24 +0000 (0:00:00.072) 0:02:14.176 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.032) 0:02:14.209 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.031) 0:02:14.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 : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.033) 0:02:14.274 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.020) 0:02:14.294 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.024) 0:02:14.319 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.025) 0:02:14.345 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.041) 0:02:14.387 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.021) 0:02:14.408 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.021) 0:02:14.429 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.020) 0:02:14.450 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.017) 0:02:14.468 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.018) 0:02:14.487 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.019) 0:02:14.506 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.018) 0:02:14.525 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.028) 0:02:14.553 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.022) 0:02:14.575 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.092) 0:02:14.668 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.021) 0:02:14.690 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.023) 0:02:14.713 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.029) 0:02:14.743 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.050) 0:02:14.793 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.047) 0:02:14.840 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.063) 0:02:14.904 ****** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:18:25 +0000 (0:00:00.236) 0:02:15.141 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:18:26 +0000 (0:00:00.040) 0:02:15.181 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_idempotency.yml:40 Saturday 06 January 2024 01:18:26 +0000 (0:00:00.025) 0:02:15.207 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:8 Saturday 06 January 2024 01:18:26 +0000 (0:00:00.141) 0:02:15.349 ****** 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.005197", "end": "2024-01-06 01:18:26.361595", "rc": 0, "start": "2024-01-06 01:18:26.356398" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:23 Saturday 06 January 2024 01:18:26 +0000 (0:00:00.241) 0:02:15.591 ****** 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.005074", "end": "2024-01-06 01:18:26.567536", "rc": 0, "start": "2024-01-06 01:18:26.562462" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:35 Saturday 06 January 2024 01:18:26 +0000 (0:00:00.199) 0:02:15.790 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:39 Saturday 06 January 2024 01:18:26 +0000 (0:00:00.036) 0:02:15.827 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:18:26 +0000 (0:00:00.211) 0:02:16.038 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004346", "end": "2024-01-06 01:18:26.978527", "rc": 0, "start": "2024-01-06 01:18:26.974181" } STDOUT: ipaddress = 0.0.0.0 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:18:27 +0000 (0:00:00.167) 0:02:16.206 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:18:27 +0000 (0:00:00.038) 0:02:16.245 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 0.0.0.0] ******************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:18:27 +0000 (0:00:00.036) 0:02:16.281 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:18:27 +0000 (0:00:00.023) 0:02:16.305 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004363", "end": "2024-01-06 01:18:27.265419", "rc": 0, "start": "2024-01-06 01:18:27.261056" } TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:18:27 +0000 (0:00:00.163) 0:02:16.468 ****** 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-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:18:27 +0000 (0:00:00.027) 0:02:16.496 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1433] ********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:18:27 +0000 (0:00:00.039) 0:02:16.536 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:18:27 +0000 (0:00:00.048) 0:02:16.585 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004409", "end": "2024-01-06 01:18:27.537498", "rc": 0, "start": "2024-01-06 01:18:27.533089" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:18:27 +0000 (0:00:00.183) 0:02:16.768 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:18:27 +0000 (0:00:00.050) 0:02:16.819 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_data] *********************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:18:27 +0000 (0:00:00.021) 0:02:16.840 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:18:27 +0000 (0:00:00.022) 0:02:16.863 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004437", "end": "2024-01-06 01:18:27.799825", "rc": 0, "start": "2024-01-06 01:18:27.795388" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:18:27 +0000 (0:00:00.139) 0:02:17.002 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:18:27 +0000 (0:00:00.038) 0:02:17.041 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_log] ************************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:18:27 +0000 (0:00:00.031) 0:02:17.073 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:18:27 +0000 (0:00:00.021) 0:02:17.094 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004184", "end": "2024-01-06 01:18:28.031175", "rc": 0, "start": "2024-01-06 01:18:28.026991" } STDOUT: enabled = True TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.197) 0:02:17.291 ****** 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-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.023) 0:02:17.315 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.029) 0:02:17.344 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:55 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.019) 0:02:17.364 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503830.139626, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503830.140626, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 659480, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1704503830.139626, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "81572445", "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-cibfwu4cu9/tests/tasks/verify_settings.yml:60 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.167) 0:02:17.531 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:70 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.025) 0:02:17.557 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503830.9745858, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503830.9745858, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 659512, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1704503830.9745858, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "81572458", "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-cibfwu4cu9/tests/tasks/verify_settings.yml:75 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.145) 0:02:17.702 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:85 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.056) 0:02:17.759 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.057) 0:02:17.817 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:18:07 UTC", "ActiveEnterTimestampMonotonic": "1378314898", "ActiveExitTimestamp": "Sat 2024-01-06 01:18:06 UTC", "ActiveExitTimestampMonotonic": "1377974906", "ActiveState": "active", "After": "basic.target system.slice auditd.service -.mount systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:18:07 UTC", "AssertTimestampMonotonic": "1378313996", "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-06 01:18:07 UTC", "ConditionTimestampMonotonic": "1378313995", "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": "14160", "ExecMainStartTimestamp": "Sat 2024-01-06 01:18:07 UTC", "ExecMainStartTimestampMonotonic": "1378314794", "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-06 01:18:07 UTC", "InactiveEnterTimestampMonotonic": "1378313442", "InactiveExitTimestamp": "Sat 2024-01-06 01:18:07 UTC", "InactiveExitTimestampMonotonic": "1378314898", "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": "14160", "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 basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:18:07 UTC", "WatchdogTimestampMonotonic": "1378314855", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:18:28 +0000 (0:00:00.259) 0:02:18.077 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003177", "end": "2024-01-06 01:18:29.072810", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:18:29.069633" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.208) 0:02:18.286 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003323", "end": "2024-01-06 01:18:29.266637", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:29.263314" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.181) 0:02:18.468 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:93 Saturday 06 January 2024 01:18:29 +0000 (0:00:00.047) 0:02:18.515 ****** 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 [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:99 Saturday 06 January 2024 01:18:30 +0000 (0:00:01.154) 0:02:19.670 ****** 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.021748", "end": "2024-01-06 01:18:30.635618", "rc": 0, "start": "2024-01-06 01:18:30.613870" } 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-cibfwu4cu9/tests/tasks/verify_settings.yml:113 Saturday 06 January 2024 01:18:30 +0000 (0:00:00.171) 0:02:19.842 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:117 Saturday 06 January 2024 01:18:30 +0000 (0:00:00.025) 0:02:19.868 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_package.yml:7 Saturday 06 January 2024 01:18:30 +0000 (0:00:00.033) 0:02:19.901 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed mssql-server-fts] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_package.yml:12 Saturday 06 January 2024 01:18:31 +0000 (0:00:00.913) 0:02:20.815 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_package.yml:17 Saturday 06 January 2024 01:18:31 +0000 (0:00:00.054) 0:02:20.869 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:124 Saturday 06 January 2024 01:18:31 +0000 (0:00:00.031) 0:02:20.901 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_package.yml:7 Saturday 06 January 2024 01:18:31 +0000 (0:00:00.036) 0:02:20.937 ****** 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-cibfwu4cu9/tests/tasks/verify_package.yml:12 Saturday 06 January 2024 01:18:32 +0000 (0:00:00.952) 0:02:21.889 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_package.yml:17 Saturday 06 January 2024 01:18:32 +0000 (0:00:00.029) 0:02:21.919 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:135 Saturday 06 January 2024 01:18:32 +0000 (0:00:00.019) 0:02:21.938 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004370", "end": "2024-01-06 01:18:32.875314", "rc": 0, "start": "2024-01-06 01:18:32.870944" } STDOUT: traceflag0 = 3979 TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:140 Saturday 06 January 2024 01:18:32 +0000 (0:00:00.138) 0:02:22.077 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:145 Saturday 06 January 2024 01:18:32 +0000 (0:00:00.024) 0:02:22.102 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:151 Saturday 06 January 2024 01:18:32 +0000 (0:00:00.021) 0:02:22.123 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:18:32 +0000 (0:00:00.048) 0:02:22.171 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004291", "end": "2024-01-06 01:18:33.110870", "rc": 0, "start": "2024-01-06 01:18:33.106579" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:18:33 +0000 (0:00:00.157) 0:02:22.329 ****** 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-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:18:33 +0000 (0:00:00.038) 0:02:22.368 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:18:33 +0000 (0:00:00.031) 0:02:22.399 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:157 Saturday 06 January 2024 01:18:33 +0000 (0:00:00.023) 0:02:22.422 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:18:33 +0000 (0:00:00.106) 0:02:22.528 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004498", "end": "2024-01-06 01:18:33.496828", "rc": 0, "start": "2024-01-06 01:18:33.492330" } STDOUT: writethrough = 1 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:18:33 +0000 (0:00:00.199) 0:02:22.728 ****** 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-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:18:33 +0000 (0:00:00.035) 0:02:22.764 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:18:33 +0000 (0:00:00.030) 0:02:22.794 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:167 Saturday 06 January 2024 01:18:33 +0000 (0:00:00.023) 0:02:22.818 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:178 Saturday 06 January 2024 01:18:33 +0000 (0:00:00.020) 0:02:22.839 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:190 Saturday 06 January 2024 01:18:33 +0000 (0:00:00.020) 0:02:22.860 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:198 Saturday 06 January 2024 01:18:33 +0000 (0:00:00.023) 0:02:22.883 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:208 Saturday 06 January 2024 01:18:33 +0000 (0:00:00.035) 0:02:22.919 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that SELinux is in the mode {{ __mssql_selinux_mode }}] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:213 Saturday 06 January 2024 01:18:33 +0000 (0:00:00.040) 0:02:22.959 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:221 Saturday 06 January 2024 01:18:33 +0000 (0:00:00.043) 0:02:23.003 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run to edit settings] **************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_idempotency.yml:56 Saturday 06 January 2024 01:18:33 +0000 (0:00:00.038) 0:02:23.042 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.344) 0:02:23.386 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.038) 0:02:23.425 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.028) 0:02:23.453 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.057) 0:02:23.511 ****** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.022) 0:02:23.533 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.030) 0:02:23.564 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.023) 0:02:23.588 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.020) 0:02:23.608 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.019) 0:02:23.627 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.019) 0:02:23.647 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.019) 0:02:23.666 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.017) 0:02:23.684 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.020) 0:02:23.704 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.031) 0:02:23.736 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.095) 0:02:23.832 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.028) 0:02:23.860 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.035) 0:02:23.896 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.024) 0:02:23.920 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:18:34 +0000 (0:00:00.021) 0:02:23.942 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:18:35 +0000 (0:00:00.952) 0:02:24.894 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:18:35 +0000 (0:00:00.068) 0:02:24.963 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:18:35 +0000 (0:00:00.020) 0:02:24.983 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:18:35 +0000 (0:00:00.022) 0:02:25.006 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:18:35 +0000 (0:00:00.054) 0:02:25.061 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:18:36 +0000 (0:00:00.360) 0:02:25.422 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:18:36 +0000 (0:00:00.022) 0:02:25.444 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:18:36 +0000 (0:00:00.110) 0:02:25.555 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:18:36 +0000 (0:00:00.035) 0:02:25.591 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:18:36 +0000 (0:00:00.059) 0:02:25.650 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:18:36 +0000 (0:00:00.071) 0:02:25.722 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:18:36 +0000 (0:00:00.050) 0:02:25.772 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:18:36 +0000 (0:00:00.030) 0:02:25.803 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:18:36 +0000 (0:00:00.043) 0:02:25.846 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:18:36 +0000 (0:00:00.071) 0:02:25.918 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:18:37 +0000 (0:00:00.381) 0:02:26.299 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:18:37 +0000 (0:00:00.032) 0:02:26.332 ****** 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.005129", "end": "2024-01-06 01:18:37.292878", "rc": 0, "start": "2024-01-06 01:18:37.287749" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:18:37 +0000 (0:00:00.174) 0:02:26.506 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:18:38 +0000 (0:00:00.704) 0:02:27.210 ****** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:18:38 +0000 (0:00:00.033) 0:02:27.244 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:18:38 +0000 (0:00:00.020) 0:02:27.265 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:18:38 +0000 (0:00:00.078) 0:02:27.343 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cibfwu4cu9/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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 06 January 2024 01:18:38 +0000 (0:00:00.044) 0:02:27.388 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503829.4606586, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503829.4256604, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 659380, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1704503829.4256604, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "81572213", "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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 06 January 2024 01:18:38 +0000 (0:00:00.146) 0:02:27.535 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 06 January 2024 01:18:38 +0000 (0:00:00.141) 0:02:27.676 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 06 January 2024 01:18:38 +0000 (0:00:00.024) 0:02:27.701 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:38 +0000 (0:00:00.032) 0:02:27.733 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003218", "end": "2024-01-06 01:18:38.669319", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:38.666101" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:38 +0000 (0:00:00.136) 0:02:27.869 ****** 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.124691", "end": "2024-01-06 01:18:38.929475", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:38.804784" } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:38 +0000 (0:00:00.264) 0:02:28.134 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 06 January 2024 01:18:38 +0000 (0:00:00.021) 0:02:28.155 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503891.147689, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503891.144689, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 659381, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1704503891.144689, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "81572214", "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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 06 January 2024 01:18:39 +0000 (0:00:00.138) 0:02:28.294 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 06 January 2024 01:18:39 +0000 (0:00:00.145) 0:02:28.440 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 06 January 2024 01:18:39 +0000 (0:00:00.026) 0:02:28.466 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:39 +0000 (0:00:00.077) 0:02:28.543 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003290", "end": "2024-01-06 01:18:39.479126", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:39.475836" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:39 +0000 (0:00:00.139) 0:02:28.683 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/var/opt/mssql/log" ], "delta": "0:00:00.125986", "end": "2024-01-06 01:18:39.750679", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:39.624693" } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:39 +0000 (0:00:00.278) 0:02:28.961 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:18:39 +0000 (0:00:00.038) 0:02:29.000 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:18:39 +0000 (0:00:00.025) 0:02:29.026 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:18:40 +0000 (0:00:00.398) 0:02:29.425 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:23 UTC", "ActiveEnterTimestampMonotonic": "14601134", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice systemd-sysctl.service systemd-journald.socket dbus.service network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:22 UTC", "AssertTimestampMonotonic": "13659814", "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-06 00:55:22 UTC", "ConditionTimestampMonotonic": "13659812", "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": "875", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:22 UTC", "ExecMainStartTimestampMonotonic": "13660458", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-06 00:55:22 UTC", "InactiveExitTimestampMonotonic": "13660510", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "875", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service system.slice basic.target 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-06 00:55:23 UTC", "WatchdogTimestampMonotonic": "14601025", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:18:40 +0000 (0:00:00.263) 0:02:29.688 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.090638", "end": "2024-01-06 01:18:40.711666", "rc": 0, "start": "2024-01-06 01:18:40.621028" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:18:40 +0000 (0:00:00.243) 0:02:29.931 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:18:40 +0000 (0:00:00.021) 0:02:29.952 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:18:40 +0000 (0:00:00.021) 0:02:29.974 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:18:40 +0000 (0:00:00.022) 0:02:29.996 ****** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:18:40 +0000 (0:00:00.154) 0:02:30.151 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:18:41 +0000 (0:00:00.424) 0:02:30.576 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for sut TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:18:41 +0000 (0:00:00.158) 0:02:30.734 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:18:07 UTC", "ActiveEnterTimestampMonotonic": "1378314898", "ActiveExitTimestamp": "Sat 2024-01-06 01:18:06 UTC", "ActiveExitTimestampMonotonic": "1377974906", "ActiveState": "active", "After": "basic.target system.slice auditd.service -.mount systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:18:07 UTC", "AssertTimestampMonotonic": "1378313996", "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-06 01:18:07 UTC", "ConditionTimestampMonotonic": "1378313995", "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": "14160", "ExecMainStartTimestamp": "Sat 2024-01-06 01:18:07 UTC", "ExecMainStartTimestampMonotonic": "1378314794", "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-06 01:18:07 UTC", "InactiveEnterTimestampMonotonic": "1378313442", "InactiveExitTimestamp": "Sat 2024-01-06 01:18:07 UTC", "InactiveExitTimestampMonotonic": "1378314898", "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": "14160", "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 basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:18:07 UTC", "WatchdogTimestampMonotonic": "1378314855", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:18:41 +0000 (0:00:00.257) 0:02:30.992 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003216", "end": "2024-01-06 01:18:41.950214", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:18:41.946998" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:18:41 +0000 (0:00:00.172) 0:02:31.164 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003196", "end": "2024-01-06 01:18:42.120851", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:42.117655" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:18:42 +0000 (0:00:00.183) 0:02:31.348 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:18:42 +0000 (0:00:00.057) 0:02:31.405 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:18:43 +0000 (0:00:01.155) 0:02:32.560 ****** fatal: [sut]: FAILED! => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ...ignoring TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:18:43 +0000 (0:00:00.159) 0:02:32.720 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:18:07 UTC", "ActiveEnterTimestampMonotonic": "1378314898", "ActiveExitTimestamp": "Sat 2024-01-06 01:18:06 UTC", "ActiveExitTimestampMonotonic": "1377974906", "ActiveState": "active", "After": "basic.target system.slice auditd.service -.mount systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:18:07 UTC", "AssertTimestampMonotonic": "1378313996", "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-06 01:18:07 UTC", "ConditionTimestampMonotonic": "1378313995", "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": "14160", "ExecMainStartTimestamp": "Sat 2024-01-06 01:18:07 UTC", "ExecMainStartTimestampMonotonic": "1378314794", "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-06 01:18:07 UTC", "InactiveEnterTimestampMonotonic": "1378313442", "InactiveExitTimestamp": "Sat 2024-01-06 01:18:07 UTC", "InactiveExitTimestampMonotonic": "1378314898", "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": "14160", "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 basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:18:07 UTC", "WatchdogTimestampMonotonic": "1378314855", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:18:43 +0000 (0:00:00.446) 0:02:33.167 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:18:44 +0000 (0:00:00.926) 0:02:34.093 ****** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:18:50 +0000 (0:00:05.960) 0:02:40.054 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:18:50 +0000 (0:00:00.082) 0:02:40.136 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:18:50 +0000 (0:00:00.024) 0:02:40.160 ****** 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.004863", "end": "2024-01-06 01:18:51.110970", "rc": 0, "start": "2024-01-06 01:18:51.106107" } STDOUT: false TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:18:51 +0000 (0:00:00.155) 0:02:40.315 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:18:07 UTC", "ActiveEnterTimestampMonotonic": "1378314898", "ActiveExitTimestamp": "Sat 2024-01-06 01:18:43 UTC", "ActiveExitTimestampMonotonic": "1414813680", "ActiveState": "inactive", "After": "basic.target system.slice auditd.service -.mount systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:18:07 UTC", "AssertTimestampMonotonic": "1378313996", "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-06 01:18:07 UTC", "ConditionTimestampMonotonic": "1378313995", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-01-06 01:18:43 UTC", "ExecMainExitTimestampMonotonic": "1415033167", "ExecMainPID": "14160", "ExecMainStartTimestamp": "Sat 2024-01-06 01:18:07 UTC", "ExecMainStartTimestampMonotonic": "1378314794", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:18:07 UTC] ; stop_time=[Sat 2024-01-06 01:18:43 UTC] ; pid=14160 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-06 01:18:43 UTC", "InactiveEnterTimestampMonotonic": "1415033270", "InactiveExitTimestamp": "Sat 2024-01-06 01:18:07 UTC", "InactiveExitTimestampMonotonic": "1378314898", "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 basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:18:51 +0000 (0:00:00.207) 0:02:40.523 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:18:52 +0000 (0:00:00.979) 0:02:41.503 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:18:58 +0000 (0:00:05.904) 0:02:47.408 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network ipaddress] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:58 +0000 (0:00:00.064) 0:02:47.472 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003097", "end": "2024-01-06 01:18:58.424710", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:58.421613" } STDOUT: ipaddress = 0.0.0.0 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:58 +0000 (0:00:00.179) 0:02:47.651 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.126773", "end": "2024-01-06 01:18:58.807485", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:58.680712" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network ipaddress] ********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:58 +0000 (0:00:00.388) 0:02:48.040 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:18:58 +0000 (0:00:00.036) 0:02:48.076 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:18:59 +0000 (0:00:00.111) 0:02:48.187 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:18:59 +0000 (0:00:00.028) 0:02:48.215 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:59 +0000 (0:00:00.080) 0:02:48.296 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003153", "end": "2024-01-06 01:18:59.254241", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:18:59.251088" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:18:59 +0000 (0:00:00.159) 0:02:48.456 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1435" ], "delta": "0:00:00.128448", "end": "2024-01-06 01:18:59.543715", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:59.415267" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:18:59 +0000 (0:00:00.318) 0:02:48.775 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:18:59 +0000 (0:00:00.058) 0:02:48.833 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:18:59 +0000 (0:00:00.047) 0:02:48.880 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting sqlagent enabled] ************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:18:59 +0000 (0:00:00.136) 0:02:49.017 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003256", "end": "2024-01-06 01:19:00.001251", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:59.997995" } STDOUT: enabled = True TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:19:00 +0000 (0:00:00.209) 0:02:49.226 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "False" ], "delta": "0:00:00.127861", "end": "2024-01-06 01:19:00.313419", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:00.185558" } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:19:00 +0000 (0:00:00.316) 0:02:49.543 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:19:00 +0000 (0:00:00.047) 0:02:49.590 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:19:01 +0000 (0:00:01.441) 0:02:51.032 ****** 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.10-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.10-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.10-1.rh.x86_64 1/1 \n Verifying : powershell-7.3.10-1.rh.x86_64 1/1 \n\nRemoved:\n powershell.x86_64 0:7.3.10-1.rh \n\nComplete!\n" ] } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:19:03 +0000 (0:00:01.300) 0:02:52.333 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003504", "end": "2024-01-06 01:19:03.283645", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:03.280141" } STDOUT: traceflag0 = 3979 TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:19:03 +0000 (0:00:00.162) 0:02:52.495 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:19:03 +0000 (0:00:00.049) 0:02:52.544 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "off" ], "delta": "0:00:00.127552", "end": "2024-01-06 01:19:03.637597", "rc": 0, "start": "2024-01-06 01:19:03.510045" } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:19:03 +0000 (0:00:00.297) 0:02:52.842 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:19:03 +0000 (0:00:00.037) 0:02:52.879 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003292", "end": "2024-01-06 01:19:03.815130", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:03.811838" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:19:03 +0000 (0:00:00.138) 0:02:53.018 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:19:03 +0000 (0:00:00.026) 0:02:53.044 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:19:03 +0000 (0:00:00.022) 0:02:53.067 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control writethrough] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:19:03 +0000 (0:00:00.041) 0:02:53.108 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003358", "end": "2024-01-06 01:19:04.054278", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:04.050920" } STDOUT: writethrough = 1 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:19:04 +0000 (0:00:00.153) 0:02:53.262 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "0" ], "delta": "0:00:00.127877", "end": "2024-01-06 01:19:04.334416", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:04.206539" } 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:19:04 +0000 (0:00:00.316) 0:02:53.578 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:19:04 +0000 (0:00:00.056) 0:02:53.635 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:19:04 +0000 (0:00:00.092) 0:02:53.728 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:19:04 +0000 (0:00:00.063) 0:02:53.792 ****** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:19:04 +0000 (0:00:00.050) 0:02:53.842 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:19:04 +0000 (0:00:00.041) 0:02:53.883 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:19:04 +0000 (0:00:00.035) 0:02:53.919 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:19:04 +0000 (0:00:00.038) 0:02:53.957 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:19:04 +0000 (0:00:00.025) 0:02:53.983 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:19:04 +0000 (0:00:00.024) 0:02:54.007 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:19:04 +0000 (0:00:00.021) 0:02:54.029 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:19:04 +0000 (0:00:00.040) 0:02:54.070 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:19:04 +0000 (0:00:00.035) 0:02:54.106 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:19:04 +0000 (0:00:00.027) 0:02:54.133 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:19:04 +0000 (0:00:00.025) 0:02:54.158 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.022) 0:02:54.180 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.033) 0:02:54.214 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.022) 0:02:54.236 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.044) 0:02:54.281 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.022) 0:02:54.303 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.031) 0:02:54.335 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.077) 0:02:54.412 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.022) 0:02:54.434 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.020) 0:02:54.455 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.021) 0:02:54.477 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.021) 0:02:54.498 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.020) 0:02:54.518 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.020) 0:02:54.539 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.021) 0:02:54.561 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.021) 0:02:54.583 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.036) 0:02:54.619 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.026) 0:02:54.646 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.033) 0:02:54.679 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.028) 0:02:54.708 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.031) 0:02:54.740 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.052) 0:02:54.792 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.034) 0:02:54.827 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.039) 0:02:54.866 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.037) 0:02:54.903 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.037) 0:02:54.941 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.023) 0:02:54.965 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.080) 0:02:55.046 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.033) 0:02:55.079 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.021) 0:02:55.101 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.034) 0:02:55.135 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:19:05 +0000 (0:00:00.025) 0:02:55.160 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:19:06 +0000 (0:00:00.052) 0:02:55.212 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:19:06 +0000 (0:00:00.071) 0:02:55.284 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:19:06 +0000 (0:00:00.042) 0:02:55.326 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:19:06 +0000 (0:00:00.063) 0:02:55.389 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:19:06 +0000 (0:00:00.039) 0:02:55.428 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:19:06 +0000 (0:00:00.029) 0:02:55.457 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:19:06 +0000 (0:00:00.028) 0:02:55.486 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:19:06 +0000 (0:00:00.060) 0:02:55.547 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:19:06 +0000 (0:00:00.023) 0:02:55.571 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:19:06 +0000 (0:00:00.052) 0:02:55.624 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:19:06 +0000 (0:00:00.026) 0:02:55.650 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:19:06 +0000 (0:00:00.036) 0:02:55.686 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:19:06 +0000 (0:00:00.031) 0:02:55.718 ****** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 06 January 2024 01:19:06 +0000 (0:00:00.264) 0:02:55.983 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:18:07 UTC", "ActiveEnterTimestampMonotonic": "1378314898", "ActiveExitTimestamp": "Sat 2024-01-06 01:18:43 UTC", "ActiveExitTimestampMonotonic": "1414813680", "ActiveState": "inactive", "After": "basic.target system.slice auditd.service -.mount systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:18:07 UTC", "AssertTimestampMonotonic": "1378313996", "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-06 01:18:07 UTC", "ConditionTimestampMonotonic": "1378313995", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-01-06 01:18:43 UTC", "ExecMainExitTimestampMonotonic": "1415033167", "ExecMainPID": "14160", "ExecMainStartTimestamp": "Sat 2024-01-06 01:18:07 UTC", "ExecMainStartTimestampMonotonic": "1378314794", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:18:07 UTC] ; stop_time=[Sat 2024-01-06 01:18:43 UTC] ; pid=14160 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-06 01:18:43 UTC", "InactiveEnterTimestampMonotonic": "1415033270", "InactiveExitTimestamp": "Sat 2024-01-06 01:18:07 UTC", "InactiveExitTimestampMonotonic": "1378314898", "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 basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:19:07 +0000 (0:00:00.360) 0:02:56.343 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:19:07 +0000 (0:00:00.024) 0:02:56.367 ****** 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-cibfwu4cu9/tests/tasks/tests_idempotency.yml:73 Saturday 06 January 2024 01:19:07 +0000 (0:00:00.036) 0:02:56.404 ****** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 06 January 2024 01:19:07 +0000 (0:00:00.508) 0:02:56.912 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 06 January 2024 01:19:07 +0000 (0:00:00.245) 0:02:57.158 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 06 January 2024 01:19:08 +0000 (0:00:00.043) 0:02:57.202 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 06 January 2024 01:19:08 +0000 (0:00:00.080) 0:02:57.283 ****** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 06 January 2024 01:19:08 +0000 (0:00:00.078) 0:02:57.361 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 06 January 2024 01:19:08 +0000 (0:00:00.056) 0:02:57.418 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 06 January 2024 01:19:08 +0000 (0:00:00.044) 0:02:57.462 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 06 January 2024 01:19:08 +0000 (0:00:00.042) 0:02:57.505 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 06 January 2024 01:19:08 +0000 (0:00:00.040) 0:02:57.545 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 06 January 2024 01:19:08 +0000 (0:00:00.042) 0:02:57.588 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 06 January 2024 01:19:08 +0000 (0:00:00.025) 0:02:57.613 ****** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 06 January 2024 01:19:08 +0000 (0:00:00.022) 0:02:57.635 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 06 January 2024 01:19:08 +0000 (0:00:00.051) 0:02:57.686 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 06 January 2024 01:19:08 +0000 (0:00:00.035) 0:02:57.722 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 06 January 2024 01:19:08 +0000 (0:00:00.031) 0:02:57.754 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 06 January 2024 01:19:08 +0000 (0:00:00.121) 0:02:57.875 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:19:08 +0000 (0:00:00.107) 0:02:57.983 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 06 January 2024 01:19:08 +0000 (0:00:00.090) 0:02:58.074 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 06 January 2024 01:19:08 +0000 (0:00:00.045) 0:02:58.119 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Saturday 06 January 2024 01:19:10 +0000 (0:00:01.285) 0:02:59.405 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:19:10 +0000 (0:00:00.091) 0:02:59.496 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Saturday 06 January 2024 01:19:10 +0000 (0:00:00.045) 0:02:59.542 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Saturday 06 January 2024 01:19:10 +0000 (0:00:00.048) 0:02:59.591 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:19:10 +0000 (0:00:00.051) 0:02:59.642 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:19:10 +0000 (0:00:00.400) 0:03:00.043 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Saturday 06 January 2024 01:19:10 +0000 (0:00:00.033) 0:03:00.077 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:19:10 +0000 (0:00:00.073) 0:03:00.151 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:19:11 +0000 (0:00:00.039) 0:03:00.190 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:19:11 +0000 (0:00:00.029) 0:03:00.220 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 06 January 2024 01:19:11 +0000 (0:00:00.022) 0:03:00.243 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 06 January 2024 01:19:11 +0000 (0:00:00.021) 0:03:00.264 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Saturday 06 January 2024 01:19:11 +0000 (0:00:00.025) 0:03:00.289 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Saturday 06 January 2024 01:19:11 +0000 (0:00:00.042) 0:03:00.332 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Saturday 06 January 2024 01:19:11 +0000 (0:00:00.038) 0:03:00.371 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:19:11 +0000 (0:00:00.471) 0:03:00.843 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Saturday 06 January 2024 01:19:11 +0000 (0:00:00.043) 0:03:00.887 ****** 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.005493", "end": "2024-01-06 01:19:11.869588", "rc": 0, "start": "2024-01-06 01:19:11.864095" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Saturday 06 January 2024 01:19:11 +0000 (0:00:00.197) 0:03:01.084 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Saturday 06 January 2024 01:19:12 +0000 (0:00:00.692) 0:03:01.777 ****** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Saturday 06 January 2024 01:19:12 +0000 (0:00:00.039) 0:03:01.817 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Saturday 06 January 2024 01:19:12 +0000 (0:00:00.062) 0:03:01.879 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Saturday 06 January 2024 01:19:12 +0000 (0:00:00.039) 0:03:01.919 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml for sut included: /WORKDIR/git-weekly-cibfwu4cu9/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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 06 January 2024 01:19:12 +0000 (0:00:00.064) 0:03:01.983 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503829.4606586, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503829.4256604, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 659380, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1704503829.4256604, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "81572213", "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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 06 January 2024 01:19:12 +0000 (0:00:00.175) 0:03:02.159 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 06 January 2024 01:19:13 +0000 (0:00:00.228) 0:03:02.388 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 06 January 2024 01:19:13 +0000 (0:00:00.030) 0:03:02.419 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:19:13 +0000 (0:00:00.081) 0:03:02.501 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003186", "end": "2024-01-06 01:19:13.488209", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:13.485023" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [linux-system-roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:19:13 +0000 (0:00:00.273) 0:03:02.774 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:19:13 +0000 (0:00:00.028) 0:03:02.803 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:3 Saturday 06 January 2024 01:19:13 +0000 (0:00:00.041) 0:03:02.844 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503950.255844, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503950.2758431, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 659381, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1704503950.2758431, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "81572214", "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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:8 Saturday 06 January 2024 01:19:13 +0000 (0:00:00.176) 0:03:03.020 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:23 Saturday 06 January 2024 01:19:13 +0000 (0:00:00.147) 0:03:03.167 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/configure_storage_paths.yml:39 Saturday 06 January 2024 01:19:14 +0000 (0:00:00.044) 0:03:03.212 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:19:14 +0000 (0:00:00.040) 0:03:03.252 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003165", "end": "2024-01-06 01:19:14.188142", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:14.184977" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [linux-system-roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:19:14 +0000 (0:00:00.137) 0:03:03.389 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:19:14 +0000 (0:00:00.025) 0:03:03.415 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Saturday 06 January 2024 01:19:14 +0000 (0:00:00.020) 0:03:03.436 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 06 January 2024 01:19:14 +0000 (0:00:00.019) 0:03:03.455 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:19:14 +0000 (0:00:00.330) 0:03:03.785 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:23 UTC", "ActiveEnterTimestampMonotonic": "14601134", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice systemd-sysctl.service systemd-journald.socket dbus.service network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:22 UTC", "AssertTimestampMonotonic": "13659814", "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-06 00:55:22 UTC", "ConditionTimestampMonotonic": "13659812", "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": "875", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:22 UTC", "ExecMainStartTimestampMonotonic": "13660458", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-06 00:55:22 UTC", "InactiveExitTimestampMonotonic": "13660510", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "875", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service system.slice basic.target 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-06 00:55:23 UTC", "WatchdogTimestampMonotonic": "14601025", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 06 January 2024 01:19:14 +0000 (0:00:00.212) 0:03:03.997 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.092611", "end": "2024-01-06 01:19:15.030372", "rc": 0, "start": "2024-01-06 01:19:14.937761" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:19:15 +0000 (0:00:00.234) 0:03:04.231 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:19:15 +0000 (0:00:00.090) 0:03:04.322 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:19:15 +0000 (0:00:00.021) 0:03:04.343 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 06 January 2024 01:19:15 +0000 (0:00:00.019) 0:03:04.363 ****** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 06 January 2024 01:19:15 +0000 (0:00:00.185) 0:03:04.549 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 06 January 2024 01:19:15 +0000 (0:00:00.395) 0:03:04.944 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for sut TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:19:15 +0000 (0:00:00.057) 0:03:05.001 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:19:07 UTC", "ActiveEnterTimestampMonotonic": "1438204234", "ActiveExitTimestamp": "Sat 2024-01-06 01:18:43 UTC", "ActiveExitTimestampMonotonic": "1414813680", "ActiveState": "active", "After": "basic.target system.slice auditd.service -.mount systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:19:07 UTC", "AssertTimestampMonotonic": "1438203213", "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-06 01:19:07 UTC", "ConditionTimestampMonotonic": "1438203211", "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": "16149", "ExecMainStartTimestamp": "Sat 2024-01-06 01:19:07 UTC", "ExecMainStartTimestampMonotonic": "1438204164", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:19:07 UTC] ; stop_time=[n/a] ; pid=16149 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-06 01:18:43 UTC", "InactiveEnterTimestampMonotonic": "1415033270", "InactiveExitTimestamp": "Sat 2024-01-06 01:19:07 UTC", "InactiveExitTimestampMonotonic": "1438204234", "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": "16149", "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 basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:19:07 UTC", "WatchdogTimestampMonotonic": "1438204207", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:19:16 +0000 (0:00:00.262) 0:03:05.263 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003187", "end": "2024-01-06 01:19:16.201784", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:16.198597" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:19:16 +0000 (0:00:00.139) 0:03:05.403 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003335", "end": "2024-01-06 01:19:16.338920", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:16.335585" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:19:16 +0000 (0:00:00.140) 0:03:05.544 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 06 January 2024 01:19:16 +0000 (0:00:00.036) 0:03:05.581 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:19:17 +0000 (0:00:01.204) 0:03:06.785 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 06 January 2024 01:19:17 +0000 (0:00:00.194) 0:03:06.979 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 06 January 2024 01:19:17 +0000 (0:00:00.114) 0:03:07.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 : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 06 January 2024 01:19:18 +0000 (0:00:00.938) 0:03:08.033 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 06 January 2024 01:19:18 +0000 (0:00:00.026) 0:03:08.059 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 06 January 2024 01:19:18 +0000 (0:00:00.049) 0:03:08.108 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 06 January 2024 01:19:18 +0000 (0:00:00.044) 0:03:08.152 ****** 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.004968", "end": "2024-01-06 01:19:19.119341", "rc": 0, "start": "2024-01-06 01:19:19.114373" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 06 January 2024 01:19:19 +0000 (0:00:00.197) 0:03:08.350 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 06 January 2024 01:19:19 +0000 (0:00:00.037) 0:03:08.388 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.962) 0:03:09.350 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.041) 0:03:09.392 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network ipaddress] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.046) 0:03:09.438 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003167", "end": "2024-01-06 01:19:20.374412", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:20.371245" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.219) 0:03:09.658 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.041) 0:03:09.700 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.049) 0:03:09.750 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.040) 0:03:09.791 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.031) 0:03:09.822 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.062) 0:03:09.885 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003050", "end": "2024-01-06 01:19:20.824606", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:20.821556" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.186) 0:03:10.072 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.054) 0:03:10.127 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 06 January 2024 01:19:20 +0000 (0:00:00.030) 0:03:10.157 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 06 January 2024 01:19:21 +0000 (0:00:00.040) 0:03:10.197 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting sqlagent enabled] ************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:19:21 +0000 (0:00:00.040) 0:03:10.237 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003163", "end": "2024-01-06 01:19:21.203134", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:21.199971" } STDOUT: enabled = False TASK [linux-system-roles.mssql : Configure the setting sqlagent enabled] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:19:21 +0000 (0:00:00.193) 0:03:10.430 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:19:21 +0000 (0:00:00.033) 0:03:10.463 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 06 January 2024 01:19:21 +0000 (0:00:00.027) 0:03:10.491 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:19:21 +0000 (0:00:00.439) 0:03:10.931 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 06 January 2024 01:19:22 +0000 (0:00:00.291) 0:03:11.222 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002966", "end": "2024-01-06 01:19:22.156791", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:19:22.153825" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 06 January 2024 01:19:22 +0000 (0:00:00.132) 0:03:11.354 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 06 January 2024 01:19:22 +0000 (0:00:00.023) 0:03:11.378 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 06 January 2024 01:19:22 +0000 (0:00:00.023) 0:03:11.401 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:19:22 +0000 (0:00:00.039) 0:03:11.440 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003121", "end": "2024-01-06 01:19:22.384115", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:22.380994" } STDOUT: alternatewritethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:19:22 +0000 (0:00:00.148) 0:03:11.589 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:19:22 +0000 (0:00:00.029) 0:03:11.618 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 06 January 2024 01:19:22 +0000 (0:00:00.022) 0:03:11.641 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting control writethrough] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 06 January 2024 01:19:22 +0000 (0:00:00.038) 0:03:11.680 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003100", "end": "2024-01-06 01:19:22.632611", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:22.629511" } STDOUT: writethrough = 0 TASK [linux-system-roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 06 January 2024 01:19:22 +0000 (0:00:00.154) 0:03:11.834 ****** 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-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 06 January 2024 01:19:22 +0000 (0:00:00.025) 0:03:11.859 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 06 January 2024 01:19:22 +0000 (0:00:00.051) 0:03:11.911 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:19:22 +0000 (0:00:00.069) 0:03:11.980 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 06 January 2024 01:19:22 +0000 (0:00:00.046) 0:03:12.026 ****** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 06 January 2024 01:19:22 +0000 (0:00:00.131) 0:03:12.158 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.030) 0:03:12.188 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.026) 0:03:12.214 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.022) 0:03:12.237 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.022) 0:03:12.260 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.028) 0:03:12.288 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.022) 0:03:12.311 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.023) 0:03:12.335 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.022) 0:03:12.358 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.023) 0:03:12.381 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.020) 0:03:12.402 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.020) 0:03:12.422 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.020) 0:03:12.442 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.019) 0:03:12.461 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.019) 0:03:12.480 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.018) 0:03:12.498 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.020) 0:03:12.519 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.021) 0:03:12.540 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.027) 0:03:12.568 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.099) 0:03:12.667 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.020) 0:03:12.688 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.020) 0:03:12.708 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.019) 0:03:12.728 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.020) 0:03:12.749 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.021) 0:03:12.770 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.021) 0:03:12.791 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.022) 0:03:12.814 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.020) 0:03:12.834 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.040) 0:03:12.874 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.022) 0:03:12.897 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.034) 0:03:12.931 ****** skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.043) 0:03:12.975 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.037) 0:03:13.012 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.036) 0:03:13.049 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.039) 0:03:13.088 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.056) 0:03:13.145 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Saturday 06 January 2024 01:19:23 +0000 (0:00:00.029) 0:03:13.175 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.019) 0:03:13.195 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.091) 0:03:13.286 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.022) 0:03:13.308 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.027) 0:03:13.335 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.033) 0:03:13.369 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.021) 0:03:13.390 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.019) 0:03:13.410 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.020) 0:03:13.431 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.031) 0:03:13.462 ****** skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.033) 0:03:13.496 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.043) 0:03:13.539 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.069) 0:03:13.608 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.038) 0:03:13.647 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.032) 0:03:13.680 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.043) 0:03:13.723 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.022) 0:03:13.745 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.028) 0:03:13.773 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.027) 0:03:13.801 ****** ok: [sut] => { "changed": false } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.211) 0:03:14.012 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Saturday 06 January 2024 01:19:24 +0000 (0:00:00.045) 0:03:14.058 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify disabled settings] ************************************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_idempotency.yml:88 Saturday 06 January 2024 01:19:25 +0000 (0:00:00.120) 0:03:14.178 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:8 Saturday 06 January 2024 01:19:25 +0000 (0:00:00.233) 0:03:14.412 ****** 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.005237", "end": "2024-01-06 01:19:25.351718", "rc": 0, "start": "2024-01-06 01:19:25.346481" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:23 Saturday 06 January 2024 01:19:25 +0000 (0:00:00.155) 0:03:14.568 ****** 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.004943", "end": "2024-01-06 01:19:25.507245", "rc": 0, "start": "2024-01-06 01:19:25.502302" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:35 Saturday 06 January 2024 01:19:25 +0000 (0:00:00.166) 0:03:14.734 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:39 Saturday 06 January 2024 01:19:25 +0000 (0:00:00.030) 0:03:14.765 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml for sut included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:19:25 +0000 (0:00:00.068) 0:03:14.833 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004250", "end": "2024-01-06 01:19:25.796621", "rc": 0, "start": "2024-01-06 01:19:25.792371" } STDOUT: ipaddress = 127.0.0.1 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:19:25 +0000 (0:00:00.182) 0:03:15.015 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:19:25 +0000 (0:00:00.045) 0:03:15.061 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 127.0.0.1] ***************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:19:25 +0000 (0:00:00.025) 0:03:15.087 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:19:25 +0000 (0:00:00.039) 0:03:15.126 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004332", "end": "2024-01-06 01:19:26.093318", "rc": 0, "start": "2024-01-06 01:19:26.088986" } STDOUT: tcpport = 1435 TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:19:26 +0000 (0:00:00.355) 0:03:15.482 ****** 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-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:19:26 +0000 (0:00:00.024) 0:03:15.507 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1435] ********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:19:26 +0000 (0:00:00.024) 0:03:15.532 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:19:26 +0000 (0:00:00.030) 0:03:15.562 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004289", "end": "2024-01-06 01:19:26.499197", "rc": 0, "start": "2024-01-06 01:19:26.494908" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:19:26 +0000 (0:00:00.141) 0:03:15.704 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:19:26 +0000 (0:00:00.030) 0:03:15.734 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/data] ******************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:19:26 +0000 (0:00:00.022) 0:03:15.756 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:19:26 +0000 (0:00:00.023) 0:03:15.780 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004466", "end": "2024-01-06 01:19:26.719008", "rc": 0, "start": "2024-01-06 01:19:26.714542" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:19:26 +0000 (0:00:00.140) 0:03:15.920 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:19:26 +0000 (0:00:00.033) 0:03:15.954 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/log] ******************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:19:26 +0000 (0:00:00.024) 0:03:15.979 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:19:26 +0000 (0:00:00.026) 0:03:16.006 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004314", "end": "2024-01-06 01:19:26.954212", "rc": 0, "start": "2024-01-06 01:19:26.949898" } STDOUT: enabled = False TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:19:26 +0000 (0:00:00.151) 0:03:16.158 ****** 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-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:19:27 +0000 (0:00:00.024) 0:03:16.182 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:19:27 +0000 (0:00:00.036) 0:03:16.219 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:55 Saturday 06 January 2024 01:19:27 +0000 (0:00:00.049) 0:03:16.268 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503829.4606586, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503829.4256604, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 659380, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1704503829.4256604, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "81572213", "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-cibfwu4cu9/tests/tasks/verify_settings.yml:60 Saturday 06 January 2024 01:19:27 +0000 (0:00:00.166) 0:03:16.435 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:70 Saturday 06 January 2024 01:19:27 +0000 (0:00:00.116) 0:03:16.552 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503950.255844, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503950.2758431, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 659381, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1704503950.2758431, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "81572214", "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-cibfwu4cu9/tests/tasks/verify_settings.yml:75 Saturday 06 January 2024 01:19:27 +0000 (0:00:00.145) 0:03:16.698 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:85 Saturday 06 January 2024 01:19:27 +0000 (0:00:00.031) 0:03:16.729 ****** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 06 January 2024 01:19:27 +0000 (0:00:00.036) 0:03:16.765 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:19:07 UTC", "ActiveEnterTimestampMonotonic": "1438204234", "ActiveExitTimestamp": "Sat 2024-01-06 01:18:43 UTC", "ActiveExitTimestampMonotonic": "1414813680", "ActiveState": "active", "After": "basic.target system.slice auditd.service -.mount systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:19:07 UTC", "AssertTimestampMonotonic": "1438203213", "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-06 01:19:07 UTC", "ConditionTimestampMonotonic": "1438203211", "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": "16149", "ExecMainStartTimestamp": "Sat 2024-01-06 01:19:07 UTC", "ExecMainStartTimestampMonotonic": "1438204164", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:19:07 UTC] ; stop_time=[n/a] ; pid=16149 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-06 01:18:43 UTC", "InactiveEnterTimestampMonotonic": "1415033270", "InactiveExitTimestamp": "Sat 2024-01-06 01:19:07 UTC", "InactiveExitTimestampMonotonic": "1438204234", "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": "16149", "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 basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:19:07 UTC", "WatchdogTimestampMonotonic": "1438204207", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 06 January 2024 01:19:27 +0000 (0:00:00.202) 0:03:16.968 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003168", "end": "2024-01-06 01:19:27.902343", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:27.899175" } STDOUT: tcpport = 1435 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 06 January 2024 01:19:27 +0000 (0:00:00.133) 0:03:17.101 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003172", "end": "2024-01-06 01:19:28.035283", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:28.032111" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 06 January 2024 01:19:28 +0000 (0:00:00.133) 0:03:17.235 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:93 Saturday 06 January 2024 01:19:28 +0000 (0:00:00.026) 0:03:17.261 ****** 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-cibfwu4cu9/tests/tasks/verify_settings.yml:99 Saturday 06 January 2024 01:19:29 +0000 (0:00:01.134) 0:03:18.396 ****** 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.021775", "end": "2024-01-06 01:19:29.350973", "rc": 0, "start": "2024-01-06 01:19:29.329198" } 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-cibfwu4cu9/tests/tasks/verify_settings.yml:113 Saturday 06 January 2024 01:19:29 +0000 (0:00:00.243) 0:03:18.639 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:117 Saturday 06 January 2024 01:19:29 +0000 (0:00:00.086) 0:03:18.725 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_package.yml:7 Saturday 06 January 2024 01:19:29 +0000 (0:00:00.062) 0:03:18.788 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed mssql-server-fts] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_package.yml:12 Saturday 06 January 2024 01:19:30 +0000 (0:00:01.255) 0:03:20.044 ****** 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-cibfwu4cu9/tests/tasks/verify_package.yml:17 Saturday 06 January 2024 01:19:30 +0000 (0:00:00.031) 0:03:20.075 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:124 Saturday 06 January 2024 01:19:30 +0000 (0:00:00.051) 0:03:20.127 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_package.yml:7 Saturday 06 January 2024 01:19:30 +0000 (0:00:00.045) 0:03:20.172 ****** 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-cibfwu4cu9/tests/tasks/verify_package.yml:12 Saturday 06 January 2024 01:19:31 +0000 (0:00:00.987) 0:03:21.160 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_package.yml:17 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.028) 0:03:21.189 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:135 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.047) 0:03:21.236 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004221", "end": "2024-01-06 01:19:32.197168", "rc": 0, "start": "2024-01-06 01:19:32.192947" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:140 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.192) 0:03:21.429 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:145 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.040) 0:03:21.470 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:151 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.057) 0:03:21.527 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.071) 0:03:21.599 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004398", "end": "2024-01-06 01:19:32.575615", "rc": 0, "start": "2024-01-06 01:19:32.571217" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.262) 0:03:21.862 ****** 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-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.036) 0:03:21.898 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.056) 0:03:21.954 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:157 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.028) 0:03:21.983 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:7 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.043) 0:03:22.027 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004453", "end": "2024-01-06 01:19:32.969395", "rc": 0, "start": "2024-01-06 01:19:32.964942" } STDOUT: writethrough = 0 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:14 Saturday 06 January 2024 01:19:32 +0000 (0:00:00.143) 0:03:22.170 ****** 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-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:25 Saturday 06 January 2024 01:19:33 +0000 (0:00:00.024) 0:03:22.195 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/mssql_conf_verify.yml:40 Saturday 06 January 2024 01:19:33 +0000 (0:00:00.037) 0:03:22.233 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:167 Saturday 06 January 2024 01:19:33 +0000 (0:00:00.051) 0:03:22.285 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:178 Saturday 06 January 2024 01:19:33 +0000 (0:00:00.027) 0:03:22.312 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:190 Saturday 06 January 2024 01:19:33 +0000 (0:00:00.036) 0:03:22.349 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:198 Saturday 06 January 2024 01:19:33 +0000 (0:00:00.023) 0:03:22.372 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:208 Saturday 06 January 2024 01:19:33 +0000 (0:00:00.026) 0:03:22.398 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that SELinux is in the mode {{ __mssql_selinux_mode }}] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:213 Saturday 06 January 2024 01:19:33 +0000 (0:00:00.021) 0:03:22.420 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:221 Saturday 06 January 2024 01:19:33 +0000 (0:00:00.020) 0:03:22.440 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the ansible_managed header in the configuration file] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/tests_idempotency.yml:105 Saturday 06 January 2024 01:19:33 +0000 (0:00:00.019) 0:03:22.460 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/check_header.yml:4 Saturday 06 January 2024 01:19:33 +0000 (0:00:00.285) 0:03:22.745 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002990", "end": "2024-01-06 01:19:33.755388", "rc": 0, "start": "2024-01-06 01:19:33.752398" } 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-cibfwu4cu9/tests/tests_idempotency_2019.yml:18 Saturday 06 January 2024 01:19:33 +0000 (0:00:00.217) 0:03:22.963 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:2 Saturday 06 January 2024 01:19:33 +0000 (0:00:00.038) 0:03:23.002 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Purge cluster configuration] ********************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:6 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.951) 0:03:23.953 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:14 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.025) 0:03:23.979 ****** ok: [sut] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:18 Saturday 06 January 2024 01:19:34 +0000 (0:00:00.050) 0:03:24.029 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 06 January 2024 01:19:35 +0000 (0:00:00.179) 0:03:24.209 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 06 January 2024 01:19:35 +0000 (0:00:00.035) 0:03:24.244 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 06 January 2024 01:19:35 +0000 (0:00:00.024) 0:03:24.269 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 06 January 2024 01:19:35 +0000 (0:00:00.142) 0:03:24.412 ****** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 06 January 2024 01:19:35 +0000 (0:00:00.031) 0:03:24.443 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 06 January 2024 01:19:35 +0000 (0:00:00.368) 0:03:24.812 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 06 January 2024 01:19:35 +0000 (0:00:00.020) 0:03:24.833 ****** skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 06 January 2024 01:19:35 +0000 (0:00:00.027) 0:03:24.860 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:15:59 UTC", "ActiveEnterTimestampMonotonic": "1251034182", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service system.slice basic.target dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:15:59 UTC", "AssertTimestampMonotonic": "1250589282", "Before": "network-pre.target shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:15:59 UTC", "ConditionTimestampMonotonic": "1250589281", "Conflicts": "ip6tables.service shutdown.target iptables.service ebtables.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": "12642", "ExecMainStartTimestamp": "Sat 2024-01-06 01:15:59 UTC", "ExecMainStartTimestampMonotonic": "1250590432", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-06 01:15:59 UTC", "InactiveExitTimestampMonotonic": "1250590475", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "12642", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "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-06 01:15:59 UTC", "WatchdogTimestampMonotonic": "1251034110", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 06 January 2024 01:19:35 +0000 (0:00:00.210) 0:03:25.071 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:15:59 UTC", "ActiveEnterTimestampMonotonic": "1251034182", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service system.slice basic.target dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:15:59 UTC", "AssertTimestampMonotonic": "1250589282", "Before": "network-pre.target shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-06 01:15:59 UTC", "ConditionTimestampMonotonic": "1250589281", "Conflicts": "ip6tables.service shutdown.target iptables.service ebtables.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": "12642", "ExecMainStartTimestamp": "Sat 2024-01-06 01:15:59 UTC", "ExecMainStartTimestampMonotonic": "1250590432", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-06 01:15:59 UTC", "InactiveExitTimestampMonotonic": "1250590475", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "12642", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "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-06 01:15:59 UTC", "WatchdogTimestampMonotonic": "1251034110", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 06 January 2024 01:19:36 +0000 (0:00:00.206) 0:03:25.277 ****** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python2", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 06 January 2024 01:19:36 +0000 (0:00:00.024) 0:03:25.301 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.11.224 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 06 January 2024 01:19:36 +0000 (0:00:00.307) 0:03:25.608 ****** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 06 January 2024 01:19:36 +0000 (0:00:00.023) 0:03:25.631 ****** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 06 January 2024 01:19:36 +0000 (0:00:00.100) 0:03:25.732 ****** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 06 January 2024 01:19:36 +0000 (0:00:00.023) 0:03:25.755 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 06 January 2024 01:19:36 +0000 (0:00:00.028) 0:03:25.783 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 06 January 2024 01:19:36 +0000 (0:00:00.028) 0:03:25.812 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 06 January 2024 01:19:36 +0000 (0:00:00.032) 0:03:25.844 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.11.224 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 06 January 2024 01:19:37 +0000 (0:00:00.363) 0:03:26.208 ****** ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 06 January 2024 01:19:37 +0000 (0:00:00.039) 0:03:26.248 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:27 Saturday 06 January 2024 01:19:37 +0000 (0:00:00.024) 0:03:26.273 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:35 Saturday 06 January 2024 01:19:37 +0000 (0:00:00.027) 0:03:26.301 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:39 Saturday 06 January 2024 01:19:37 +0000 (0:00:00.027) 0:03:26.328 ****** ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:45 Saturday 06 January 2024 01:19:37 +0000 (0:00:00.319) 0:03:26.647 ****** 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-cibfwu4cu9/tests/tasks/cleanup.yml:58 Saturday 06 January 2024 01:19:41 +0000 (0:00:03.820) 0:03:30.467 ****** 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.011019", "end": "2024-01-06 01:19:41.411771", "rc": 0, "start": "2024-01-06 01:19:41.400752" } 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/7a800cc9-6de6-4cfc-a727-6bf27f2c4062’ 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/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/log_4.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489775352310000.xel’ removed ‘/var/opt/mssql/log/sqlagent.out’ removed ‘/var/opt/mssql/log/FDLAUNCHERRORLOG’ removed ‘/var/opt/mssql/log/system_health_0_133489774328450000.xel’ removed ‘/var/opt/mssql/log/errorlog.2’ removed ‘/var/opt/mssql/log/sqlagent.1’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489774322620000.xel’ removed ‘/var/opt/mssql/log/sqlagent.2’ removed ‘/var/opt/mssql/log/system_health_0_133489775356740000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489774219930000.xel’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/log_2.trc’ removed ‘/var/opt/mssql/log/log_3.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489775497560000.xel’ 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_133489775279260000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489775283190000.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_133489774905590000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489774901080000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489774280320000.xel’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/system_health_0_133489775502400000.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-cibfwu4cu9/tests/tasks/cleanup.yml:72 Saturday 06 January 2024 01:19:41 +0000 (0:00:00.148) 0:03:30.616 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.358566", "end": "2024-01-06 01:19:41.905082", "rc": 0, "start": "2024-01-06 01:19:41.546516" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=341 changed=36 unreachable=0 failed=0 skipped=510 rescued=0 ignored=1 Saturday 06 January 2024 01:19:41 +0000 (0:00:00.487) 0:03:31.103 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 42.98s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure the package mssql-server-fts --------- 28.96s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure the package powershell --------------- 11.98s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Set up MSSQL -------------------------------- 11.41s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Change the password of sa user --------------- 5.96s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 linux-system-roles.mssql : Change the edition of MSSQL ------------------ 5.90s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 4.88s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Remove related packages ------------------------------------------------- 3.82s /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:45 --------------------- linux-system-roles.mssql : Ensure the package mssql-server-fts ---------- 1.44s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure the package powershell ---------------- 1.30s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Gather package facts ------------------------- 1.29s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 linux-system-roles.mssql : Gather package facts ------------------------- 1.28s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Gather package facts ---------------------------------------------------- 1.26s /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_package.yml:7 --------------- linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.24s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.20s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.16s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Wait for mssql-server to prepare for client connections ----------------- 1.15s /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 1.13s /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Gather package facts ------------------------- 1.07s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 linux-system-roles.mssql : Gather package facts ------------------------- 0.99s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---