# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_idempotency_2017.yml ******************************************* 1 plays in /WORKDIR/git-weekly-cibfwu4cu9/tests/tests_idempotency_2017.yml PLAY [Ensure that the role is idempotent] ************************************** META: ran handlers TASK [Run tests_idempotency with SQL Server 2017] ****************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tests_idempotency_2017.yml:15 Saturday 06 January 2024 01:15:53 +0000 (0:00:00.047) 0:00:00.047 ****** 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:15:53 +0000 (0:00:00.017) 0:00:00.064 ****** 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:15:53 +0000 (0:00:00.042) 0:00:00.107 ****** 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:15:53 +0000 (0:00:00.376) 0:00:00.484 ****** 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:15:53 +0000 (0:00:00.010) 0:00:00.494 ****** 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:15:53 +0000 (0:00:00.040) 0:00:00.534 ****** 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:15:54 +0000 (0:00:00.255) 0:00:00.790 ****** 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:15:54 +0000 (0:00:00.014) 0:00:00.805 ****** 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:15:54 +0000 (0:00:00.030) 0:00:00.835 ****** 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:15:54 +0000 (0:00:00.071) 0:00:00.906 ****** 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:15:54 +0000 (0:00:00.015) 0:00:00.922 ****** 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:15:54 +0000 (0:00:00.031) 0:00:00.953 ****** 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:15:54 +0000 (0:00:00.019) 0:00:00.973 ****** 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:15:54 +0000 (0:00:00.034) 0:00:01.008 ****** 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:15:54 +0000 (0:00:00.074) 0:00:01.083 ****** 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:15:54 +0000 (0:00:00.050) 0:00:01.134 ****** 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:15:54 +0000 (0:00:00.009) 0:00:01.143 ****** 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:15:54 +0000 (0:00:00.009) 0:00:01.152 ****** 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:15:54 +0000 (0:00:00.025) 0:00:01.178 ****** 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:15:54 +0000 (0:00:00.013) 0:00:01.191 ****** 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:15:54 +0000 (0:00:00.017) 0:00:01.209 ****** 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:15:54 +0000 (0:00:00.009) 0:00:01.219 ****** 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:15:54 +0000 (0:00:00.047) 0:00:01.266 ****** 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:15:54 +0000 (0:00:00.063) 0:00:01.330 ****** 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:15:54 +0000 (0:00:00.079) 0:00:01.410 ****** 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:15:55 +0000 (0:00:01.083) 0:00:02.493 ****** 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:15:55 +0000 (0:00:00.033) 0:00:02.527 ****** 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:15:55 +0000 (0:00:00.016) 0:00:02.544 ****** 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:15:55 +0000 (0:00:00.018) 0:00:02.562 ****** 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:15:55 +0000 (0:00:00.030) 0:00:02.593 ****** 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:15:56 +0000 (0:00:00.448) 0:00:03.041 ****** 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:15:56 +0000 (0:00:00.023) 0:00:03.064 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:15:56 +0000 (0:00:00.086) 0:00:03.151 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:15:56 +0000 (0:00:00.068) 0:00:03.220 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2017", "state": "present" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Saturday 06 January 2024 01:15:57 +0000 (0:00:00.385) 0:00:03.606 ****** 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:15:57 +0000 (0:00:00.036) 0:00:03.642 ****** 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:15:57 +0000 (0:00:00.062) 0:00:03.704 ****** 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:15:57 +0000 (0:00:00.034) 0:00:03.738 ****** 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:15:57 +0000 (0:00:00.020) 0:00:03.759 ****** 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:15:57 +0000 (0:00:00.035) 0:00:03.795 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-server" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:14.0.3465.1-1 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: gdb for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-14.0.3465.1-1.x86_64\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server x86_64 14.0.3465.1-1 packages-microsoft-com-mssql-server-2017\n 200 M\nInstalling for dependencies:\n bzip2 x86_64 1.0.6-13.el7 base 52 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 updates 88 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 updates 41 k\n gdb x86_64 7.6.1-120.el7 base 2.4 M\n libatomic x86_64 4.8.5-44.el7 base 51 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 updates 170 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+6 Dependent packages)\n\nTotal download size: 203 M\nInstalled size: 1.0 G\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 50 MB/s | 203 MB 00:04 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 1/7 \n Installing : cyrus-sasl-2.1.26-24.el7_9.x86_64 2/7 \n Installing : gdb-7.6.1-120.el7.x86_64 3/7 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 4/7 \n Installing : bzip2-1.0.6-13.el7.x86_64 5/7 \n Installing : libatomic-4.8.5-44.el7.x86_64 6/7 \n Installing : mssql-server-14.0.3465.1-1.x86_64 7/7 \n\n+--------------------------------------------------------------+\nPlease run 'sudo /opt/mssql/bin/mssql-conf setup'\nto complete the setup of Microsoft SQL Server\n+--------------------------------------------------------------+\n\nSQL Server needs to be restarted in order to apply this setting. Please run\n'systemctl restart mssql-server.service'.\n Verifying : libatomic-4.8.5-44.el7.x86_64 1/7 \n Verifying : bzip2-1.0.6-13.el7.x86_64 2/7 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 3/7 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 4/7 \n Verifying : gdb-7.6.1-120.el7.x86_64 5/7 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 6/7 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 7/7 \n\nInstalled:\n mssql-server.x86_64 0:14.0.3465.1-1 \n\nDependency Installed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n\nComplete!\n" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:16:36 +0000 (0:00:38.972) 0:00:42.768 ****** 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:36 +0000 (0:00:00.018) 0:00:42.786 ****** 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.006203", "end": "2024-01-06 01:16:36.394520", "rc": 0, "start": "2024-01-06 01:16:36.388317" } 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:36 +0000 (0:00:00.253) 0:00:43.039 ****** 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:37 +0000 (0:00:00.919) 0:00:43.959 ****** 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:37 +0000 (0:00:00.055) 0:00:44.014 ****** 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:37 +0000 (0:00:00.024) 0:00:44.039 ****** 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:16:43 +0000 (0:00:05.652) 0:00:49.692 ****** 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:16:43 +0000 (0:00:00.085) 0:00:49.778 ****** 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:16:43 +0000 (0:00:00.236) 0:00:50.014 ****** 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:16:43 +0000 (0:00:00.285) 0:00:50.299 ****** 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:16:43 +0000 (0:00:00.054) 0:00:50.354 ****** 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:16:43 +0000 (0:00:00.037) 0:00:50.391 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003914", "end": "2024-01-06 01:16:43.934094", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:16:43.930180" } 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:16:43 +0000 (0:00:00.191) 0:00:50.582 ****** 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.063513", "end": "2024-01-06 01:16:44.182747", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:16:44.119234" } 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:16:44 +0000 (0:00:00.258) 0:00:50.840 ****** 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:16:44 +0000 (0:00:00.020) 0:00:50.861 ****** 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:16:44 +0000 (0:00:00.227) 0:00:51.089 ****** 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:16:44 +0000 (0:00:00.191) 0:00:51.280 ****** 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:16:44 +0000 (0:00:00.025) 0:00:51.306 ****** 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:16:44 +0000 (0:00:00.031) 0:00:51.338 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004132", "end": "2024-01-06 01:16:44.888787", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:16:44.884655" } 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:16:44 +0000 (0:00:00.183) 0:00:51.521 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/tmp/mssql_log" ], "delta": "0:00:00.058743", "end": "2024-01-06 01:16:45.116137", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:16:45.057394" } 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:16:45 +0000 (0:00:00.234) 0:00:51.755 ****** 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:16:45 +0000 (0:00:00.042) 0:00:51.798 ****** 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:16:45 +0000 (0:00:00.025) 0:00:51.824 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "tuned-profiles-mssql" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package tuned-profiles-mssql.noarch 0:2.11.0-12.el7_9 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n tuned-profiles-mssql noarch 2.11.0-12.el7_9 updates 30 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 30 k\nInstalled size: 1.1 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : tuned-profiles-mssql-2.11.0-12.el7_9.noarch 1/1 \n Verifying : tuned-profiles-mssql-2.11.0-12.el7_9.noarch 1/1 \n\nInstalled:\n tuned-profiles-mssql.noarch 0:2.11.0-12.el7_9 \n\nComplete!\n" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 06 January 2024 01:16:47 +0000 (0:00:02.596) 0:00:54.421 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:28 UTC", "ActiveEnterTimestampMonotonic": "12048396", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice network.target systemd-sysctl.service dbus.service systemd-journald.socket basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:28 UTC", "AssertTimestampMonotonic": "11336019", "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:28 UTC", "ConditionTimestampMonotonic": "11335999", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "874", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:28 UTC", "ExecMainStartTimestampMonotonic": "11336560", "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:28 UTC", "InactiveExitTimestampMonotonic": "11336602", "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": "874", "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 system.slice polkit.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 00:55:28 UTC", "WatchdogTimestampMonotonic": "12048250", "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:16:48 +0000 (0:00:00.506) 0:00:54.927 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.129018", "end": "2024-01-06 01:16:48.599912", "rc": 0, "start": "2024-01-06 01:16:48.470894" } STDOUT: Current active profile: virtual-guest TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 06 January 2024 01:16:48 +0000 (0:00:00.314) 0:00:55.241 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "profile", "virtual-guest", "mssql" ], "delta": "0:00:00.588369", "end": "2024-01-06 01:16:49.380425", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:16:48.792056" } STDERR: Cannot load profile(s) 'virtual-guest mssql': Cannot find profile 'throughput-performance' in '['/etc/tuned', '/usr/lib/tuned']'. MSG: non-zero return code TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 06 January 2024 01:16:49 +0000 (0:00:00.777) 0:00:56.018 ****** changed: [sut] => { "backup": "", "changed": true, "found": 1 } MSG: 1 line(s) removed TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 06 January 2024 01:16:49 +0000 (0:00:00.346) 0:00:56.365 ****** changed: [sut] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest", "mssql" ], "delta": "0:00:01.508813", "end": "2024-01-06 01:16:51.413869", "rc": 0, "start": "2024-01-06 01:16:49.905056" } 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:16:51 +0000 (0:00:01.726) 0:00:58.091 ****** 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:16:51 +0000 (0:00:00.165) 0:00:58.257 ****** 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.3 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:16:57 +0000 (0:00:05.600) 0:01:03.858 ****** 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:16:57 +0000 (0:00:00.045) 0:01:03.903 ****** 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:16:57 +0000 (0:00:00.050) 0:01:03.954 ****** 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:16:57 +0000 (0:00:00.040) 0:01:03.995 ****** 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:16:57 +0000 (0:00:00.076) 0:01:04.071 ****** 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:16:57 +0000 (0:00:00.048) 0:01:04.119 ****** 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:16:57 +0000 (0:00:00.046) 0:01:04.166 ****** 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:16:57 +0000 (0:00:00.071) 0:01:04.237 ****** 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:16:57 +0000 (0:00:00.044) 0:01:04.281 ****** 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:16:57 +0000 (0:00:00.059) 0:01:04.341 ****** 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:16:57 +0000 (0:00:00.058) 0:01:04.400 ****** 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:16:57 +0000 (0:00:00.035) 0:01:04.435 ****** 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:16:57 +0000 (0:00:00.049) 0:01:04.484 ****** 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:16:57 +0000 (0:00:00.082) 0:01:04.567 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003986", "end": "2024-01-06 01:16:58.097078", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:16:58.093092" } 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:16:58 +0000 (0:00:00.213) 0:01:04.780 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "0.0.0.0" ], "delta": "0:00:03.111281", "end": "2024-01-06 01:17:01.478541", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:16:58.367260" } 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:01 +0000 (0:00:03.341) 0:01:08.122 ****** 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:01 +0000 (0:00:00.038) 0:01:08.160 ****** 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:01 +0000 (0:00:00.027) 0:01:08.187 ****** 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:01 +0000 (0:00:00.052) 0:01:08.240 ****** 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:01 +0000 (0:00:00.049) 0:01:08.289 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003365", "end": "2024-01-06 01:17:01.819506", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:17:01.816141" } 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:01 +0000 (0:00:00.179) 0:01:08.469 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.051844", "end": "2024-01-06 01:17:02.080536", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:02.028692" } 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:02 +0000 (0:00:00.276) 0:01:08.746 ****** 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:02 +0000 (0:00:00.030) 0:01:08.776 ****** 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:02 +0000 (0:00:00.034) 0:01:08.810 ****** 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:02 +0000 (0:00:00.062) 0:01:08.872 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003371", "end": "2024-01-06 01:17:02.458817", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:02.455446" } 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:02 +0000 (0:00:00.217) 0:01:09.090 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "True" ], "delta": "0:00:00.051329", "end": "2024-01-06 01:17:02.668387", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:02.617058" } 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:02 +0000 (0:00:00.227) 0:01:09.317 ****** 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:02 +0000 (0:00:00.076) 0:01:09.394 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-server-fts" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server-fts.x86_64 0:14.0.3465.1-1 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server-fts\n x86_64 14.0.3465.1-1 packages-microsoft-com-mssql-server-2017 225 M\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 225 M\nInstalled size: 554 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n\n+-------------------------------------------------------------------------------------+\nPlease restart mssql-server to enable Microsoft SQL Server Full Text Search.\n+-------------------------------------------------------------------------------------+\n\n Verifying : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n\nInstalled:\n mssql-server-fts.x86_64 0:14.0.3465.1-1 \n\nComplete!\n" ] } lsrpackages: mssql-server-fts TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:17:32 +0000 (0:00:29.907) 0:01:39.301 ****** 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 42 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:17:45 +0000 (0:00:13.072) 0:01:52.374 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003445", "end": "2024-01-06 01:17:45.901132", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:17:45.897687" } 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:17:45 +0000 (0:00:00.163) 0:01:52.537 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "on" ], "delta": "0:00:00.052896", "end": "2024-01-06 01:17:46.115842", "rc": 0, "start": "2024-01-06 01:17:46.062946" } 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:17:46 +0000 (0:00:00.218) 0:01:52.756 ****** 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:17:46 +0000 (0:00:00.041) 0:01:52.797 ****** 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:17:46 +0000 (0:00:00.047) 0:01:52.845 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003464", "end": "2024-01-06 01:17:46.374463", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:17:46.370999" } 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:17:46 +0000 (0:00:00.221) 0:01:53.067 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.alternatewritethrough", "0" ], "delta": "0:00:00.052203", "end": "2024-01-06 01:17:46.636438", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:46.584235" } 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:17:46 +0000 (0:00:00.199) 0:01:53.267 ****** 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:17:46 +0000 (0:00:00.020) 0:01:53.287 ****** 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:17:46 +0000 (0:00:00.032) 0:01:53.320 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003513", "end": "2024-01-06 01:17:46.837755", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:17:46.834242" } 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:17:46 +0000 (0:00:00.154) 0:01:53.474 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "1" ], "delta": "0:00:00.051850", "end": "2024-01-06 01:17:47.044341", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:46.992491" } 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:17:47 +0000 (0:00:00.199) 0:01:53.673 ****** 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:17:47 +0000 (0:00:00.020) 0:01:53.693 ****** 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:17:47 +0000 (0:00:00.019) 0:01:53.713 ****** 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:17:47 +0000 (0:00:00.021) 0:01:53.735 ****** 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:17:47 +0000 (0:00:00.021) 0:01:53.756 ****** 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:17:47 +0000 (0:00:00.020) 0:01:53.776 ****** 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:17:47 +0000 (0:00:00.019) 0:01:53.795 ****** 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:17:47 +0000 (0:00:00.026) 0:01:53.821 ****** 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:17:47 +0000 (0:00:00.052) 0:01:53.874 ****** 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:17:47 +0000 (0:00:00.034) 0:01:53.909 ****** 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:17:47 +0000 (0:00:00.024) 0:01:53.933 ****** 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:17:47 +0000 (0:00:00.051) 0:01:53.984 ****** 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:17:47 +0000 (0:00:00.040) 0:01:54.025 ****** 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:17:47 +0000 (0:00:00.023) 0:01:54.048 ****** 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:17:47 +0000 (0:00:00.023) 0:01:54.072 ****** 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:17:47 +0000 (0:00:00.024) 0:01:54.097 ****** 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:17:47 +0000 (0:00:00.022) 0:01:54.119 ****** 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:17:47 +0000 (0:00:00.034) 0:01:54.154 ****** 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:17:47 +0000 (0:00:00.026) 0:01:54.180 ****** 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:17:47 +0000 (0:00:00.019) 0:01:54.199 ****** 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:17:47 +0000 (0:00:00.032) 0:01:54.232 ****** 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:17:47 +0000 (0:00:00.019) 0:01:54.252 ****** 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:17:47 +0000 (0:00:00.019) 0:01:54.272 ****** 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:17:47 +0000 (0:00:00.019) 0:01:54.292 ****** 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:17:47 +0000 (0:00:00.026) 0:01:54.318 ****** 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:17:47 +0000 (0:00:00.027) 0:01:54.346 ****** 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:17:47 +0000 (0:00:00.019) 0:01:54.365 ****** 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:17:47 +0000 (0:00:00.019) 0:01:54.385 ****** 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:17:47 +0000 (0:00:00.018) 0:01:54.403 ****** 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:17:47 +0000 (0:00:00.018) 0:01:54.422 ****** 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:17:47 +0000 (0:00:00.018) 0:01:54.440 ****** 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:17:47 +0000 (0:00:00.042) 0:01:54.482 ****** 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:17:47 +0000 (0:00:00.019) 0:01:54.502 ****** 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:17:47 +0000 (0:00:00.025) 0:01:54.528 ****** 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:17:47 +0000 (0:00:00.019) 0:01:54.547 ****** 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:17:47 +0000 (0:00:00.024) 0:01:54.572 ****** 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:17:47 +0000 (0:00:00.026) 0:01:54.598 ****** 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:17:48 +0000 (0:00:00.025) 0:01:54.624 ****** 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:17:48 +0000 (0:00:00.045) 0:01:54.669 ****** 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:17:48 +0000 (0:00:00.029) 0:01:54.699 ****** 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:17:48 +0000 (0:00:00.020) 0:01:54.719 ****** 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:17:48 +0000 (0:00:00.018) 0:01:54.738 ****** 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:17:48 +0000 (0:00:00.020) 0:01:54.758 ****** 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:17:48 +0000 (0:00:00.039) 0:01:54.798 ****** 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:17:48 +0000 (0:00:00.060) 0:01:54.859 ****** 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:17:48 +0000 (0:00:00.021) 0:01:54.881 ****** 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:17:48 +0000 (0:00:00.020) 0:01:54.901 ****** 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:17:48 +0000 (0:00:00.023) 0:01:54.925 ****** 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:17:48 +0000 (0:00:00.023) 0:01:54.948 ****** 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:17:48 +0000 (0:00:00.024) 0:01:54.972 ****** 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:17:48 +0000 (0:00:00.030) 0:01:55.003 ****** 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:17:48 +0000 (0:00:00.037) 0:01:55.040 ****** 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:17:48 +0000 (0:00:00.053) 0:01:55.094 ****** 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:17:48 +0000 (0:00:00.026) 0:01:55.120 ****** 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:17:48 +0000 (0:00:00.021) 0:01:55.142 ****** 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:17:48 +0000 (0:00:00.031) 0:01:55.174 ****** 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:17:48 +0000 (0:00:00.020) 0:01:55.194 ****** 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:17:48 +0000 (0:00:00.022) 0:01:55.216 ****** 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:17:48 +0000 (0:00:00.028) 0:01:55.245 ****** 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:17:48 +0000 (0:00:00.303) 0:01:55.549 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:16:42 UTC", "ActiveEnterTimestampMonotonic": "1286027879", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice -.mount network.target auditd.service systemd-journald.socket basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:16:42 UTC", "AssertTimestampMonotonic": "1286025947", "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:16:42 UTC", "ConditionTimestampMonotonic": "1286025945", "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": "29132", "ExecMainStartTimestamp": "Sat 2024-01-06 01:16:42 UTC", "ExecMainStartTimestampMonotonic": "1286026988", "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:16:42 UTC", "InactiveExitTimestampMonotonic": "1286027879", "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": "29132", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitInterval": "120000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 01:16:42 UTC", "WatchdogTimestampMonotonic": "1286027854", "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:17:49 +0000 (0:00:00.617) 0:01:56.166 ****** 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:17:49 +0000 (0:00:00.019) 0:01:56.186 ****** 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:17:49 +0000 (0:00:00.024) 0:01:56.210 ****** 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:17:49 +0000 (0:00:00.071) 0:01:56.282 ****** 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:17:49 +0000 (0:00:00.230) 0:01:56.513 ****** 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:17:50 +0000 (0:00:00.169) 0:01:56.683 ****** 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:17:50 +0000 (0:00:00.319) 0:01:57.002 ****** 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:17:50 +0000 (0:00:00.209) 0:01:57.211 ****** 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:17:50 +0000 (0:00:00.032) 0:01:57.244 ****** 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:17:50 +0000 (0:00:00.034) 0:01:57.279 ****** 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:17:50 +0000 (0:00:00.038) 0:01:57.317 ****** 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:17:50 +0000 (0:00:00.041) 0:01:57.359 ****** 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:17:50 +0000 (0:00:00.029) 0:01:57.388 ****** 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:17:50 +0000 (0:00:00.049) 0:01:57.438 ****** 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:17:50 +0000 (0:00:00.025) 0:01:57.463 ****** 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:17:50 +0000 (0:00:00.087) 0:01:57.551 ****** 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:17:50 +0000 (0:00:00.021) 0:01:57.573 ****** 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:17:51 +0000 (0:00:00.039) 0:01:57.612 ****** 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:17:51 +0000 (0:00:00.043) 0:01:57.656 ****** 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:17:51 +0000 (0:00:00.023) 0:01:57.679 ****** 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:17:51 +0000 (0:00:00.025) 0:01:57.705 ****** 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:17:51 +0000 (0:00:00.030) 0:01:57.736 ****** 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:17:51 +0000 (0:00:00.023) 0:01:57.759 ****** 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:17:51 +0000 (0:00:00.020) 0:01:57.779 ****** 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:17:51 +0000 (0:00:00.033) 0:01:57.813 ****** 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:17:51 +0000 (0:00:00.042) 0:01:57.856 ****** 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:17:52 +0000 (0:00:01.127) 0:01:58.984 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:17:52 +0000 (0:00:00.069) 0:01:59.053 ****** 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:17:52 +0000 (0:00:00.035) 0:01:59.089 ****** 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:17:52 +0000 (0:00:00.087) 0:01:59.176 ****** 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:17:52 +0000 (0:00:00.118) 0:01:59.295 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:17:53 +0000 (0:00:00.456) 0:01:59.752 ****** 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:17:53 +0000 (0:00:00.032) 0:01:59.784 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:17:53 +0000 (0:00:00.089) 0:01:59.873 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:17:53 +0000 (0:00:00.047) 0:01:59.920 ****** 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:17:53 +0000 (0:00:00.053) 0:01:59.973 ****** 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:17:53 +0000 (0:00:00.034) 0:02:00.007 ****** 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:17:53 +0000 (0:00:00.024) 0:02:00.032 ****** 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:17:53 +0000 (0:00:00.021) 0:02:00.053 ****** 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:17:53 +0000 (0:00:00.030) 0:02:00.083 ****** 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:17:53 +0000 (0:00:00.023) 0:02:00.107 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:17:53 +0000 (0:00:00.393) 0:02:00.500 ****** 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:17:53 +0000 (0:00:00.031) 0:02:00.532 ****** 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.005915", "end": "2024-01-06 01:17:54.065249", "rc": 0, "start": "2024-01-06 01:17:54.059334" } 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:17:54 +0000 (0:00:00.158) 0:02:00.690 ****** 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:17:55 +0000 (0:00:00.965) 0:02:01.656 ****** 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:17:55 +0000 (0:00:00.031) 0:02:01.687 ****** 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:17:55 +0000 (0:00:00.039) 0:02:01.727 ****** 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:17:55 +0000 (0:00:00.032) 0:02:01.759 ****** 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:55 +0000 (0:00:00.042) 0:02:01.802 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503803.6509361, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503803.6529362, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 655850, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1704503803.6509361, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "152368093", "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:17:55 +0000 (0:00:00.161) 0:02:01.963 ****** 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:17:55 +0000 (0:00:00.153) 0:02:02.116 ****** 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:17:55 +0000 (0:00:00.025) 0:02:02.142 ****** 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:55 +0000 (0:00:00.030) 0:02:02.173 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003428", "end": "2024-01-06 01:17:55.687360", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:55.683932" } 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:17:55 +0000 (0:00:00.142) 0:02:02.315 ****** 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:17:55 +0000 (0:00:00.033) 0:02:02.349 ****** 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:55 +0000 (0:00:00.036) 0:02:02.385 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503804.6399078, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503804.6399078, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 655903, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1704503804.6399078, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "152368106", "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:17:55 +0000 (0:00:00.150) 0:02:02.535 ****** 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:17:56 +0000 (0:00:00.180) 0:02:02.716 ****** 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:17:56 +0000 (0:00:00.026) 0:02:02.742 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting 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:56 +0000 (0:00:00.034) 0:02:02.776 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003378", "end": "2024-01-06 01:17:56.293054", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:56.289676" } 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:17:56 +0000 (0:00:00.159) 0:02:02.936 ****** 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:17:56 +0000 (0:00:00.034) 0:02:02.970 ****** 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:56 +0000 (0:00:00.022) 0:02:02.992 ****** 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:56 +0000 (0:00:00.021) 0:02:03.013 ****** 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:56 +0000 (0:00:00.344) 0:02:03.358 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:28 UTC", "ActiveEnterTimestampMonotonic": "12048396", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target dbus.service systemd-journald.socket systemd-sysctl.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:28 UTC", "AssertTimestampMonotonic": "11336019", "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:28 UTC", "ConditionTimestampMonotonic": "11335999", "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": "874", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:28 UTC", "ExecMainStartTimestampMonotonic": "11336560", "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:28 UTC", "InactiveExitTimestampMonotonic": "11336602", "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": "874", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target polkit.service system.slice dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 00:55:28 UTC", "WatchdogTimestampMonotonic": "12048250", "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:56 +0000 (0:00:00.218) 0:02:03.577 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.100794", "end": "2024-01-06 01:17:57.188004", "rc": 0, "start": "2024-01-06 01:17:57.087210" } 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:57 +0000 (0:00:00.238) 0:02:03.816 ****** 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:57 +0000 (0:00:00.020) 0:02:03.836 ****** 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:57 +0000 (0:00:00.019) 0:02:03.855 ****** 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:57 +0000 (0:00:00.019) 0:02:03.874 ****** 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:17:57 +0000 (0:00:00.157) 0:02:04.032 ****** 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:17:57 +0000 (0:00:00.403) 0:02:04.435 ****** 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:17:57 +0000 (0:00:00.097) 0:02:04.533 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:17:49 UTC", "ActiveEnterTimestampMonotonic": "1352596578", "ActiveExitTimestamp": "Sat 2024-01-06 01:17:49 UTC", "ActiveExitTimestampMonotonic": "1352233757", "ActiveState": "active", "After": "network.target auditd.service -.mount systemd-journald.socket basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:17:49 UTC", "AssertTimestampMonotonic": "1352595893", "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:49 UTC", "ConditionTimestampMonotonic": "1352595891", "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": "29717", "ExecMainStartTimestamp": "Sat 2024-01-06 01:17:49 UTC", "ExecMainStartTimestampMonotonic": "1352596521", "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:17:49 UTC", "InactiveEnterTimestampMonotonic": "1352593763", "InactiveExitTimestamp": "Sat 2024-01-06 01:17:49 UTC", "InactiveExitTimestampMonotonic": "1352596578", "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": "29717", "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": "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:17:49 UTC", "WatchdogTimestampMonotonic": "1352596556", "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:17:58 +0000 (0:00:00.218) 0:02:04.751 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003213", "end": "2024-01-06 01:17:58.270358", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:17:58.267145" } 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:17:58 +0000 (0:00:00.161) 0:02:04.913 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003349", "end": "2024-01-06 01:17:58.429235", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:17:58.425886" } 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:17:58 +0000 (0:00:00.142) 0:02:05.055 ****** 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:17:58 +0000 (0:00:00.030) 0:02:05.086 ****** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6322, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:17:59 +0000 (0:00:01.294) 0:02:06.381 ****** 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:17:59 +0000 (0:00:00.188) 0:02:06.569 ****** 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:59 +0000 (0:00:00.022) 0:02:06.592 ****** 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:00 +0000 (0:00:00.997) 0:02:07.590 ****** 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:01 +0000 (0:00:00.127) 0:02:07.717 ****** 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:01 +0000 (0:00:00.040) 0:02:07.758 ****** 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:01 +0000 (0:00:00.055) 0:02:07.813 ****** 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.005476", "end": "2024-01-06 01:18:01.364853", "rc": 0, "start": "2024-01-06 01:18:01.359377" } 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:01 +0000 (0:00:00.212) 0:02:08.025 ****** 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:01 +0000 (0:00:00.082) 0:02:08.108 ****** 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:02 +0000 (0:00:01.049) 0:02:09.157 ****** 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:02 +0000 (0:00:00.070) 0:02:09.227 ****** 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:02 +0000 (0:00:00.165) 0:02:09.393 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003544", "end": "2024-01-06 01:18:02.960116", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:02.956572" } 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:03 +0000 (0:00:00.250) 0:02:09.643 ****** 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:03 +0000 (0:00:00.067) 0:02:09.710 ****** 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:03 +0000 (0:00:00.111) 0:02:09.822 ****** 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:03 +0000 (0:00:00.050) 0:02:09.872 ****** 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:03 +0000 (0:00:00.057) 0:02:09.930 ****** 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:03 +0000 (0:00:00.119) 0:02:10.049 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003416", "end": "2024-01-06 01:18:03.634851", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:18:03.631435" } 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:03 +0000 (0:00:00.269) 0:02:10.319 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.050581", "end": "2024-01-06 01:18:03.921432", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:03.870851" } 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:03 +0000 (0:00:00.258) 0:02:10.577 ****** 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:04 +0000 (0:00:00.034) 0:02:10.612 ****** 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:04 +0000 (0:00:00.060) 0:02:10.672 ****** 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:04 +0000 (0:00:00.088) 0:02:10.761 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003608", "end": "2024-01-06 01:18:04.289098", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:04.285490" } 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:04 +0000 (0:00:00.185) 0:02:10.947 ****** 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:04 +0000 (0:00:00.042) 0:02:10.990 ****** 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:04 +0000 (0:00:00.062) 0:02:11.052 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-fts-14.0.3465.1-1.x86_64 providing mssql-server-fts is already installed" ] } lsrpackages: mssql-server-fts TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:18:04 +0000 (0:00:00.465) 0:02:11.518 ****** 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:05 +0000 (0:00:00.427) 0:02:11.945 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003546", "end": "2024-01-06 01:18:05.500976", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:05.497430" } 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:05 +0000 (0:00:00.251) 0:02:12.197 ****** 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:05 +0000 (0:00:00.157) 0:02:12.355 ****** 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:05 +0000 (0:00:00.066) 0:02:12.421 ****** 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:05 +0000 (0:00:00.126) 0:02:12.548 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003635", "end": "2024-01-06 01:18:06.186822", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:06.183187" } 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:06 +0000 (0:00:00.407) 0:02:12.955 ****** 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:06 +0000 (0:00:00.057) 0:02:13.012 ****** 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:06 +0000 (0:00:00.056) 0:02:13.069 ****** 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:06 +0000 (0:00:00.072) 0:02:13.142 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003807", "end": "2024-01-06 01:18:06.706260", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:06.702453" } 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:06 +0000 (0:00:00.222) 0:02:13.364 ****** 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:06 +0000 (0:00:00.079) 0:02:13.444 ****** 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:06 +0000 (0:00:00.043) 0:02:13.487 ****** 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:06 +0000 (0:00:00.041) 0:02:13.529 ****** 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:06 +0000 (0:00:00.031) 0:02:13.561 ****** 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:07 +0000 (0:00:00.042) 0:02:13.603 ****** 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:07 +0000 (0:00:00.024) 0:02:13.628 ****** 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:07 +0000 (0:00:00.027) 0:02:13.655 ****** 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:07 +0000 (0:00:00.033) 0:02:13.688 ****** 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:07 +0000 (0:00:00.040) 0:02:13.729 ****** 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:07 +0000 (0:00:00.041) 0:02:13.770 ****** 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:07 +0000 (0:00:00.027) 0:02:13.798 ****** 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:07 +0000 (0:00:00.034) 0:02:13.832 ****** 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:07 +0000 (0:00:00.030) 0:02:13.863 ****** 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:07 +0000 (0:00:00.090) 0:02:13.953 ****** 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:07 +0000 (0:00:00.037) 0:02:13.990 ****** 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:07 +0000 (0:00:00.034) 0:02:14.025 ****** 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:07 +0000 (0:00:00.035) 0:02:14.061 ****** 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:07 +0000 (0:00:00.053) 0:02:14.114 ****** 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:07 +0000 (0:00:00.071) 0:02:14.186 ****** 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:07 +0000 (0:00:00.066) 0:02:14.252 ****** 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:07 +0000 (0:00:00.021) 0:02:14.274 ****** 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:07 +0000 (0:00:00.049) 0:02:14.324 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:07 +0000 (0:00:00.035) 0:02:14.359 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:07 +0000 (0:00:00.032) 0:02:14.392 ****** 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:07 +0000 (0:00:00.046) 0:02:14.439 ****** 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:07 +0000 (0:00:00.031) 0:02:14.470 ****** 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:07 +0000 (0:00:00.055) 0:02:14.525 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Saturday 06 January 2024 01:18:07 +0000 (0:00:00.046) 0:02:14.572 ****** 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:08 +0000 (0:00:00.038) 0:02:14.610 ****** 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:08 +0000 (0:00:00.025) 0:02:14.636 ****** 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:08 +0000 (0:00:00.039) 0:02:14.676 ****** 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:08 +0000 (0:00:00.032) 0:02:14.708 ****** 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:08 +0000 (0:00:00.065) 0:02:14.773 ****** 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:08 +0000 (0:00:00.020) 0:02:14.794 ****** 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:08 +0000 (0:00:00.020) 0:02:14.814 ****** 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:08 +0000 (0:00:00.025) 0:02:14.840 ****** 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:08 +0000 (0:00:00.042) 0:02:14.883 ****** 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:08 +0000 (0:00:00.032) 0:02:14.915 ****** 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:08 +0000 (0:00:00.029) 0:02:14.944 ****** 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:08 +0000 (0:00:00.024) 0:02:14.969 ****** 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:08 +0000 (0:00:00.067) 0:02:15.037 ****** 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:08 +0000 (0:00:00.022) 0:02:15.059 ****** 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:08 +0000 (0:00:00.055) 0:02:15.115 ****** 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:08 +0000 (0:00:00.021) 0:02:15.137 ****** 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:08 +0000 (0:00:00.028) 0:02:15.165 ****** 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:08 +0000 (0:00:00.027) 0:02:15.192 ****** 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:08 +0000 (0:00:00.023) 0:02:15.216 ****** 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:08 +0000 (0:00:00.020) 0:02:15.236 ****** 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:08 +0000 (0:00:00.025) 0:02:15.262 ****** 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:08 +0000 (0:00:00.049) 0:02:15.312 ****** 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:08 +0000 (0:00:00.035) 0:02:15.347 ****** 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:08 +0000 (0:00:00.077) 0:02:15.425 ****** 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:08 +0000 (0:00:00.097) 0:02:15.522 ****** 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:08 +0000 (0:00:00.020) 0:02:15.543 ****** 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:08 +0000 (0:00:00.020) 0:02:15.563 ****** 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:08 +0000 (0:00:00.024) 0:02:15.588 ****** 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:09 +0000 (0:00:00.018) 0:02:15.607 ****** 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:09 +0000 (0:00:00.020) 0:02:15.627 ****** 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:09 +0000 (0:00:00.020) 0:02:15.647 ****** 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:09 +0000 (0:00:00.205) 0:02:15.852 ****** 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:09 +0000 (0:00:00.043) 0:02:15.895 ****** 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:09 +0000 (0:00:00.045) 0:02:15.941 ****** 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:09 +0000 (0:00:00.118) 0:02:16.059 ****** 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.005692", "end": "2024-01-06 01:18:09.600940", "rc": 0, "start": "2024-01-06 01:18:09.595248" } 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:09 +0000 (0:00:00.166) 0:02:16.226 ****** 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.005491", "end": "2024-01-06 01:18:09.744721", "rc": 0, "start": "2024-01-06 01:18:09.739230" } 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:09 +0000 (0:00:00.167) 0:02:16.394 ****** 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:09 +0000 (0:00:00.063) 0:02:16.457 ****** 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:09 +0000 (0:00:00.061) 0:02:16.519 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004749", "end": "2024-01-06 01:18:10.064493", "rc": 0, "start": "2024-01-06 01:18:10.059744" } 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:10 +0000 (0:00:00.199) 0:02:16.718 ****** 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:10 +0000 (0:00:00.048) 0:02:16.767 ****** 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:10 +0000 (0:00:00.049) 0:02:16.816 ****** 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:10 +0000 (0:00:00.026) 0:02:16.842 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004778", "end": "2024-01-06 01:18:10.375045", "rc": 0, "start": "2024-01-06 01:18:10.370267" } 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:10 +0000 (0:00:00.188) 0:02:17.030 ****** 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:10 +0000 (0:00:00.061) 0:02:17.092 ****** 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:10 +0000 (0:00:00.061) 0:02:17.154 ****** 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:10 +0000 (0:00:00.037) 0:02:17.191 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004912", "end": "2024-01-06 01:18:10.807131", "rc": 0, "start": "2024-01-06 01:18:10.802219" } 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:10 +0000 (0:00:00.287) 0:02:17.479 ****** 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:10 +0000 (0:00:00.121) 0:02:17.600 ****** 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:11 +0000 (0:00:00.030) 0:02:17.631 ****** 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:11 +0000 (0:00:00.030) 0:02:17.662 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004779", "end": "2024-01-06 01:18:11.190744", "rc": 0, "start": "2024-01-06 01:18:11.185965" } 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:11 +0000 (0:00:00.156) 0:02:17.818 ****** 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:11 +0000 (0:00:00.053) 0:02:17.872 ****** 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:11 +0000 (0:00:00.159) 0:02:18.031 ****** 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:11 +0000 (0:00:00.058) 0:02:18.090 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004942", "end": "2024-01-06 01:18:11.636368", "rc": 0, "start": "2024-01-06 01:18:11.631426" } 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:11 +0000 (0:00:00.184) 0:02:18.274 ****** 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:11 +0000 (0:00:00.045) 0:02:18.320 ****** 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:11 +0000 (0:00:00.084) 0:02:18.405 ****** 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:11 +0000 (0:00:00.039) 0:02:18.444 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503803.6509361, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503803.6529362, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 655850, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1704503803.6509361, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "152368093", "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:12 +0000 (0:00:00.157) 0:02:18.602 ****** 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:12 +0000 (0:00:00.028) 0:02:18.631 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503804.6399078, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503804.6399078, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 655903, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1704503804.6399078, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "152368106", "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:12 +0000 (0:00:00.216) 0:02:18.847 ****** 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:12 +0000 (0:00:00.044) 0:02:18.892 ****** 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:12 +0000 (0:00:00.049) 0:02:18.942 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:17:49 UTC", "ActiveEnterTimestampMonotonic": "1352596578", "ActiveExitTimestamp": "Sat 2024-01-06 01:17:49 UTC", "ActiveExitTimestampMonotonic": "1352233757", "ActiveState": "active", "After": "network.target auditd.service -.mount systemd-journald.socket basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:17:49 UTC", "AssertTimestampMonotonic": "1352595893", "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:49 UTC", "ConditionTimestampMonotonic": "1352595891", "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": "29717", "ExecMainStartTimestamp": "Sat 2024-01-06 01:17:49 UTC", "ExecMainStartTimestampMonotonic": "1352596521", "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:17:49 UTC", "InactiveEnterTimestampMonotonic": "1352593763", "InactiveExitTimestamp": "Sat 2024-01-06 01:17:49 UTC", "InactiveExitTimestampMonotonic": "1352596578", "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": "29717", "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": "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:17:49 UTC", "WatchdogTimestampMonotonic": "1352596556", "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:12 +0000 (0:00:00.231) 0:02:19.173 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003518", "end": "2024-01-06 01:18:12.692750", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:18:12.689232" } 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:12 +0000 (0:00:00.145) 0:02:19.319 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003983", "end": "2024-01-06 01:18:12.863075", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:12.859092" } 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:12 +0000 (0:00:00.170) 0:02:19.489 ****** 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:12 +0000 (0:00:00.033) 0:02:19.522 ****** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6322, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:99 Saturday 06 January 2024 01:18:14 +0000 (0:00:01.151) 0:02:20.674 ****** 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.023202", "end": "2024-01-06 01:18:14.246104", "rc": 0, "start": "2024-01-06 01:18:14.222902" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:113 Saturday 06 January 2024 01:18:14 +0000 (0:00:00.203) 0:02:20.878 ****** 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:14 +0000 (0:00:00.023) 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:14 +0000 (0:00:00.040) 0:02:20.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 [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:15 +0000 (0:00:00.980) 0:02:21.923 ****** 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:15 +0000 (0:00:00.054) 0:02:21.978 ****** 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:15 +0000 (0:00:00.033) 0:02:22.012 ****** 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:15 +0000 (0:00:00.045) 0:02:22.057 ****** 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:16 +0000 (0:00:01.052) 0:02:23.110 ****** 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:16 +0000 (0:00:00.052) 0:02:23.162 ****** 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:16 +0000 (0:00:00.023) 0:02:23.186 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004667", "end": "2024-01-06 01:18:16.750774", "rc": 0, "start": "2024-01-06 01:18:16.746107" } 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:16 +0000 (0:00:00.195) 0:02:23.381 ****** 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:16 +0000 (0:00:00.030) 0:02:23.412 ****** 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:16 +0000 (0:00:00.020) 0:02:23.432 ****** 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:16 +0000 (0:00:00.035) 0:02:23.468 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004544", "end": "2024-01-06 01:18:16.984939", "rc": 0, "start": "2024-01-06 01:18:16.980395" } 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:17 +0000 (0:00:00.166) 0:02:23.634 ****** 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:17 +0000 (0:00:00.040) 0:02:23.675 ****** 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:17 +0000 (0:00:00.052) 0:02:23.727 ****** 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:17 +0000 (0:00:00.064) 0:02:23.792 ****** 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:17 +0000 (0:00:00.048) 0:02:23.840 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004719", "end": "2024-01-06 01:18:17.368072", "rc": 0, "start": "2024-01-06 01:18:17.363353" } 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:17 +0000 (0:00:00.196) 0:02:24.037 ****** 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:17 +0000 (0:00:00.131) 0:02:24.168 ****** 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:17 +0000 (0:00:00.055) 0:02:24.223 ****** 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:17 +0000 (0:00:00.056) 0:02:24.280 ****** 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:17 +0000 (0:00:00.040) 0:02:24.321 ****** 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:17 +0000 (0:00:00.083) 0:02:24.405 ****** 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:17 +0000 (0:00:00.050) 0:02:24.455 ****** 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:17 +0000 (0:00:00.040) 0:02:24.495 ****** 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:17 +0000 (0:00:00.025) 0:02:24.521 ****** 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:17 +0000 (0:00:00.023) 0:02:24.545 ****** 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:17 +0000 (0:00:00.026) 0:02:24.572 ****** 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:18 +0000 (0:00:00.481) 0:02:25.053 ****** 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:18 +0000 (0:00:00.042) 0:02:25.096 ****** 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:18 +0000 (0:00:00.033) 0:02:25.129 ****** 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:18 +0000 (0:00:00.050) 0:02:25.180 ****** 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:18 +0000 (0:00:00.033) 0:02:25.213 ****** 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:18 +0000 (0:00:00.042) 0:02:25.256 ****** 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:18 +0000 (0:00:00.021) 0:02:25.278 ****** 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:18 +0000 (0:00:00.022) 0:02:25.300 ****** 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:18 +0000 (0:00:00.021) 0:02:25.321 ****** 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:18 +0000 (0:00:00.028) 0:02:25.350 ****** 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:18 +0000 (0:00:00.020) 0:02:25.371 ****** 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:18 +0000 (0:00:00.026) 0:02:25.397 ****** 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:18 +0000 (0:00:00.027) 0:02:25.424 ****** 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:18 +0000 (0:00:00.049) 0:02:25.473 ****** 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:18 +0000 (0:00:00.056) 0:02:25.530 ****** 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:18 +0000 (0:00:00.029) 0:02:25.559 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 06 January 2024 01:18:18 +0000 (0:00:00.021) 0:02:25.580 ****** 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:19 +0000 (0:00:00.023) 0:02:25.603 ****** 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:19 +0000 (0:00:00.123) 0:02:25.727 ****** 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:20 +0000 (0:00:01.081) 0:02:26.808 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:18:20 +0000 (0:00:00.145) 0:02:26.954 ****** 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:20 +0000 (0:00:00.057) 0:02:27.011 ****** 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:20 +0000 (0:00:00.050) 0:02:27.061 ****** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Saturday 06 January 2024 01:18:20 +0000 (0:00:00.049) 0:02:27.111 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:18:20 +0000 (0:00:00.359) 0:02:27.470 ****** 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:20 +0000 (0:00:00.024) 0:02:27.495 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:18:20 +0000 (0:00:00.024) 0:02:27.519 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:18:20 +0000 (0:00:00.027) 0:02:27.546 ****** 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:20 +0000 (0:00:00.050) 0:02:27.597 ****** 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:21 +0000 (0:00:00.020) 0:02:27.618 ****** 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:21 +0000 (0:00:00.048) 0:02:27.666 ****** 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:21 +0000 (0:00:00.037) 0:02:27.703 ****** 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:21 +0000 (0:00:00.103) 0:02:27.806 ****** 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:21 +0000 (0:00:00.031) 0:02:27.838 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:18:21 +0000 (0:00:00.359) 0:02:28.197 ****** 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:21 +0000 (0:00:00.036) 0:02:28.234 ****** 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.005426", "end": "2024-01-06 01:18:21.780389", "rc": 0, "start": "2024-01-06 01:18:21.774963" } 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:21 +0000 (0:00:00.178) 0:02:28.413 ****** 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:22 +0000 (0:00:00.755) 0:02:29.168 ****** 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:22 +0000 (0:00:00.027) 0:02:29.195 ****** 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:22 +0000 (0:00:00.022) 0:02:29.218 ****** 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:22 +0000 (0:00:00.020) 0:02:29.238 ****** 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:22 +0000 (0:00:00.054) 0:02:29.293 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503802.5569677, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503802.4999692, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 655832, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1704503802.4999692, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "152367961", "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:22 +0000 (0:00:00.195) 0:02:29.489 ****** 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:23 +0000 (0:00:00.202) 0:02:29.691 ****** 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:23 +0000 (0:00:00.051) 0:02:29.742 ****** included: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting 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:23 +0000 (0:00:00.113) 0:02:29.856 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003502", "end": "2024-01-06 01:18:23.371404", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:23.367902" } 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:23 +0000 (0:00:00.145) 0:02:30.002 ****** 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.050868", "end": "2024-01-06 01:18:23.581971", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:23.531103" } 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:23 +0000 (0:00:00.225) 0:02:30.227 ****** 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:23 +0000 (0:00:00.035) 0:02:30.262 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503873.0739415, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503873.0719414, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 655833, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1704503873.0719414, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "152367962", "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:23 +0000 (0:00:00.166) 0:02:30.429 ****** 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:23 +0000 (0:00:00.163) 0:02:30.592 ****** 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:24 +0000 (0:00:00.025) 0:02:30.618 ****** 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:24 +0000 (0:00:00.034) 0:02:30.653 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003505", "end": "2024-01-06 01:18:24.168969", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:24.165464" } 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:24 +0000 (0:00:00.152) 0:02:30.805 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/var/opt/mssql/log" ], "delta": "0:00:00.050138", "end": "2024-01-06 01:18:24.416228", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:24.366090" } 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:24 +0000 (0:00:00.243) 0:02:31.048 ****** 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:24 +0000 (0:00:00.031) 0:02:31.080 ****** 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:24 +0000 (0:00:00.023) 0:02:31.103 ****** 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:24 +0000 (0:00:00.345) 0:02:31.449 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:28 UTC", "ActiveEnterTimestampMonotonic": "12048396", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target dbus.service systemd-journald.socket systemd-sysctl.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:28 UTC", "AssertTimestampMonotonic": "11336019", "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:28 UTC", "ConditionTimestampMonotonic": "11335999", "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": "874", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:28 UTC", "ExecMainStartTimestampMonotonic": "11336560", "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:28 UTC", "InactiveExitTimestampMonotonic": "11336602", "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": "874", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target polkit.service system.slice dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 00:55:28 UTC", "WatchdogTimestampMonotonic": "12048250", "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:25 +0000 (0:00:00.347) 0:02:31.796 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.095883", "end": "2024-01-06 01:18:25.402792", "rc": 0, "start": "2024-01-06 01:18:25.306909" } 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:25 +0000 (0:00:00.236) 0:02:32.033 ****** 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:25 +0000 (0:00:00.034) 0:02:32.068 ****** 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:25 +0000 (0:00:00.022) 0:02:32.090 ****** 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:25 +0000 (0:00:00.035) 0:02:32.125 ****** 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:25 +0000 (0:00:00.196) 0:02:32.321 ****** 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:26 +0000 (0:00:00.476) 0:02:32.798 ****** 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:26 +0000 (0:00:00.171) 0:02:32.969 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:17:49 UTC", "ActiveEnterTimestampMonotonic": "1352596578", "ActiveExitTimestamp": "Sat 2024-01-06 01:17:49 UTC", "ActiveExitTimestampMonotonic": "1352233757", "ActiveState": "active", "After": "network.target auditd.service -.mount systemd-journald.socket basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:17:49 UTC", "AssertTimestampMonotonic": "1352595893", "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:49 UTC", "ConditionTimestampMonotonic": "1352595891", "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": "29717", "ExecMainStartTimestamp": "Sat 2024-01-06 01:17:49 UTC", "ExecMainStartTimestampMonotonic": "1352596521", "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:17:49 UTC", "InactiveEnterTimestampMonotonic": "1352593763", "InactiveExitTimestamp": "Sat 2024-01-06 01:17:49 UTC", "InactiveExitTimestampMonotonic": "1352596578", "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": "29717", "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": "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:17:49 UTC", "WatchdogTimestampMonotonic": "1352596556", "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:26 +0000 (0:00:00.361) 0:02:33.331 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003278", "end": "2024-01-06 01:18:26.957999", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:18:26.954721" } 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:26 +0000 (0:00:00.263) 0:02:33.594 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003521", "end": "2024-01-06 01:18:27.110692", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:27.107171" } 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:27 +0000 (0:00:00.169) 0:02:33.764 ****** 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:27 +0000 (0:00:00.064) 0:02:33.828 ****** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6322, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:18:28 +0000 (0:00:01.153) 0:02:34.982 ****** 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:28 +0000 (0:00:00.196) 0:02:35.178 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:17:49 UTC", "ActiveEnterTimestampMonotonic": "1352596578", "ActiveExitTimestamp": "Sat 2024-01-06 01:17:49 UTC", "ActiveExitTimestampMonotonic": "1352233757", "ActiveState": "active", "After": "network.target auditd.service -.mount systemd-journald.socket basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:17:49 UTC", "AssertTimestampMonotonic": "1352595893", "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:49 UTC", "ConditionTimestampMonotonic": "1352595891", "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": "29717", "ExecMainStartTimestamp": "Sat 2024-01-06 01:17:49 UTC", "ExecMainStartTimestampMonotonic": "1352596521", "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:17:49 UTC", "InactiveEnterTimestampMonotonic": "1352593763", "InactiveExitTimestamp": "Sat 2024-01-06 01:17:49 UTC", "InactiveExitTimestampMonotonic": "1352596578", "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": "29717", "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": "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:17:49 UTC", "WatchdogTimestampMonotonic": "1352596556", "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:29 +0000 (0:00:00.461) 0:02:35.640 ****** 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:30 +0000 (0:00:00.965) 0:02:36.605 ****** 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:35 +0000 (0:00:05.109) 0:02:41.714 ****** 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:35 +0000 (0:00:00.021) 0:02:41.736 ****** 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:35 +0000 (0:00:00.021) 0:02:41.757 ****** 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.005568", "end": "2024-01-06 01:18:35.282023", "rc": 0, "start": "2024-01-06 01:18:35.276455" } 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:35 +0000 (0:00:00.151) 0:02:41.909 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:17:49 UTC", "ActiveEnterTimestampMonotonic": "1352596578", "ActiveExitTimestamp": "Sat 2024-01-06 01:18:28 UTC", "ActiveExitTimestampMonotonic": "1391828774", "ActiveState": "inactive", "After": "network.target auditd.service -.mount systemd-journald.socket basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:17:49 UTC", "AssertTimestampMonotonic": "1352595893", "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:49 UTC", "ConditionTimestampMonotonic": "1352595891", "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:28 UTC", "ExecMainExitTimestampMonotonic": "1392046237", "ExecMainPID": "29717", "ExecMainStartTimestamp": "Sat 2024-01-06 01:17:49 UTC", "ExecMainStartTimestampMonotonic": "1352596521", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:17:49 UTC] ; stop_time=[Sat 2024-01-06 01:18:28 UTC] ; pid=29717 ; 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:28 UTC", "InactiveEnterTimestampMonotonic": "1392046340", "InactiveExitTimestamp": "Sat 2024-01-06 01:17:49 UTC", "InactiveExitTimestampMonotonic": "1352596578", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "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:35 +0000 (0:00:00.311) 0:02:42.220 ****** 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:36 +0000 (0:00:00.996) 0:02:43.216 ****** 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:41 +0000 (0:00:05.282) 0:02:48.499 ****** 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:41 +0000 (0:00:00.047) 0:02:48.546 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003525", "end": "2024-01-06 01:18:42.083837", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:42.080312" } 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:42 +0000 (0:00:00.185) 0:02:48.732 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.055168", "end": "2024-01-06 01:18:42.360594", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:42.305426" } 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:42 +0000 (0:00:00.276) 0:02:49.008 ****** 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:42 +0000 (0:00:00.158) 0:02:49.166 ****** 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:42 +0000 (0:00:00.035) 0:02:49.202 ****** 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:42 +0000 (0:00:00.038) 0:02:49.240 ****** 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:42 +0000 (0:00:00.060) 0:02:49.301 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003795", "end": "2024-01-06 01:18:42.892175", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:18:42.888380" } 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:42 +0000 (0:00:00.221) 0:02:49.522 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1435" ], "delta": "0:00:00.055816", "end": "2024-01-06 01:18:43.101829", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:43.046013" } 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:43 +0000 (0:00:00.235) 0:02:49.758 ****** 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:43 +0000 (0:00:00.047) 0:02:49.805 ****** 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:43 +0000 (0:00:00.024) 0:02:49.830 ****** 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:43 +0000 (0:00:00.048) 0:02:49.878 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004091", "end": "2024-01-06 01:18:43.412450", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:43.408359" } 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:43 +0000 (0:00:00.163) 0:02:50.042 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "False" ], "delta": "0:00:00.056334", "end": "2024-01-06 01:18:43.624888", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:43.568554" } 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:18:43 +0000 (0:00:00.228) 0:02:50.270 ****** 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:43 +0000 (0:00:00.022) 0:02:50.293 ****** changed: [sut] => { "changed": true, "changes": { "removed": [ "mssql-server-fts" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server-fts.x86_64 0:14.0.3465.1-1 will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server-fts\n x86_64 14.0.3465.1-1 @packages-microsoft-com-mssql-server-2017 554 M\n\nTransaction Summary\n================================================================================\nRemove 1 Package\n\nInstalled size: 554 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n Verifying : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n\nRemoved:\n mssql-server-fts.x86_64 0:14.0.3465.1-1 \n\nComplete!\n" ] } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 06 January 2024 01:18:45 +0000 (0:00:01.466) 0:02:51.759 ****** 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:18:46 +0000 (0:00:01.374) 0:02:53.134 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003565", "end": "2024-01-06 01:18:46.694611", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:46.691046" } 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:46 +0000 (0:00:00.202) 0:02:53.336 ****** 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:46 +0000 (0:00:00.036) 0:02:53.373 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "off" ], "delta": "0:00:00.055713", "end": "2024-01-06 01:18:46.960105", "rc": 0, "start": "2024-01-06 01:18:46.904392" } 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:18:47 +0000 (0:00:00.236) 0:02:53.609 ****** 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:47 +0000 (0:00:00.042) 0:02:53.652 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004085", "end": "2024-01-06 01:18:47.237220", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:47.233135" } 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:47 +0000 (0:00:00.234) 0:02:53.887 ****** 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:47 +0000 (0:00:00.026) 0:02:53.914 ****** 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:47 +0000 (0:00:00.022) 0:02:53.937 ****** 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:47 +0000 (0:00:00.129) 0:02:54.067 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003604", "end": "2024-01-06 01:18:47.627421", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:47.623817" } 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:47 +0000 (0:00:00.209) 0:02:54.276 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "0" ], "delta": "0:00:00.054882", "end": "2024-01-06 01:18:47.915728", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:47.860846" } 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:47 +0000 (0:00:00.290) 0:02:54.567 ****** 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:48 +0000 (0:00:00.038) 0:02:54.605 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 06 January 2024 01:18:48 +0000 (0:00:00.035) 0:02:54.640 ****** 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:48 +0000 (0:00:00.036) 0:02:54.677 ****** 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:48 +0000 (0:00:00.027) 0:02:54.704 ****** 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:48 +0000 (0:00:00.031) 0:02:54.736 ****** 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:48 +0000 (0:00:00.076) 0:02:54.812 ****** 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:48 +0000 (0:00:00.053) 0:02:54.866 ****** 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:48 +0000 (0:00:00.035) 0:02:54.902 ****** 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:48 +0000 (0:00:00.048) 0:02:54.950 ****** 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:48 +0000 (0:00:00.023) 0:02:54.974 ****** 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:48 +0000 (0:00:00.061) 0:02:55.035 ****** 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:48 +0000 (0:00:00.049) 0:02:55.085 ****** 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:48 +0000 (0:00:00.053) 0:02:55.139 ****** 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:48 +0000 (0:00:00.027) 0:02:55.166 ****** 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:48 +0000 (0:00:00.021) 0:02:55.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 : 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:48 +0000 (0:00:00.103) 0:02:55.291 ****** 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:48 +0000 (0:00:00.049) 0:02:55.341 ****** 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:48 +0000 (0:00:00.044) 0:02:55.385 ****** 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:48 +0000 (0:00:00.030) 0:02:55.416 ****** 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:48 +0000 (0:00:00.051) 0:02:55.467 ****** 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:48 +0000 (0:00:00.066) 0:02:55.534 ****** 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:48 +0000 (0:00:00.060) 0:02:55.594 ****** 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:49 +0000 (0:00:00.044) 0:02:55.639 ****** 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:49 +0000 (0:00:00.078) 0:02:55.717 ****** 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:49 +0000 (0:00:00.037) 0:02:55.754 ****** 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:49 +0000 (0:00:00.052) 0:02:55.807 ****** 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:49 +0000 (0:00:00.051) 0:02:55.858 ****** 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:49 +0000 (0:00:00.022) 0:02:55.881 ****** 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:49 +0000 (0:00:00.021) 0:02:55.902 ****** 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:49 +0000 (0:00:00.022) 0:02:55.925 ****** 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:49 +0000 (0:00:00.029) 0:02:55.954 ****** 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:49 +0000 (0:00:00.022) 0:02:55.976 ****** 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:49 +0000 (0:00:00.020) 0:02:55.997 ****** 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:49 +0000 (0:00:00.021) 0:02:56.018 ****** 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:49 +0000 (0:00:00.031) 0:02:56.050 ****** 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:49 +0000 (0:00:00.076) 0:02:56.126 ****** 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:49 +0000 (0:00:00.023) 0:02:56.150 ****** 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:49 +0000 (0:00:00.033) 0:02:56.184 ****** 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:49 +0000 (0:00:00.029) 0:02:56.213 ****** 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:49 +0000 (0:00:00.028) 0:02:56.242 ****** 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:49 +0000 (0:00:00.032) 0:02:56.274 ****** 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:49 +0000 (0:00:00.034) 0:02:56.309 ****** 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:49 +0000 (0:00:00.035) 0:02:56.345 ****** 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:49 +0000 (0:00:00.046) 0:02:56.391 ****** 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:49 +0000 (0:00:00.021) 0:02:56.413 ****** 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:49 +0000 (0:00:00.020) 0:02:56.434 ****** 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:49 +0000 (0:00:00.035) 0:02:56.469 ****** 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:49 +0000 (0:00:00.037) 0:02:56.507 ****** 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:49 +0000 (0:00:00.020) 0:02:56.527 ****** 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:49 +0000 (0:00:00.026) 0:02:56.554 ****** 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:49 +0000 (0:00:00.020) 0:02:56.574 ****** 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:49 +0000 (0:00:00.019) 0:02:56.594 ****** 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:50 +0000 (0:00:00.027) 0:02:56.621 ****** 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:50 +0000 (0:00:00.044) 0:02:56.666 ****** 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:50 +0000 (0:00:00.084) 0:02:56.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 [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:50 +0000 (0:00:00.029) 0:02:56.780 ****** 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:50 +0000 (0:00:00.024) 0:02:56.805 ****** 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:50 +0000 (0:00:00.022) 0:02:56.827 ****** 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:50 +0000 (0:00:00.182) 0:02:57.009 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:17:49 UTC", "ActiveEnterTimestampMonotonic": "1352596578", "ActiveExitTimestamp": "Sat 2024-01-06 01:18:28 UTC", "ActiveExitTimestampMonotonic": "1391828774", "ActiveState": "inactive", "After": "network.target auditd.service -.mount systemd-journald.socket basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:17:49 UTC", "AssertTimestampMonotonic": "1352595893", "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:49 UTC", "ConditionTimestampMonotonic": "1352595891", "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:28 UTC", "ExecMainExitTimestampMonotonic": "1392046237", "ExecMainPID": "29717", "ExecMainStartTimestamp": "Sat 2024-01-06 01:17:49 UTC", "ExecMainStartTimestampMonotonic": "1352596521", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:17:49 UTC] ; stop_time=[Sat 2024-01-06 01:18:28 UTC] ; pid=29717 ; 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:28 UTC", "InactiveEnterTimestampMonotonic": "1392046340", "InactiveExitTimestamp": "Sat 2024-01-06 01:17:49 UTC", "InactiveExitTimestampMonotonic": "1352596578", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "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:18:50 +0000 (0:00:00.263) 0:02:57.273 ****** 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:50 +0000 (0:00:00.020) 0:02:57.293 ****** 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:18:50 +0000 (0:00:00.045) 0:02:57.338 ****** 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:51 +0000 (0:00:00.477) 0:02:57.816 ****** 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:51 +0000 (0:00:00.048) 0:02:57.865 ****** 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:51 +0000 (0:00:00.025) 0:02:57.891 ****** 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:51 +0000 (0:00:00.036) 0:02:57.927 ****** 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:51 +0000 (0:00:00.019) 0:02:57.947 ****** 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:51 +0000 (0:00:00.021) 0:02:57.968 ****** 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:51 +0000 (0:00:00.023) 0:02:57.991 ****** 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:51 +0000 (0:00:00.023) 0:02:58.015 ****** 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:51 +0000 (0:00:00.039) 0:02:58.055 ****** 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:51 +0000 (0:00:00.031) 0:02:58.086 ****** 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:51 +0000 (0:00:00.024) 0:02:58.111 ****** 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:51 +0000 (0:00:00.050) 0:02:58.161 ****** 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:51 +0000 (0:00:00.038) 0:02:58.200 ****** 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:51 +0000 (0:00:00.048) 0:02:58.248 ****** 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:51 +0000 (0:00:00.041) 0:02:58.289 ****** 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:51 +0000 (0:00:00.020) 0:02:58.309 ****** 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:51 +0000 (0:00:00.098) 0:02:58.408 ****** 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:51 +0000 (0:00:00.027) 0:02:58.435 ****** 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:51 +0000 (0:00:00.031) 0:02:58.467 ****** 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:53 +0000 (0:00:01.163) 0:02:59.630 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Saturday 06 January 2024 01:18:53 +0000 (0:00:00.074) 0:02:59.704 ****** 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:53 +0000 (0:00:00.022) 0:02:59.727 ****** 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:53 +0000 (0:00:00.029) 0:02:59.757 ****** 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:53 +0000 (0:00:00.047) 0:02:59.804 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Saturday 06 January 2024 01:18:53 +0000 (0:00:00.561) 0:03:00.366 ****** 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:53 +0000 (0:00:00.122) 0:03:00.488 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 06 January 2024 01:18:53 +0000 (0:00:00.068) 0:03:00.556 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Saturday 06 January 2024 01:18:54 +0000 (0:00:00.053) 0:03:00.610 ****** 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:54 +0000 (0:00:00.291) 0:03:00.901 ****** 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:54 +0000 (0:00:00.036) 0:03:00.938 ****** 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:54 +0000 (0:00:00.037) 0:03:00.976 ****** 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:54 +0000 (0:00:00.034) 0:03:01.010 ****** 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:54 +0000 (0:00:00.021) 0:03:01.032 ****** 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:54 +0000 (0:00:00.048) 0:03:01.080 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 06 January 2024 01:18:54 +0000 (0:00:00.408) 0:03:01.489 ****** 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:54 +0000 (0:00:00.032) 0:03:01.521 ****** 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.005435", "end": "2024-01-06 01:18:55.058692", "rc": 0, "start": "2024-01-06 01:18:55.053257" } 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:55 +0000 (0:00:00.170) 0:03:01.692 ****** 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:55 +0000 (0:00:00.820) 0:03:02.512 ****** 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:55 +0000 (0:00:00.086) 0:03:02.598 ****** 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:56 +0000 (0:00:00.044) 0:03:02.643 ****** 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:56 +0000 (0:00:00.027) 0:03:02.671 ****** 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:56 +0000 (0:00:00.054) 0:03:02.725 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503802.5569677, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503802.4999692, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 655832, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1704503802.4999692, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "152367961", "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:56 +0000 (0:00:00.219) 0:03:02.945 ****** 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:56 +0000 (0:00:00.166) 0:03:03.112 ****** 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:18:56 +0000 (0:00:00.030) 0:03:03.142 ****** 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:56 +0000 (0:00:00.047) 0:03:03.190 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003858", "end": "2024-01-06 01:18:56.739039", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:56.735181" } 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:18:56 +0000 (0:00:00.180) 0:03:03.370 ****** 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:56 +0000 (0:00:00.028) 0:03:03.399 ****** 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:56 +0000 (0:00:00.032) 0:03:03.431 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503933.568197, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503933.5781968, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 655833, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1704503933.5781968, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "152367962", "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:56 +0000 (0:00:00.164) 0:03:03.596 ****** 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:57 +0000 (0:00:00.154) 0:03:03.750 ****** 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:18:57 +0000 (0:00:00.026) 0:03:03.777 ****** 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:57 +0000 (0:00:00.042) 0:03:03.819 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003507", "end": "2024-01-06 01:18:57.345801", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:57.342294" } 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:18:57 +0000 (0:00:00.155) 0:03:03.975 ****** 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:57 +0000 (0:00:00.025) 0:03:04.000 ****** 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:57 +0000 (0:00:00.022) 0:03:04.022 ****** 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:57 +0000 (0:00:00.102) 0:03:04.125 ****** 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:57 +0000 (0:00:00.383) 0:03:04.508 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 00:55:28 UTC", "ActiveEnterTimestampMonotonic": "12048396", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target dbus.service systemd-journald.socket systemd-sysctl.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 00:55:28 UTC", "AssertTimestampMonotonic": "11336019", "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:28 UTC", "ConditionTimestampMonotonic": "11335999", "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": "874", "ExecMainStartTimestamp": "Sat 2024-01-06 00:55:28 UTC", "ExecMainStartTimestampMonotonic": "11336560", "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:28 UTC", "InactiveExitTimestampMonotonic": "11336602", "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": "874", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target polkit.service system.slice dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-06 00:55:28 UTC", "WatchdogTimestampMonotonic": "12048250", "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:58 +0000 (0:00:00.262) 0:03:04.770 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.103690", "end": "2024-01-06 01:18:58.436530", "rc": 0, "start": "2024-01-06 01:18:58.332840" } 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:58 +0000 (0:00:00.343) 0:03:05.114 ****** 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:58 +0000 (0:00:00.120) 0:03:05.235 ****** 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:58 +0000 (0:00:00.080) 0:03:05.315 ****** 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:58 +0000 (0:00:00.052) 0:03:05.368 ****** 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:58 +0000 (0:00:00.233) 0:03:05.601 ****** 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:59 +0000 (0:00:00.376) 0:03:05.977 ****** 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:59 +0000 (0:00:00.051) 0:03:06.028 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:18:50 UTC", "ActiveEnterTimestampMonotonic": "1413693833", "ActiveExitTimestamp": "Sat 2024-01-06 01:18:28 UTC", "ActiveExitTimestampMonotonic": "1391828774", "ActiveState": "active", "After": "network.target auditd.service -.mount systemd-journald.socket basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:18:50 UTC", "AssertTimestampMonotonic": "1413693044", "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:50 UTC", "ConditionTimestampMonotonic": "1413693042", "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": "31614", "ExecMainStartTimestamp": "Sat 2024-01-06 01:18:50 UTC", "ExecMainStartTimestampMonotonic": "1413693767", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:18:50 UTC] ; stop_time=[n/a] ; pid=31614 ; 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:28 UTC", "InactiveEnterTimestampMonotonic": "1392046340", "InactiveExitTimestamp": "Sat 2024-01-06 01:18:50 UTC", "InactiveExitTimestampMonotonic": "1413693833", "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": "31614", "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": "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:50 UTC", "WatchdogTimestampMonotonic": "1413693810", "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:59 +0000 (0:00:00.278) 0:03:06.307 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003740", "end": "2024-01-06 01:18:59.855434", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:18:59.851694" } 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:18:59 +0000 (0:00:00.219) 0:03:06.526 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003717", "end": "2024-01-06 01:19:00.089943", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:00.086226" } 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:00 +0000 (0:00:00.205) 0:03:06.732 ****** 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:00 +0000 (0:00:00.066) 0:03:06.798 ****** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6574, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 06 January 2024 01:19:01 +0000 (0:00:01.157) 0:03:07.955 ****** 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:01 +0000 (0:00:00.232) 0:03:08.188 ****** 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:01 +0000 (0:00:00.039) 0:03:08.227 ****** 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:02 +0000 (0:00:01.018) 0:03:09.246 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : 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:02 +0000 (0:00:00.029) 0:03:09.275 ****** 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:02 +0000 (0:00:00.039) 0:03:09.315 ****** 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:02 +0000 (0:00:00.035) 0:03:09.350 ****** 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.005473", "end": "2024-01-06 01:19:02.883250", "rc": 0, "start": "2024-01-06 01:19:02.877777" } 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:02 +0000 (0:00:00.164) 0:03:09.515 ****** 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:02 +0000 (0:00:00.036) 0:03:09.552 ****** 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:04 +0000 (0:00:01.108) 0:03:10.660 ****** 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:04 +0000 (0:00:00.033) 0:03:10.693 ****** 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:04 +0000 (0:00:00.054) 0:03:10.747 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003650", "end": "2024-01-06 01:19:04.296385", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:04.292735" } 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:04 +0000 (0:00:00.199) 0:03:10.946 ****** 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:04 +0000 (0:00:00.034) 0:03:10.981 ****** 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:04 +0000 (0:00:00.091) 0:03:11.072 ****** 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:04 +0000 (0:00:00.032) 0:03:11.105 ****** 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:04 +0000 (0:00:00.031) 0:03:11.136 ****** 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:04 +0000 (0:00:00.046) 0:03:11.183 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003441", "end": "2024-01-06 01:19:04.708619", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:04.705178" } 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:04 +0000 (0:00:00.181) 0:03:11.364 ****** 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:04 +0000 (0:00:00.031) 0:03:11.396 ****** 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:04 +0000 (0:00:00.023) 0:03:11.419 ****** 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:04 +0000 (0:00:00.020) 0:03:11.439 ****** 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:04 +0000 (0:00:00.042) 0:03:11.481 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003497", "end": "2024-01-06 01:19:05.002963", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:04.999466" } 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:05 +0000 (0:00:00.151) 0:03:11.633 ****** 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:05 +0000 (0:00:00.136) 0:03:11.770 ****** 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:05 +0000 (0:00:00.034) 0:03:11.805 ****** 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:05 +0000 (0:00:00.474) 0:03:12.279 ****** 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:06 +0000 (0:00:00.346) 0:03:12.626 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003296", "end": "2024-01-06 01:19:06.160974", "failed_when_result": false, "rc": 1, "start": "2024-01-06 01:19:06.157678" } 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:06 +0000 (0:00:00.169) 0:03:12.795 ****** 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:06 +0000 (0:00:00.026) 0:03:12.822 ****** 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:06 +0000 (0:00:00.051) 0:03:12.873 ****** 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:06 +0000 (0:00:00.046) 0:03:12.920 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003376", "end": "2024-01-06 01:19:06.461363", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:06.457987" } 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:06 +0000 (0:00:00.169) 0:03:13.090 ****** 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:06 +0000 (0:00:00.034) 0:03:13.125 ****** 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:06 +0000 (0:00:00.023) 0:03:13.148 ****** 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:06 +0000 (0:00:00.057) 0:03:13.206 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003460", "end": "2024-01-06 01:19:06.753392", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:06.749932" } 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:06 +0000 (0:00:00.177) 0:03:13.384 ****** 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:06 +0000 (0:00:00.028) 0:03:13.412 ****** 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:06 +0000 (0:00:00.117) 0:03:13.530 ****** 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:06 +0000 (0:00:00.032) 0:03:13.562 ****** 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:06 +0000 (0:00:00.022) 0:03:13.584 ****** 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:07 +0000 (0:00:00.031) 0:03:13.616 ****** 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:07 +0000 (0:00:00.032) 0:03:13.649 ****** 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:07 +0000 (0:00:00.026) 0:03:13.675 ****** 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:07 +0000 (0:00:00.024) 0:03:13.699 ****** 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:07 +0000 (0:00:00.042) 0:03:13.741 ****** 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:07 +0000 (0:00:00.032) 0:03:13.774 ****** 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:07 +0000 (0:00:00.031) 0:03:13.805 ****** 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:07 +0000 (0:00:00.039) 0:03:13.845 ****** 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:07 +0000 (0:00:00.063) 0:03:13.908 ****** 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:07 +0000 (0:00:00.093) 0:03:14.001 ****** 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:07 +0000 (0:00:00.085) 0:03:14.087 ****** 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:07 +0000 (0:00:00.065) 0:03:14.152 ****** 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:07 +0000 (0:00:00.047) 0:03:14.199 ****** 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:07 +0000 (0:00:00.084) 0:03:14.284 ****** 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:07 +0000 (0:00:00.022) 0:03:14.307 ****** 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:07 +0000 (0:00:00.038) 0:03:14.345 ****** 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:07 +0000 (0:00:00.198) 0:03:14.544 ****** 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:07 +0000 (0:00:00.056) 0:03:14.601 ****** 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:08 +0000 (0:00:00.022) 0:03:14.623 ****** 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:08 +0000 (0:00:00.070) 0:03:14.694 ****** 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:08 +0000 (0:00:00.077) 0:03:14.771 ****** 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:08 +0000 (0:00:00.032) 0:03:14.803 ****** 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:08 +0000 (0:00:00.035) 0:03:14.839 ****** 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:08 +0000 (0:00:00.027) 0:03:14.867 ****** 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:08 +0000 (0:00:00.098) 0:03:14.966 ****** 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:08 +0000 (0:00:00.030) 0:03:14.997 ****** 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:08 +0000 (0:00:00.032) 0:03:15.029 ****** 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:08 +0000 (0:00:00.045) 0:03:15.074 ****** 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:08 +0000 (0:00:00.071) 0:03:15.146 ****** 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:08 +0000 (0:00:00.037) 0:03:15.184 ****** 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:08 +0000 (0:00:00.025) 0:03:15.210 ****** 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:08 +0000 (0:00:00.035) 0:03:15.245 ****** 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:08 +0000 (0:00:00.051) 0:03:15.296 ****** 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:08 +0000 (0:00:00.037) 0:03:15.334 ****** 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:08 +0000 (0:00:00.058) 0:03:15.393 ****** 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:08 +0000 (0:00:00.038) 0:03:15.432 ****** 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:09 +0000 (0:00:00.172) 0:03:15.604 ****** 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:09 +0000 (0:00:00.090) 0:03:15.695 ****** 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:09 +0000 (0:00:00.046) 0:03:15.741 ****** 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:09 +0000 (0:00:00.031) 0:03:15.772 ****** 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:09 +0000 (0:00:00.031) 0:03:15.804 ****** 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:09 +0000 (0:00:00.025) 0:03:15.829 ****** 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:09 +0000 (0:00:00.020) 0:03:15.850 ****** 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:09 +0000 (0:00:00.022) 0:03:15.872 ****** 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:09 +0000 (0:00:00.020) 0:03:15.893 ****** 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:09 +0000 (0:00:00.027) 0:03:15.920 ****** 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:09 +0000 (0:00:00.037) 0:03:15.957 ****** 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:09 +0000 (0:00:00.043) 0:03:16.001 ****** 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:09 +0000 (0:00:00.024) 0:03:16.026 ****** 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:09 +0000 (0:00:00.056) 0:03:16.082 ****** 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:09 +0000 (0:00:00.025) 0:03:16.108 ****** 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:09 +0000 (0:00:00.041) 0:03:16.149 ****** 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:09 +0000 (0:00:00.038) 0:03:16.188 ****** 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:09 +0000 (0:00:00.030) 0:03:16.219 ****** 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:09 +0000 (0:00:00.024) 0:03:16.244 ****** 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:10 +0000 (0:00:00.383) 0:03:16.628 ****** 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:10 +0000 (0:00:00.030) 0:03:16.658 ****** 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:10 +0000 (0:00:00.053) 0:03:16.712 ****** 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:10 +0000 (0:00:00.301) 0:03:17.014 ****** 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.005437", "end": "2024-01-06 01:19:10.537353", "rc": 0, "start": "2024-01-06 01:19:10.531916" } 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:10 +0000 (0:00:00.169) 0:03:17.184 ****** 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.005252", "end": "2024-01-06 01:19:10.703396", "rc": 0, "start": "2024-01-06 01:19:10.698144" } 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:10 +0000 (0:00:00.165) 0:03:17.349 ****** 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:10 +0000 (0:00:00.035) 0:03:17.384 ****** 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:10 +0000 (0:00:00.082) 0:03:17.467 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004634", "end": "2024-01-06 01:19:11.056523", "rc": 0, "start": "2024-01-06 01:19:11.051889" } 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:11 +0000 (0:00:00.255) 0:03:17.723 ****** 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:11 +0000 (0:00:00.057) 0:03:17.781 ****** 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:11 +0000 (0:00:00.134) 0:03:17.916 ****** 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:11 +0000 (0:00:00.028) 0:03:17.944 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004482", "end": "2024-01-06 01:19:11.492015", "rc": 0, "start": "2024-01-06 01:19:11.487533" } 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:11 +0000 (0:00:00.194) 0:03:18.138 ****** 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:11 +0000 (0:00:00.051) 0:03:18.190 ****** 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:11 +0000 (0:00:00.027) 0:03:18.218 ****** 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:11 +0000 (0:00:00.057) 0:03:18.275 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004637", "end": "2024-01-06 01:19:11.827306", "rc": 0, "start": "2024-01-06 01:19:11.822669" } 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:11 +0000 (0:00:00.186) 0:03:18.462 ****** 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:11 +0000 (0:00:00.029) 0:03:18.491 ****** 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:11 +0000 (0:00:00.025) 0:03:18.517 ****** 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:11 +0000 (0:00:00.035) 0:03:18.553 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004698", "end": "2024-01-06 01:19:12.085992", "rc": 0, "start": "2024-01-06 01:19:12.081294" } 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:12 +0000 (0:00:00.160) 0:03:18.713 ****** 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:12 +0000 (0:00:00.029) 0:03:18.743 ****** 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:12 +0000 (0:00:00.022) 0:03:18.765 ****** 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:12 +0000 (0:00:00.022) 0:03:18.787 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004495", "end": "2024-01-06 01:19:12.304413", "rc": 0, "start": "2024-01-06 01:19:12.299918" } 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:12 +0000 (0:00:00.145) 0:03:18.933 ****** 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:12 +0000 (0:00:00.024) 0:03:18.957 ****** 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:12 +0000 (0:00:00.051) 0:03:19.009 ****** 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:12 +0000 (0:00:00.103) 0:03:19.113 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503802.5569677, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503802.4999692, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 655832, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1704503802.4999692, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "152367961", "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:12 +0000 (0:00:00.167) 0:03:19.280 ****** 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:12 +0000 (0:00:00.035) 0:03:19.315 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704503933.568197, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1704503933.5781968, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 655833, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1704503933.5781968, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "152367962", "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:12 +0000 (0:00:00.161) 0:03:19.477 ****** 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:12 +0000 (0:00:00.031) 0:03:19.508 ****** 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:12 +0000 (0:00:00.079) 0:03:19.588 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:18:50 UTC", "ActiveEnterTimestampMonotonic": "1413693833", "ActiveExitTimestamp": "Sat 2024-01-06 01:18:28 UTC", "ActiveExitTimestampMonotonic": "1391828774", "ActiveState": "active", "After": "network.target auditd.service -.mount systemd-journald.socket basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:18:50 UTC", "AssertTimestampMonotonic": "1413693044", "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:50 UTC", "ConditionTimestampMonotonic": "1413693042", "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": "31614", "ExecMainStartTimestamp": "Sat 2024-01-06 01:18:50 UTC", "ExecMainStartTimestampMonotonic": "1413693767", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-06 01:18:50 UTC] ; stop_time=[n/a] ; pid=31614 ; 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:28 UTC", "InactiveEnterTimestampMonotonic": "1392046340", "InactiveExitTimestamp": "Sat 2024-01-06 01:18:50 UTC", "InactiveExitTimestampMonotonic": "1413693833", "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": "31614", "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": "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:50 UTC", "WatchdogTimestampMonotonic": "1413693810", "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:13 +0000 (0:00:00.276) 0:03:19.864 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003479", "end": "2024-01-06 01:19:13.426285", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:13.422806" } 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:13 +0000 (0:00:00.204) 0:03:20.068 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003368", "end": "2024-01-06 01:19:13.597829", "failed_when_result": false, "rc": 0, "start": "2024-01-06 01:19:13.594461" } 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:13 +0000 (0:00:00.175) 0:03:20.244 ****** 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:13 +0000 (0:00:00.027) 0:03:20.272 ****** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6574, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:99 Saturday 06 January 2024 01:19:14 +0000 (0:00:01.164) 0:03:21.436 ****** 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.022985", "end": "2024-01-06 01:19:14.978745", "rc": 0, "start": "2024-01-06 01:19:14.955760" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Standard Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:113 Saturday 06 January 2024 01:19:15 +0000 (0:00:00.173) 0:03:21.609 ****** 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:15 +0000 (0:00:00.026) 0:03:21.636 ****** 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:15 +0000 (0:00:00.044) 0:03:21.681 ****** 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:16 +0000 (0:00:01.078) 0:03:22.759 ****** 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:16 +0000 (0:00:00.027) 0:03:22.787 ****** 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:16 +0000 (0:00:00.034) 0:03:22.822 ****** 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:16 +0000 (0:00:00.047) 0:03:22.869 ****** 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:17 +0000 (0:00:00.947) 0:03:23.817 ****** 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:17 +0000 (0:00:00.025) 0:03:23.842 ****** 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:17 +0000 (0:00:00.059) 0:03:23.902 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004637", "end": "2024-01-06 01:19:17.423473", "rc": 0, "start": "2024-01-06 01:19:17.418836" } 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:17 +0000 (0:00:00.320) 0:03:24.222 ****** 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:17 +0000 (0:00:00.024) 0:03:24.247 ****** 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:17 +0000 (0:00:00.027) 0:03:24.274 ****** 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:17 +0000 (0:00:00.041) 0:03:24.315 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004544", "end": "2024-01-06 01:19:17.833340", "rc": 0, "start": "2024-01-06 01:19:17.828796" } 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:17 +0000 (0:00:00.165) 0:03:24.481 ****** 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:17 +0000 (0:00:00.052) 0:03:24.534 ****** 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:17 +0000 (0:00:00.028) 0:03:24.563 ****** 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:17 +0000 (0:00:00.023) 0:03:24.586 ****** 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:18 +0000 (0:00:00.038) 0:03:24.625 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004658", "end": "2024-01-06 01:19:18.149351", "rc": 0, "start": "2024-01-06 01:19:18.144693" } 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:18 +0000 (0:00:00.156) 0:03:24.781 ****** 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:18 +0000 (0:00:00.030) 0:03:24.811 ****** 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:18 +0000 (0:00:00.051) 0:03:24.863 ****** 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:18 +0000 (0:00:00.024) 0:03:24.887 ****** 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:18 +0000 (0:00:00.032) 0:03:24.920 ****** 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:18 +0000 (0:00:00.020) 0:03:24.940 ****** 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:18 +0000 (0:00:00.020) 0:03:24.961 ****** 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:18 +0000 (0:00:00.022) 0:03:24.983 ****** 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:18 +0000 (0:00:00.104) 0:03:25.087 ****** 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:18 +0000 (0:00:00.035) 0:03:25.123 ****** 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:18 +0000 (0:00:00.029) 0:03:25.152 ****** 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:18 +0000 (0:00:00.238) 0:03:25.391 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003353", "end": "2024-01-06 01:19:18.960131", "rc": 0, "start": "2024-01-06 01:19:18.956778" } 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_2017.yml:18 Saturday 06 January 2024 01:19:18 +0000 (0:00:00.200) 0:03:25.591 ****** 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:19 +0000 (0:00:00.076) 0:03:25.667 ****** 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:20 +0000 (0:00:01.015) 0:03:26.683 ****** 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:20 +0000 (0:00:00.186) 0:03:26.869 ****** 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:20 +0000 (0:00:00.037) 0:03:26.907 ****** 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:20 +0000 (0:00:00.125) 0:03:27.032 ****** 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:20 +0000 (0:00:00.044) 0:03:27.077 ****** 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:20 +0000 (0:00:00.059) 0:03:27.136 ****** 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:20 +0000 (0:00:00.191) 0:03:27.328 ****** 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:20 +0000 (0:00:00.036) 0:03:27.365 ****** 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:21 +0000 (0:00:00.389) 0:03:27.754 ****** 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:21 +0000 (0:00:00.041) 0:03:27.796 ****** 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:21 +0000 (0:00:00.035) 0:03:27.832 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:15:06 UTC", "ActiveEnterTimestampMonotonic": "1189201132", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target polkit.service system.slice dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:15:05 UTC", "AssertTimestampMonotonic": "1188484019", "Before": "shutdown.target multi-user.target network-pre.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:05 UTC", "ConditionTimestampMonotonic": "1188484017", "Conflicts": "iptables.service ebtables.service ip6tables.service shutdown.target 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": "27321", "ExecMainStartTimestamp": "Sat 2024-01-06 01:15:05 UTC", "ExecMainStartTimestampMonotonic": "1188487606", "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:05 UTC", "InactiveExitTimestampMonotonic": "1188487643", "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": "27321", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "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:06 UTC", "WatchdogTimestampMonotonic": "1189201067", "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:21 +0000 (0:00:00.252) 0:03:28.084 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 01:15:06 UTC", "ActiveEnterTimestampMonotonic": "1189201132", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target polkit.service system.slice dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 01:15:05 UTC", "AssertTimestampMonotonic": "1188484019", "Before": "shutdown.target multi-user.target network-pre.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:05 UTC", "ConditionTimestampMonotonic": "1188484017", "Conflicts": "iptables.service ebtables.service ip6tables.service shutdown.target 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": "27321", "ExecMainStartTimestamp": "Sat 2024-01-06 01:15:05 UTC", "ExecMainStartTimestampMonotonic": "1188487606", "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:05 UTC", "InactiveExitTimestampMonotonic": "1188487643", "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": "27321", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "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:06 UTC", "WatchdogTimestampMonotonic": "1189201067", "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:21 +0000 (0:00:00.265) 0:03:28.349 ****** 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:21 +0000 (0:00:00.118) 0:03:28.468 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.15.221 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:22 +0000 (0:00:00.365) 0:03:28.834 ****** 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:22 +0000 (0:00:00.032) 0:03:28.867 ****** 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:22 +0000 (0:00:00.030) 0:03:28.897 ****** 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:22 +0000 (0:00:00.022) 0:03:28.920 ****** 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:22 +0000 (0:00:00.023) 0:03:28.943 ****** 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:22 +0000 (0:00:00.025) 0:03:28.969 ****** 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:22 +0000 (0:00:00.019) 0:03:28.989 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.15.221 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:22 +0000 (0:00:00.361) 0:03:29.350 ****** 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:22 +0000 (0:00:00.049) 0:03:29.399 ****** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:27 Saturday 06 January 2024 01:19:22 +0000 (0:00:00.047) 0:03:29.446 ****** 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:22 +0000 (0:00:00.028) 0:03:29.475 ****** 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:22 +0000 (0:00:00.043) 0:03:29.518 ****** 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:23 +0000 (0:00:00.166) 0:03:29.684 ****** changed: [sut] => { "changed": true, "changes": { "removed": [ "mssql-server", "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "adutil is not installed", "mssql-server-fts is not installed", "mssql-server-ha is not installed", "powershell is not installed", "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:14.0.3465.1-1 will be erased\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be erased\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n--> Finding unneeded leftover dependencies\n---> Marking msodbcsql17 to be removed - no longer needed by mssql-tools\n---> Marking unixODBC to be removed - no longer needed by unixODBC-devel\n---> Marking libsss_nss_idmap to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl to be removed - no longer needed by mssql-server\n---> Marking gdb to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl-gssapi to be removed - no longer needed by mssql-server\n---> Marking libatomic to be removed - no longer needed by mssql-server\n---> Marking bzip2 to be removed - no longer needed by mssql-server\n---> Marking libtool-ltdl to be removed - no longer needed by unixODBC\nFound and removing 9 unneeded dependencies\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be erased\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be erased\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be erased\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be erased\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be erased\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be erased\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server x86_64 14.0.3465.1-1 @packages-microsoft-com-mssql-server-2017\n 1.0 G\n mssql-tools x86_64 17.10.1.1-1 @packages-microsoft-com-prod 714 k\n unixODBC-devel x86_64 2.3.11-1.rh @packages-microsoft-com-prod 223 k\nRemoving for dependencies:\n bzip2 x86_64 1.0.6-13.el7 @base 82 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 @updates 141 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 @updates 36 k\n gdb x86_64 7.6.1-120.el7 @base 7.0 M\n libatomic x86_64 4.8.5-44.el7 @base 26 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 @updates 82 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 @base 66 k\n msodbcsql17 x86_64 17.10.5.1-1 @packages-microsoft-com-prod 2.2 M\n unixODBC x86_64 2.3.11-1.rh @packages-microsoft-com-prod 648 k\n\nTransaction Summary\n================================================================================\nRemove 3 Packages (+9 Dependent packages)\n\nInstalled size: 1.0 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-14.0.3465.1-1.x86_64 1/12 \n Erasing : unixODBC-devel-2.3.11-1.rh.x86_64 2/12 \n Erasing : mssql-tools-17.10.1.1-1.x86_64 3/12 \n Erasing : msodbcsql17-17.10.5.1-1.x86_64 4/12 \nODBC Driver 17 for SQL Server has been deleted (if it existed at all) because its usage count became zero\n Erasing : unixODBC-2.3.11-1.rh.x86_64 5/12 \nwarning: /etc/odbcinst.ini saved as /etc/odbcinst.ini.rpmsave\n Erasing : libtool-ltdl-2.4.2-22.el7_3.x86_64 6/12 \n Erasing : libatomic-4.8.5-44.el7.x86_64 7/12 \n Erasing : bzip2-1.0.6-13.el7.x86_64 8/12 \n Erasing : gdb-7.6.1-120.el7.x86_64 9/12 \n Erasing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 10/12 \n Erasing : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Erasing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 12/12 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/12 \n Verifying : libatomic-4.8.5-44.el7.x86_64 2/12 \n Verifying : bzip2-1.0.6-13.el7.x86_64 3/12 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 4/12 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 5/12 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 6/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 7/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 8/12 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 9/12 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 10/12 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 12/12 \n\nRemoved:\n mssql-server.x86_64 0:14.0.3465.1-1 mssql-tools.x86_64 0:17.10.1.1-1 \n unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Removed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 \n msodbcsql17.x86_64 0:17.10.5.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:58 Saturday 06 January 2024 01:19:26 +0000 (0:00:03.029) 0:03:32.714 ****** 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.009222", "end": "2024-01-06 01:19:26.248122", "rc": 0, "start": "2024-01-06 01:19:26.238900" } STDOUT: removed ‘/var/opt/mssql/mssql.conf’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Temp’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/LocalLow’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/Temporary Internet Files’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-4239487925-564710818-1791922914-500/Preferred’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-4239487925-564710818-1791922914-500/2945a1ae-74a8-49af-8800-4c8dd34d181e’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-4239487925-564710818-1791922914-500’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/CREDHIST’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-4239487925-564710818-1791922914-500/42e7704ae40b0d75de00736cc66b813a_f109e259-5990-409f-940e-aa95ca317b82’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-4239487925-564710818-1791922914-500’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/AppContainerUserCertRead’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CTLs’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Desktop’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Documents’ removed directory: ‘/var/opt/mssql/.system/profiles/Client’ removed directory: ‘/var/opt/mssql/.system/profiles’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft’ removed directory: ‘/var/opt/mssql/.system/programdata’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles/Scm’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/2f633043-0701-4ea1-b1e8-ab5b2db7f90d’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft’ removed directory: ‘/var/opt/mssql/.system/system/system32’ removed directory: ‘/var/opt/mssql/.system/system/Temp’ removed ‘/var/opt/mssql/.system/system/security.hiv’ removed ‘/var/opt/mssql/.system/system/debug/PASSWD.LOG’ removed directory: ‘/var/opt/mssql/.system/system/debug’ removed ‘/var/opt/mssql/.system/system/licensing.hiv’ removed ‘/var/opt/mssql/.system/system/lsa.hiv’ removed ‘/var/opt/mssql/.system/system/lsasetup.log’ removed directory: ‘/var/opt/mssql/.system/system’ removed ‘/var/opt/mssql/.system/instance_id’ removed directory: ‘/var/opt/mssql/.system’ removed ‘/var/opt/mssql/data/templog.ldf’ removed ‘/var/opt/mssql/data/tempdb.mdf’ removed ‘/var/opt/mssql/data/model.mdf’ removed ‘/var/opt/mssql/data/modellog.ldf’ removed ‘/var/opt/mssql/data/master.mdf’ removed ‘/var/opt/mssql/data/mastlog.ldf’ removed ‘/var/opt/mssql/data/msdblog.ldf’ removed ‘/var/opt/mssql/data/msdbdata.mdf’ removed directory: ‘/var/opt/mssql/data’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/log_4.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489775194450000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489775129730000.xel’ removed ‘/var/opt/mssql/log/sqlagent.out’ removed ‘/var/opt/mssql/log/FDLAUNCHERRORLOG’ removed ‘/var/opt/mssql/log/errorlog.2’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489775127320000.xel’ removed ‘/var/opt/mssql/log/sqlagent.1’ removed ‘/var/opt/mssql/log/sqlagent.2’ removed ‘/var/opt/mssql/log/system_health_0_133489774725550000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489775335590000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489775332640000.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/errorlog’ removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/system_health_0_133489774020140000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489775196710000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489774012600000.xel’ removed ‘/var/opt/mssql/log/errorlog.5’ removed ‘/var/opt/mssql/log/log_1.trc’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489774722020000.xel’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/system_health_0_133489774060930000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489774056510000.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-2017.repo’ removed ‘/etc/yum.repos.d/packages-microsoft-com-prod.repo’ removed directory: ‘/tmp/mssql_data’ removed directory: ‘/tmp/mssql_log’ removed ‘/etc/systemd/system/multi-user.target.wants/mssql-server.service’ TASK [Stop the mssql-server service] ******************************************* task path: /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:72 Saturday 06 January 2024 01:19:26 +0000 (0:00:00.176) 0:03:32.891 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.361658", "end": "2024-01-06 01:19:26.784099", "rc": 0, "start": "2024-01-06 01:19:26.422441" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=344 changed=39 unreachable=0 failed=0 skipped=507 rescued=0 ignored=1 Saturday 06 January 2024 01:19:26 +0000 (0:00:00.540) 0:03:33.431 ****** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 38.97s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Ensure the package mssql-server-fts --------- 29.91s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure the package powershell --------------- 13.07s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Set up MSSQL --------------------------------- 5.65s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 5.60s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Change the edition of MSSQL ------------------ 5.28s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 linux-system-roles.mssql : Change the password of sa user --------------- 5.11s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 linux-system-roles.mssql : Configure the setting network ipaddress ------ 3.34s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Remove related packages ------------------------------------------------- 3.03s /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/cleanup.yml:45 --------------------- linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.60s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles --- 1.73s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 linux-system-roles.mssql : Ensure the package mssql-server-fts ---------- 1.47s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 linux-system-roles.mssql : Ensure the package powershell ---------------- 1.37s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.29s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Wait for mssql-server to prepare for client connections ----------------- 1.16s /WORKDIR/git-weekly-cibfwu4cu9/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Gather package facts ------------------------- 1.16s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 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 linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.15s /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 ------------- linux-system-roles.mssql : Gather package facts ------------------------- 1.13s /WORKDIR/git-weekly-cibfwu4cu9/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---